Wireshark 4.5.0
The Wireshark network protocol analyzer
|
Public Attributes | |
unsigned | offset |
unsigned | ds_idx |
uint32_t | icnt_inc |
uint64_t | icnt |
ptrdiff_t | nread |
struct _http3_qpack_encoder_state * | next |
unsigned _http3_qpack_encoder_state::ds_idx |
Index of the data source tvb in the pinfo.
uint64_t _http3_qpack_encoder_state::icnt |
Total number of insertions up to this point.
uint32_t _http3_qpack_encoder_state::icnt_inc |
Number of insertions in this header segment.
struct _http3_qpack_encoder_state* _http3_qpack_encoder_state::next |
Next pointer in the chain.
ptrdiff_t _http3_qpack_encoder_state::nread |
Number of bytes read; if negative, an error code.
unsigned _http3_qpack_encoder_state::offset |
Offset of the headers block in the pinfo TVB.