Difference between revisions of "Packet 0x0100"

From SBOL Project
Jump to: navigation, search
(Details)
m (Description)
Line 4: Line 4:
  
 
== Description ==
 
== Description ==
Upon connecting the client will send this packet containing the players username. The packet has a constant string/Value at offset 0x04 which reads "SBo". Earlier version of the client used "SB*" so could be used to indicate client version. The players username is 15 characters null terminated at offset 0x08
+
Upon connecting the client will send this packet containing the players username. The packet has a constant string/Value at offset 0x04 which reads "SBo". Earlier versions of the client used "SB*" so could be used to indicate client version. The players username is 15 characters null terminated at offset 0x08
  
 
== Details ==
 
== Details ==

Revision as of 01:09, 15 November 2016

Example

 00 16 01 00 53 42 6F 00 XX XX XX XX XX XX XX XX
 XX XX XX XX XX XX XX XX

Description

Upon connecting the client will send this packet containing the players username. The packet has a constant string/Value at offset 0x04 which reads "SBo". Earlier versions of the client used "SB*" so could be used to indicate client version. The players username is 15 characters null terminated at offset 0x08

Details

Size 18 Bytes (Static)
Response 0x0180, 0x0181