Wireshark 4.5.0
The Wireshark network protocol analyzer
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Public Attributes | List of all members
ssh_peer_data Struct Reference

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
 
ssh_bignumbn_cookie
 
uint8_t iv [12]
 
uint8_t hmac_iv [DIGEST_MAX_SIZE]
 
unsigned hmac_iv_len
 
unsigned int rekey_trigger_frame
 
bool rekey_pending
 
uint8_t plain0 [16]
 
bool plain0_valid
 
wmem_map_tchannel_info
 
wmem_map_tchannel_handles
 
struct ssh_flow_dataglobal_data
 

Member Data Documentation

◆ channel_handles

wmem_map_t* ssh_peer_data::channel_handles

Map of recipient channel numbers to subdissector handles.

◆ channel_info

wmem_map_t* ssh_peer_data::channel_info

Map of sender channel numbers to recipient numbers.


The documentation for this struct was generated from the following file: