Difference between revisions of "ClientIdMsg"

From SWGANH Wiki
Jump to: navigation, search
Line 9: Line 9:
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
|align="center" style="background:#6C86BF; color:white;"|'''SHORT'''||'''Opperand_Count'''
+
|{{short}}||'''Opperand_Count'''
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''??'''
+
|{{int}}|{{unknown}}
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''Opcode'''
+
|{{int}}||'''Opcode'''
 
|-
 
|-
|align="center" style="background:#25733D; color:white;"|'''B_STRING'''||'''Session_Hash'''
+
|{{b_string}}||'''Session_Hash'''
 
|-
 
|-
 
|}
 
|}
Line 21: Line 21:
 
===Variable Descriptions===
 
===Variable Descriptions===
 
----
 
----
 
  
 
Opperand_Count     = '''3'''
 
Opperand_Count     = '''3'''

Revision as of 07:11, 22 March 2007


Struct


SHORT Opperand_Count
INT ??
INT Opcode
B_STRING Session_Hash

Variable Descriptions


Opperand_Count = 3

Opcode = D5899226

This is the same Hash passed to the client in LoginClientToken packet. It is used to "transfer" across the servers.

Note: B_STRING has a size of 4, but 1 character per byte. Only found in session_hash.

Details


Action

Action Description goes here...

Tags


C→S This packet originates on the client.

100% This packet has been completely reversed.


Sample Code


Insert Code Snippet Here...

Sample Packet

Insert Sample Packet Here...