PcapPlusPlus  Next
pcpp::QuicV1Layer::quic_long_header Struct Reference

#include <QuicLayer.h>

Detailed Description

The fixed-size prefix of every long-header QUIC v1 packet (Initial, 0-RTT, Handshake, Retry and Version Negotiation): the common header byte, the 4-byte version, and the Destination Connection ID length. The variable-length fields that follow (DCID, SCID, Token, Length) are not part of this struct - they're read via pointer+length accessors on QuicV1LongHeaderLayer and its subclasses instead