IPX Constant Enumerations

IPX Packet Types *

class pcapkit.const.ipx.packet.Packet(*args, **kwds)[source]

Bases: aenum.IntEnum

[Packet] IPX Packet Types

classmethod _missing_(value)[source]

Lookup function used when value is not found.

static get(key, default=- 1)[source]

Backport support for original codes.

Echo_Packet = 2
Error_Packet = 3
NCP = 17
PEP = 4
RIP = 1
SPX = 5
Unknown = 0

IPX Socket Types

class pcapkit.const.ipx.socket.Socket(*args, **kwds)[source]

Bases: aenum.IntEnum

[Socket] Socket Types

classmethod _missing_(value)[source]

Lookup function used when value is not found.

static get(key, default=- 1)[source]

Backport support for original codes.

Diagnostic_Packet = 1110
Echo_Protocol_Packet = 2
Error_Handling_Packet = 3
IPX = 32864
IPXF = 37011
NetBIOS = 1109
NetWare_Core_Protocol = 1105
Routing_Information_Packet = 1
Routing_Information_Protocol = 1107
Serialization_Packet = 1111
Service_Advertising_Protocol = 1106
TCP_Over_IPXF = 37009
UDP_Over_IPXF = 37010
Used_By_Novell_NetWare_Client = 16387

*

https://en.wikipedia.org/wiki/Internetwork_Packet_Exchange#IPX_packet_structure

https://en.wikipedia.org/wiki/Internetwork_Packet_Exchange#Socket_number