Changes

25 bytes added ,  23:29, 15 April 2017
Line 454: Line 454:  
[From here on, the client is paired with the server]
 
[From here on, the client is paired with the server]
   −
Client->Server: Encrypted data packet with node information, using an LLC header with ethertype = 0x888E (EAPoL) and an apparently dummy EAPoL header, followed by the node information (friendcodeseed, username, and some unknown fields).
+
Client->Server: Encrypted data packet containing an 8-byte 802.2 LLC header with ethertype = EAPoL (0x888E) and an u16 header of 0x201 (EAPoL-Start)
   −
Server->Broadcast: Encrypted data packet broadcasting the connection of the new client to the other clients?
+
Server->Broadcast: Encrypted data packet containing the updated node information after the client connected (Using ethertype = SecureData).
   −
Server->Client: Encrypted data packet containing some sort of ack?
+
Server->Client: Encrypted data packet containing an 8-byte 802.2 LLC header with ethertype = EAPoL (0x888E) and an u16 header of 0x0202(EAPoL-Logoff)
    
[From here on, data packets exchanged between the client and the server contain the information passed to SendTo, encapsulated with an LLC header with ethertype = 0x876D (SecureData)]
 
[From here on, data packets exchanged between the client and the server contain the information passed to SendTo, encapsulated with an LLC header with ethertype = 0x876D (SecureData)]
      
==Data frames==
 
==Data frames==
68

edits