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
- IEEE 802.3-2022 (Ethernet): https://standards.ieee.org/ieee/802.3/10422/
- IEEE 802.1Q-2022 (VLAN tagging, incorporates IEEE 802.1ad QinQ): https://standards.ieee.org/ieee/802.1Q/10323/
- IEEE 802.2-1998 (LLC): https://standards.ieee.org/ieee/802.2/1048/
- IANA EtherType registry: https://www.iana.org/assignments/ieee-802-numbers/ieee-802-numbers.xhtml
Structs§
- Ethernet
Dissector - Ethernet II frame dissector.