Wireshark 4.5.0
The Wireshark network protocol analyzer
|
dissector_handle_t quic_info_data::app_handle |
Application protocol handle (NULL if unknown).
int quic_info_data::cipher_algo |
Cipher algorithm for packet number and packet encryption.
int quic_info_data::cipher_mode |
Cipher mode for packet encryption.
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.
bool quic_info_data::client_dcid_set |
Set to 1 if client_dcid_initial is set.
bool quic_info_data::client_grease_quic_bit |
The client supports greasing the Fixed (QUIC) bit
bool quic_info_data::client_loss_bits_recv |
The client is able to read loss bits info
bool quic_info_data::client_loss_bits_send |
The client wants to send loss bits info
unsigned quic_info_data::client_multipath |
The client supports multipath
wmem_map_t* quic_info_data::client_streams |
Map from Stream ID -> STREAM info (uint64_t -> quic_stream_state), sent by the client.
gquic_info_data_t* quic_info_data::gquic_info |
GQUIC info for >Q050 flows.
int quic_info_data::hash_algo |
Libgcrypt hash algorithm for key derivation.
wmem_map_t* quic_info_data::max_client_mp_pkn |
Appdata packet number spaces for multipath, by sequence number.
uint64_t quic_info_data::max_client_pkn[3] |
Packet number spaces for Initial, Handshake and appdata.
quic_info_data_t* quic_info_data::prev |
The previous QUIC connection multiplexed on the same network 5-tuple. Used by checking Stateless Reset tokens
quic_cid_item_t quic_info_data::server_cids |
SCID of server from first Retry/Handshake.
wmem_list_t* quic_info_data::server_endpoints |
List of server endpoints, primarily used with 0 length DCIDs
bool quic_info_data::server_grease_quic_bit |
The server supports greasing the Fixed (QUIC) bit
bool quic_info_data::server_loss_bits_recv |
The server is able to read loss bits info
bool quic_info_data::server_loss_bits_send |
The server wants to send loss bits info
unsigned quic_info_data::server_multipath |
The server supports multipath
wmem_map_t* quic_info_data::server_streams |
Map from Stream ID -> STREAM info (uint64_t -> quic_stream_state), sent by the server.
bool quic_info_data::skip_decryption |
Set to 1 if no keys are available.
wmem_list_t* quic_info_data::streams_list |
Ordered list of QUIC Stream ID in this connection (both directions). Used by "Follow QUIC Stream" functionality
wmem_map_t* quic_info_data::streams_map |
Map pinfo->num --> First stream in that frame (unsigned -> quic_follow_stream). Used by "Follow QUIC Stream" functionality
uint32_t quic_info_data::version |
Similar to "udp.stream", but for identifying QUIC connections across migrations.
dissector_handle_t quic_info_data::zrtt_app_handle |
Application protocol handle (NULL if unknown) for 0-RTT data.