![]() |
Wireshark
4.3.0
The Wireshark network protocol analyzer
|
Public Attributes | |
guint | counter |
guint32 | frame_version_start |
guint32 | frame_version_end |
guint32 | frame_key_start |
guint32 | frame_key_end |
int | frame_key_end_offset |
gchar * | kex_proposal |
gchar * | mac_proposals [2] |
gchar * | mac |
gint | mac_length |
gchar * | enc_proposals [2] |
gchar * | enc |
gchar * | comp_proposals [2] |
gchar * | comp |
gint | length_is_plaintext |
guint | cipher_id |
guint | mac_id |
gcry_cipher_hd_t | cipher |
gcry_cipher_hd_t | cipher_2 |
guint | sequence_number |
guint32 | seq_num_kex_init |
guint32 | seq_num_gex_req |
guint32 | seq_num_gex_grp |
guint32 | seq_num_gex_ini |
guint32 | seq_num_gex_rep |
guint32 | seq_num_ecdh_ini |
guint32 | seq_num_ecdh_rep |
guint32 | seq_num_dh_ini |
guint32 | seq_num_dh_rep |
guint32 | seq_num_new_key |
ssh_bignum * | bn_cookie |
guint8 | iv [12] |
guint8 | hmac_iv [DIGEST_MAX_SIZE] |
guint | 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.