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.

Note

This crawler no longer crawls. The table it used to scrape was deleted from the Wikipedia article on 2026-08-25, and the registry itself is closed, so the data is now maintained by hand in the DATA and RANGES mappings of pcapkit.vendor.ipx.socket, and the class defines no LINK. The footnote below points at the last revision that still carried the table – what the hand-maintained registry was transcribed from, not a page the crawler fetches. See #507.

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

Bases: Vendor

Socket Types

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

Value limit checker.

Footnotes