Wireshark 4.5.0
The Wireshark network protocol analyzer
|
Public Attributes | |
unsigned char | _master_secret [SSL_MASTER_SECRET_LENGTH] |
unsigned char | _session_id [256] |
unsigned char | _client_random [32] |
unsigned char | _server_random [32] |
StringInfo | session_id |
StringInfo | session_ticket |
StringInfo | server_random |
StringInfo | client_random |
StringInfo | master_secret |
StringInfo | handshake_data |
StringInfo | pre_master_secret |
unsigned char | _server_data_for_iv [24] |
StringInfo | server_data_for_iv |
unsigned char | _client_data_for_iv [24] |
StringInfo | client_data_for_iv |
int | state |
const SslCipherSuite * | cipher_suite |
SslDecoder * | server |
SslDecoder * | client |
SslDecoder * | server_new |
SslDecoder * | client_new |
StringInfo | psk |
StringInfo | app_data_segment |
SslSession | session |
bool | has_early_data |
StringInfo | ech_transcript |