Protocol Type Registry Vendor Crawlers ====================================== .. module:: pcapkit.vendor.reg This module contains all vendor crawlers of protocol type registry implementations. Available enumerations include: .. list-table:: * - :class:`LINKTYPE ` - Link-Layer Header Type Values [*]_ * - :class:`ETHERTYPE ` - Ethertype IEEE 802 Numbers [*]_ * - :class:`TRANSTYPE ` - Transport Layer Protocol Numbers [*]_ .. automodule:: pcapkit.vendor.reg.linktype :no-members: .. autoclass:: pcapkit.vendor.reg.linktype.LinkType :noindex: :members: FLAG, LINK :show-inheritance: .. automodule:: pcapkit.vendor.reg.ethertype :no-members: .. autoclass:: pcapkit.vendor.reg.ethertype.EtherType :noindex: :members: FLAG, LINK :show-inheritance: .. automodule:: pcapkit.vendor.reg.transtype :no-members: .. autoclass:: pcapkit.vendor.reg.transtype.TransType :noindex: :members: FLAG, LINK :show-inheritance: .. raw:: html
.. [*] 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