Warning: Can't synchronize with the repository (Unsupported version control system "svn": "/usr/lib64/libsvn_ra_neon-1.so.0: undefined symbol: svn_compat_wrap_file_rev_handler" ). Look in the Trac log for more information.

Message 0x00

Initiate handshake

The user initiates the handshake by sending its version and two randomly generated salts. These salts are null terminated readable strings. They are used by the server to generate encryption keys for client and server which are sent in Message0x06.

Type Description Offset
uint32_t type 0
uint8_t[16] version 4
uint8_t[32] first salt 20
uint8_t[32] second salt 52