|
Instructions In order to keep all documentation the same format, please use the source to this page to begin a new packet description, the template contains all the options, simply remove what is not required and fill in the details.
|
|
Struct
BOOL
|
bool |
bool (1byte, 0:false, other value:true)
|
SBYTE
|
sbyte |
sbyte (1byte, signed)
|
BYTE
|
byte |
byte (1byte, unsigned)
|
SHORT
|
short |
short (2bytes, signed)
|
USHORT
|
ushort |
ushort (2bytes, unsigned)
|
INT
|
int |
int (4bytes, signed)
|
UINT
|
uint |
uint (4bytes, unsigned)
|
FLOAT
|
float |
float (4bytes, signed)
|
LONG
|
long |
long (8bytes, signed)
|
ULONG
|
ulong |
ulong (8bytes, unsigned)
|
DOUBLE
|
double |
double (8bytes, signed)
|
A_STRING
|
a_string |
ANSI/ASCII String (each char: 1byte, ASCII:leading0+7bits, ANSI:8bits)
|
U_STRING
|
u_string |
Unicode String (each char: 2bytes)
|
C_STRING
|
c_string |
Customization String (each char: 2bytes)
|
B_STRING
|
b_string |
Byte String (each char: 1byte, used for session key only)
|
{ }
|
list |
LIST Component
|
?
|
uncertain |
Uncertain Values
|
??
|
unknown |
Unknown Variable Name
|
Variable Descriptions
Opperand_Count = 9
Opcode = FFFFFFFF
- Additional Descriptions go here...
- --
- ---
- ----
|
Tags
S→C
|
This packet originates on the server.
|
|
C→S
|
This packet originates on the client.
|
|
100%
|
This packet has been completely reversed.
|
|
75%
|
This packet has been partially reversed.
|
|
50%
|
This packet has been partially reversed.
|
|
25%
|
This packet has been partially reversed.
|
|
0%
|
This packet has not been reversed.
|
|
|
Sample Code
Insert Code Snippet Here...
Sample Packet
Insert Sample Packet Here...