IPX Vendor Crawlers#

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

IPX_Packet

IPX Packet Types [*]

IPX_Socket

IPX Socket Types []

IPX Packet Types#

This module contains the vendor crawler for IPX Packet Types, which is automatically generating pcapkit.const.ipx.packet.Packet.

class pcapkit.vendor.ipx.packet.Packet[source]#

Bases: Vendor

IPX Packet Types

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

Value limit checker.

Link to registry.

Socket Types#

This module contains the vendor crawler for Socket Types, which is automatically generating pcapkit.const.ipx.socket.Socket.

class pcapkit.vendor.ipx.socket.Socket[source]#

Bases: Vendor

Socket Types

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

Value limit checker.

Link to registry.

Footnotes