|
|
Line 14: |
Line 14: |
| {| class="wikitable" | | {| class="wikitable" |
| |- | | |- |
− | |align="center" style="background:#B3C0DE; color:white;"|'''BYTE'''||'''uint8''' | + | |{{short}}||'''Operand Count''' |
| |- | | |- |
− | |align="center" style="background:#6C86BF; color:white;"|'''SHORT'''||'''uint16''' | + | |{{int}}|'''OpCode''' |
| |- | | |- |
− | |align="center" style="background:#3C548A; color:white;"|'''INT'''||'''uint32''' | + | |{{short}}||'''Game Name Size''' |
| |- | | |- |
− | |align="center" style="background:#3C5466; color:white;"|'''FLOAT'''||'''uint32''' | + | |{{ascii}}||'''Game Name''' |
| |- | | |- |
− | |align="center" style="background:#3C4565; color:white;"|'''LONG'''||'''uint64''' | + | |{{short}}||'''Galaxy Name Size''' |
| |- | | |- |
− | |align="center" style="background:#D8F2E0; color:#3C4565;"|'''A_STRING'''||'''ASCII String''' | + | |{{ascii}}|'''Galaxy Name''' |
| |- | | |- |
− | |align="center" style="background:#8BD9A3; color:white;"|'''U_STRING'''||'''Unicode String''' | + | |{{short}}|'''Character Name Size''' |
| |- | | |- |
− | |align="center" style="background:#3EC166; color:white;"|'''C_STRING'''||'''Customization String''' | + | |{{ascii}}|'''Character Name''' |
| |- | | |- |
− | |align="center" style="background:#25733D; color:white;"|'''B_STRING'''||'''Byte String''' | + | |{{int}}|'''<font color=red>Unknown</font>''' |
| |- | | |- |
− | |align="center" style="background:#C6C600; color:white;"|'''{ }'''||'''LIST Component''' | + | |{{int}}|'''ChatRoom ID''' |
| |- | | |- |
− | |align="center" style="background:#DF97A7; color:white;"|'''?'''||'''Uncertain Values''' | + | |{{int}}|'''<font color=red>Unknown</font>''' |
| |- | | |- |
− | |align="center" style="background:#C84966; color:white;"|'''?? '''||'''Unknown Variable Name''' | + | |{{byte}}|'''<font color=red>Unknown</font>''' |
| |- | | |- |
| |} | | |} |
Revision as of 21:35, 31 March 2007
|
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
SHORT
|
Operand Count
|
INT
|
OpCode
|
SHORT
|
Game Name Size
|
ASCII
|
Game Name
|
SHORT
|
Galaxy Name Size
|
ASCII
|
Galaxy Name
|
SHORT
|
Character Name Size
|
ASCII
|
Character Name
|
INT
|
Unknown
|
INT
|
ChatRoom ID
|
INT
|
Unknown
|
BYTE
|
Unknown
|
Variable Descriptions
Opperand_Count = 9
Opcode = FFFFFFFF
- Additional Descriptions go here...
- --
- ---
- ----
|
Tags
S→C
|
This packet originates on the server.
|
|
0%
|
This packet has not been reversed.
|
|
|
Sample Code
Insert Code Snippet Here...
Sample Packet
Insert Sample Packet Here...