IPX Vendor Crawlers
This module contains all vendor crawlers of
IPX implementations. Available
vendor crawlers include:
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: str = 'https://en.wikipedia.org/wiki/Internetwork_Packet_Exchange#IPX_packet_structure'
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: str = 'https://en.wikipedia.org/wiki/Internetwork_Packet_Exchange#Socket_number'
Link to registry.
Footnotes