Skip to main content

Module vlan

Module vlan 

Source
Expand description

IEEE 802.1Q / 802.1ad VLAN tag parser.

Structs§

VlanPacket
Zero-copy 802.1Q VLAN tag parser.

Constants§

MAX_VLAN_DEPTH
Maximum number of VLAN tags to parse before stopping (prevents loops).
VLAN_HEADER_LEN
Length of a single VLAN tag header (TPID + TCI).

Functions§

parse_vlan_chain
Parse a chain of 802.1Q / 802.1ad VLAN tags.