Wireshark 4.5.0
The Wireshark network protocol analyzer
|
Public Attributes | |
unsigned | counter |
uint32_t | frame_version_start |
uint32_t | frame_version_end |
uint32_t | frame_key_start |
uint32_t | frame_key_end |
int | frame_key_end_offset |
char * | kex_proposal |
char * | mac_proposals [2] |
char * | mac |
int | mac_length |
char * | enc_proposals [2] |
char * | enc |
char * | comp_proposals [2] |
char * | comp |
int | length_is_plaintext |
unsigned | cipher_id |
unsigned | mac_id |
gcry_cipher_hd_t | cipher |
gcry_cipher_hd_t | cipher_2 |
unsigned | sequence_number |
uint32_t | seq_num_kex_init |
uint32_t | seq_num_gex_req |
uint32_t | seq_num_gex_grp |
uint32_t | seq_num_gex_ini |
uint32_t | seq_num_gex_rep |
uint32_t | seq_num_ecdh_ini |
uint32_t | seq_num_ecdh_rep |
uint32_t | seq_num_dh_ini |
uint32_t | seq_num_dh_rep |
uint32_t | seq_num_new_key |
ssh_bignum * | bn_cookie |
uint8_t | iv [12] |
uint8_t | hmac_iv [DIGEST_MAX_SIZE] |
unsigned | hmac_iv_len |
wmem_map_t * | channel_info |
wmem_map_t * | channel_handles |
struct ssh_flow_data * | global_data |
wmem_map_t* ssh_peer_data::channel_handles |
Map of recipient channel numbers to subdissector handles.
wmem_map_t* ssh_peer_data::channel_info |
Map of sender channel numbers to recipient numbers.