|
|
(6 intermediate revisions by the same user not shown) |
Line 11: |
Line 11: |
| ===Struct=== | | ===Struct=== |
| ---- | | ---- |
− |
| |
| {| class="wikitable" | | {| class="wikitable" |
| + | |{{int}}||description of the int value |
| |- | | |- |
− | |{{bool}}||'''bool''' (1byte) | + | |{{ushort}}||description of the ushort value |
| |- | | |- |
− | |{{sbyte}}||'''sbyte''' (1byte, signed) | + | |{{float}}||description of the float value |
| |- | | |- |
− | |{{byte}}||'''byte''' (1byte, unsigned) | + | |{{u_string}}||description of the u_string value |
− | |-
| + | |
− | |{{short}}||'''short''' (2bytes, signed)
| + | |
− | |-
| + | |
− | |{{ushort}}||'''ushort''' (2bytes, unsigned)
| + | |
− | |-
| + | |
− | |{{int}}||'''int''' (4bytes, signed)
| + | |
− | |-
| + | |
− | |{{uint}}||'''uint''' (4bytes, unsigned)
| + | |
− | |-
| + | |
− | |{{float}}||'''float''' (4bytes, signed)
| + | |
− | |-
| + | |
− | |{{long}}||'''long''' (8bytes, signed)
| + | |
− | |-
| + | |
− | |{{ulong}}||'''ulong''' (8bytes, unsigned)
| + | |
− | |-
| + | |
− | |{{double}}||'''double''' (8bytes, signed)
| + | |
− | |-
| + | |
− | |{{a_string}}||'''ANSI/ASCII String''' (each char: 1byte)
| + | |
− | |-
| + | |
− | |{{u_string}}||'''Unicode String''' (each char: 2bytes)
| + | |
− | |-
| + | |
− | |{{c_string}}||'''Customization String''' (each char: 2bytes)
| + | |
− | |-
| + | |
− | |{{b_string}}||'''Byte String''' (each char: 1byte, used for session key only)
| + | |
− | |-
| + | |
− | |{{list}}||'''LIST Component'''
| + | |
− | |-
| + | |
− | |{{uncertain}}||'''Uncertain Values'''
| + | |
− | |-
| + | |
− | |{{unknown}}||'''Unknown Variable Name'''
| + | |
| |- | | |- |
| + | |...||... |
| |} | | |} |
| + | [http://wiki2.swganh.org/index.php/Category:Field_Type Look here for all available types] |
| | | |
| ===Variable Descriptions=== | | ===Variable Descriptions=== |
Latest revision as of 07:16, 21 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
INT
|
description of the int value
|
USHORT
|
description of the ushort value
|
FLOAT
|
description of the float value
|
U_STRING
|
description of the u_string value
|
... |
...
|
Look here for all available types
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...