Module pso2packetlib::protocol
source · Expand description
PSO2 packet definitions and protocol information.
Modules§
- Chat related packets. [0x07]
- Emergency related packets. [0x15]
- Flag related packets. [0x23]
- Friend avatar related packets. [0x26]
- Friend related packets. [0x18]
- Item related packets. [0x0F]
- Login related packets. [0x11]
- Mail related packets. [0x1A]
- Classic Mission Pass related packets. [0x4D]
- ARKS Missions related packets. [0x4A]
- Common packet structures.
- Object related packets. [0x04]
- Daily order related packets. [0x1F]
- Palette related packets. [0x21]
- Party related packets. [0x0E]
- Player shop related packets. [0x2D]
- Player status packets [0x06]
- Quest list related packets. [0x0B]
- Server related packets. [0x03]
- Settings related packets. [0x2B]
- Spawn packets [0x08]
- Symbol Art related packets. [0x2F]
- Unknown [0x1E] packets.
- Unknown [0x2A] packets.
- Unknown [0x10] packets.
- Unknown [0x19] packets.
- Unknown [0x31] packets.
- Unknown [0x34] packets.
Structs§
- Packet flags.
- Information about the targeted object.
- Packet header.
Enums§
- Known object types.
- All known packets
- Known packet categories
- Error type returned by packet parsing operations.
- Type of the packet.
- ProxyPacket
proxyMinimal packet definitions for proxies
Traits§
- Read/Write trait for aditional data structs/enums.
- Trait for manipulating encryption data.
- Read/Write trait for packet data containing structs.
- Read/Write trait for packet enums.