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