Wireshark 4.5.0
The Wireshark network protocol analyzer
|
Public Attributes | |
uint32_t | sequence_number |
unsigned char * | plain_data |
unsigned | data_len |
int | id |
uint32_t | byte_seq |
uint32_t | next_byte_seq |
struct _ssh_message_info_t * | next |
uint8_t | calc_mac [DIGEST_MAX_SIZE] |
unsigned _ssh_message_info_t::data_len |
Length of decrypted data.
int _ssh_message_info_t::id |
Identifies the exact message within a frame (there can be multiple records in a frame).
unsigned char* _ssh_message_info_t::plain_data |
Decrypted data.