Skip to main content

Crate packet_dissector_ethernet

Crate packet_dissector_ethernet 

Source
Expand description

Ethernet II frame dissector.

Parses classic Ethernet II frames (DIX v2) as well as IEEE 802.3 frames with IEEE 802.2 LLC encapsulation. IEEE 802.1Q (C-Tag) and IEEE 802.1ad (S-Tag / QinQ) VLAN tags stacked in any number are accepted; each tag is parsed in a loop until a non-VLAN EtherType or a length value is reached.

§References

Structs§

EthernetDissector
Ethernet II frame dissector.