Wireshark 4.5.0
The Wireshark network protocol analyzer
|
Public Attributes | |
struct quic_packet_info * | next |
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 |
Per-packet information about QUIC, populated on the first pass.
uint8_t quic_packet_info::first_byte |
Decrypted flag byte, valid only if pkn_len is non-zero.
uint64_t quic_packet_info::packet_number |
Reconstructed full packet number.
uint8_t quic_packet_info::pkn_len |
Length of PKN (1/2/3/4) or unknown (0).