Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
quic_packet_info Struct Reference

Public Attributes

struct quic_packet_infonext
 
uint64_t packet_number
 
quic_decrypt_result_t decryption
 
uint8_t pkn_len
 
uint8_t first_byte
 
uint8_t 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

uint8_t quic_packet_info::first_byte

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

◆ packet_number

uint64_t quic_packet_info::packet_number

Reconstructed full packet number.

◆ pkn_len

uint8_t 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: