Difference between revisions of "LoginClientId"

From SWGANH Wiki
Jump to: navigation, search
(Variable Descriptions)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{MissingPacket}}
 
+
{{PageHeader|Client Packet|LoginClientID (41131F96)}}
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
 
|-
 
|-
Line 6: Line 6:
 
===Struct===
 
===Struct===
 
----
 
----
 
+
{| align="center"
 +
|-
 +
||
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
|align="center" style="background:#6C86BF; color:white;"|'''SHORT'''||'''uint16'''
+
|{{short}}||'''Operand'''
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''uint32'''
+
|{{int}}||'''Opcode'''
 
|-
 
|-
|align="center" style="background:#D8F2E0; color:#3C4565;"|'''A_STRING'''||'''UserName'''
+
|{{a_string}}||'''UserName'''
 
|-
 
|-
|align="center" style="background:#D8F2E0; color:#3C4565;"|'''A_STRING'''||'''Password'''
+
|{{a_string}}||'''Password'''
 
|-
 
|-
|align="center" style="background:#D8F2E0; color:#3C4565;"|'''A_STRING'''||'''Version'''
+
|{{a_string}}||'''Version'''
 
|-
 
|-
 
|}
 
|}
 
+
|}
 
===Variable Descriptions===
 
===Variable Descriptions===
 
----
 
----
  
Opperand_Count     = '''4'''
+
Operand_Count     = '''4'''
  
 
Opcode     = '''41131F96'''
 
Opcode     = '''41131F96'''
Line 34: Line 36:
  
 
* '''Password''':
 
* '''Password''':
The Password to use for Authenticating.
+
The Password to use for Authenticating. ('''Note''': ''This may eventually become a password hash instead for security.'')
 
+
* '''Note''': ''This may eventually become a password hash instead for security.''
+
  
 
* '''Version''':
 
* '''Version''':
Line 58: Line 58:
 
|-
 
|-
 
|}
 
|}
 
 
|}
 
|}
 
 
----
 
----
 
==Sample Code==
 
----
 
 
<pre>
 
Insert Code Snippet Here...
 
</pre>
 
 
 
==Sample Packet==
 
==Sample Packet==
  

Latest revision as of 19:33, 6 January 2008





Client Packet - LoginClientID (41131F96)

SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.

Struct


SHORT Operand
INT Opcode
A_STRING UserName
A_STRING Password
A_STRING Version

Variable Descriptions


Operand_Count = 4

Opcode = 41131F96


  • UserName:

The string of the UserName Authenticating. This is equivalent to StationName.


  • Password:

The Password to use for Authenticating. (Note: This may eventually become a password hash instead for security.)

  • Version:
[year][month][day]-[hour]:[minute]
||Patch 12.1||"20041215-19:26"||
||Patch 13.0||"20050125-12:19"||

Note: Version_String may later be replaced with a new value. This will help distinguish the patched/modded version from SOE's 12.1/13.0

Tags


C→S This packet originates on the client.

100% This packet has been completely reversed.


Sample Packet

Insert Sample Packet Here...