Wireshark  4.3.0
The Wireshark network protocol analyzer
Public Attributes | List of all members
quic_packet_info Struct Reference

Public Attributes

struct quic_packet_infonext
 
guint64 packet_number
 
quic_decrypt_result_t decryption
 
guint8 pkn_len
 
guint8 first_byte
 
guint8 packet_type
 
bool retry_integrity_failure: 1
 
bool retry_integrity_success: 1
 

Detailed Description

Per-packet information about QUIC, populated on the first pass.

Member Data Documentation

◆ first_byte

guint8 quic_packet_info::first_byte

Decrypted flag byte, valid only if pkn_len is non-zero.

◆ packet_number

guint64 quic_packet_info::packet_number

Reconstructed full packet number.

◆ pkn_len

guint8 quic_packet_info::pkn_len

Length of PKN (1/2/3/4) or unknown (0).


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