|
|
(5 intermediate revisions by the same user not shown) |
Line 12: |
Line 12: |
| ---- | | ---- |
| {| class="wikitable" | | {| class="wikitable" |
| + | |{{int}}||description of the int value |
| |- | | |- |
− | |{{bool}}||bool||'''bool''' (1byte, 0:false, other value:true) | + | |{{ushort}}||description of the ushort value |
| |- | | |- |
− | |{{sbyte}}||sbyte||'''sbyte''' (1byte, signed) | + | |{{float}}||description of the float value |
| |- | | |- |
− | |{{byte}}||byte||'''byte''' (1byte, unsigned)
| + | |{{u_string}}||description of the u_string value |
− | |-
| + | |
− | |{{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||'''LIST Component'''
| + | |
− | |-
| + | |
− | |{{uncertain}}||uncertain||'''Uncertain Values'''
| + | |
− | |-
| + | |
− | |{{unknown}}||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...