Wireshark 4.5.0
The Wireshark network protocol analyzer
|
Public Attributes | |
unsigned | len |
unsigned | offset |
unsigned | ds_idx |
wmem_array_t * | header_fields |
header_block_encoded_iter_t | encoded |
struct _http3_header_data * | next |
HTTP3 header data block.
The data block corresponds to contents of a single HTTP3 HEADERS frame. If a packet contains multiple HTTP3 HEADERS frames, the corresponding blocks will be chained using the ‘next’ pointer. In this case, individual headers blocks will be identified by the ‘offset’ field.
unsigned _http3_header_data::ds_idx |
Index of the data source tvb in the pinfo.
header_block_encoded_iter_t _http3_header_data::encoded |
Used for dissection, not allocated.
wmem_array_t* _http3_header_data::header_fields |
List of header fields contained in the header block.
unsigned _http3_header_data::len |
Length of the encoded headers block.
struct _http3_header_data* _http3_header_data::next |
Next pointer in the chain.
unsigned _http3_header_data::offset |
Offset of the headers block in the pinfo TVB.