Protocol Type Registry Vendor Crawlers

This module contains all vendor crawlers of protocol type registry implementations. Available enumerations include:

LINKTYPE

Link-Layer Header Type Values *

ETHERTYPE

Ethertype IEEE 802 Numbers

TRANSTYPE

Transport Layer Protocol Numbers

Ethertype IEEE 802 Numbers

This module contains the vendor crawler for Ethertype IEEE 802 Numbers, which is automatically generating pcapkit.const.reg.ethertype.EtherType.

class pcapkit.vendor.reg.ethertype.EtherType[source]

Bases: Vendor

Ethertype IEEE 802 Numbers

Return type

Vendor

FLAG: str = 'isinstance(value, int) and 0x0000 <= value <= 0xFFFF'

Value limit checker.

LINK: str = 'https://www.iana.org/assignments/ieee-802-numbers/ieee-802-numbers-1.csv'

Link to registry.


*

http://www.tcpdump.org/linktypes.html

https://www.iana.org/assignments/ieee-802-numbers/ieee-802-numbers.xhtml#ieee-802-numbers-1

https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml#protocol-numbers-1