Protocol Type Registry Vendor Crawlers¶
This module contains all vendor crawlers of protocol type registry implementations. Available vendor crawlers include:
Link-Layer Header Type Values [*] |
|
Ethertype IEEE 802 Numbers [†] |
|
Transport Layer Protocol Numbers [‡] |
|
Application Layer Protocol Numbers (Service Name and Transport Protocol Port Number Registry) [§] |
Link-Layer Header Type Values¶
This module contains the vendor crawler for Link-Layer Header Type Values,
which is automatically generating pcapkit.const.reg.linktype.LinkType.
Ethertype IEEE 802 Numbers¶
This module contains the vendor crawler for Ethertype IEEE 802 Numbers,
which is automatically generating pcapkit.const.reg.ethertype.EtherType.
Transport Layer Protocol Numbers¶
This module contains the vendor crawler for Transport Layer Protocol Numbers,
which is automatically generating pcapkit.const.reg.transtype.TransType.
Application Layer Protocol Numbers¶
This module contains the vendor crawler for Application Layer Protocol Numbers,
which is automatically generating pcapkit.const.reg.apptype.AppType.
Footnotes