ie. what I originally had:
0x14 = ack
0x15 = server error
0x16 = auth phase
0x17 = game packet
is actually:
As shown in RFC5246 - The Transport Layer Security (TLS) Protocol, makes sense actually that they used a library for that instead of rolling their own TLS version.enum { change_cipher_spec(20), alert(21), handshake(22), application_data(23), (255) } ContentType;
No comments:
Post a Comment