![]() |
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Public Attributes | |
unsigned | version |
address | srv_addr |
unsigned | srv_port |
char * | kex |
int(* | kex_specific_dissector )(uint8_t msg_code, tvbuff_t *tvb, packet_info *pinfo, int offset, proto_tree *tree, struct ssh_flow_data *global_data) |
struct ssh_peer_data | peer_data [2] |
char * | session_id |
unsigned | session_id_length |
ssh_bignum * | kex_e |
ssh_bignum * | kex_f |
ssh_bignum * | kex_gex_p |
ssh_bignum * | kex_gex_g |
ssh_bignum * | secret |
wmem_array_t * | kex_client_version |
wmem_array_t * | kex_server_version |
wmem_array_t * | kex_client_key_exchange_init |
wmem_array_t * | kex_server_key_exchange_init |
wmem_array_t * | kex_server_host_key_blob |
wmem_array_t * | kex_gex_bits_min |
wmem_array_t * | kex_gex_bits_req |
wmem_array_t * | kex_gex_bits_max |
wmem_array_t * | kex_shared_secret |
bool | do_decrypt |
bool | ext_ping_openssh_offered |
bool | ext_kex_strict |
ssh_bignum | new_keys [6] |
uint8_t * | pqkem_ciphertext |
uint32_t | pqkem_ciphertext_len |
uint8_t * | curve25519_pub |
uint32_t | curve25519_pub_len |
uint8_t * | kex_e_pq |
uint8_t * | kex_f_pq |
uint32_t | kex_e_pq_len |
uint32_t | kex_f_pq_len |