Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
Public Attributes | List of all members
quic_info_data Struct Reference

Public Attributes

guint32 number
 
guint32 version
 
address server_address
 
guint16 server_port
 
gboolean skip_decryption: 1
 
guint8 cipher_keylen
 
int hash_algo
 
tls13_cipher client_handshake_cipher
 
tls13_cipher server_handshake_cipher
 
quic_pp_state_t client_pp
 
quic_pp_state_t server_pp
 
guint64 max_client_pkn
 
guint64 max_server_pkn
 
quic_cid_item_t client_cids
 
quic_cid_item_t server_cids
 
quic_cid_t client_dcid_initial
 

Detailed Description

State for a single QUIC connection, identified by one or more Destination Connection IDs (DCID).

Member Data Documentation

guint8 quic_info_data::cipher_keylen

Cipher key length.

quic_cid_item_t quic_info_data::client_cids

SCID of client from first Initial Packet.

quic_cid_t quic_info_data::client_dcid_initial

DCID from Initial Packet.

int quic_info_data::hash_algo

Libgcrypt hash algorithm for key derivation.

quic_cid_item_t quic_info_data::server_cids

SCID of server from first Retry/Handshake.

gboolean quic_info_data::skip_decryption

Set to 1 if no keys are available.

guint32 quic_info_data::version

Similar to "udp.stream", but for identifying QUIC connections across migrations.


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