|
|
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''' | + | |{{a_string}}||'''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''' | + | |{{a_string}}||'''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''' | + | |{{a_string}}||'''Character Name''' |
| |- | | |- |
− | |align="center" style="background:#25733D; color:white;"|'''B_STRING'''||'''Byte String''' | + | |{{int}}||'''Size of Chat''' |
| |- | | |- |
− | |align="center" style="background:#C6C600; color:white;"|'''{ }'''||'''LIST Component''' | + | |{{w_string}}||'''Chat''' |
| |- | | |- |
− | |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'''
| + | |
| |- | | |- |
| |} | | |} |
Revision as of 22:05, 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
|
A_STRING
|
Game Name
|
SHORT
|
Galaxy Name Size
|
A_STRING
|
Galaxy Name
|
SHORT
|
Character Name Size
|
A_STRING
|
Character Name
|
INT
|
Size of Chat
|
Template:W string |
Chat
|
INT
|
Unknown
|
Variable Descriptions
Opperand_Count = 5
Opcode = CD4CE444
- Size of the Game Name, only seen SWG.
- As above SWG
- Size of the Galaxy Name
- Example 'Bria'
- Size of belows Character name
- Character name thats Sending the Chat
- Size of Unicode Chat Coming from client
- Chat in Unicode From the client
- Could be Chatroom Id, needs Looking into
|
Tags
S→C
|
This packet originates on the server.
|
|
75%
|
This packet has been partially reversed.
|
|
|
Sample Code
Insert Code Snippet Here...
Sample Packet
Insert Sample Packet Here...