VLAN Vendor Crawlers#

This module contains all vendor crawlers of VLAN implementations. Available vendor crawlers include:

VLAN_PriorityLevel

Priority Levels [*]

Priority levels defined in IEEE 802.1p#

This module contains the vendor crawler for Priority levels defined in IEEE 802.1p, which is automatically generating pcapkit.const.vlan.priority_level.PriorityLevel.

class pcapkit.vendor.vlan.priority_level.PriorityLevel[source]#

Bases: Vendor

Priority levels defined in IEEE 802.1p

FLAG: str = 'isinstance(value, int) and 0b000 <= value <= 0b111'#

Value limit checker.

Link to registry.

Footnotes