Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
_http3_qpack_encoder_state Struct Reference

Public Attributes

unsigned offset
 
unsigned ds_idx
 
uint32_t icnt_inc
 
uint64_t icnt
 
ptrdiff_t nread
 
struct _http3_qpack_encoder_statenext
 

Member Data Documentation

◆ ds_idx

unsigned _http3_qpack_encoder_state::ds_idx

Index of the data source tvb in the pinfo.

◆ icnt

uint64_t _http3_qpack_encoder_state::icnt

Total number of insertions up to this point.

◆ icnt_inc

uint32_t _http3_qpack_encoder_state::icnt_inc

Number of insertions in this header segment.

◆ next

struct _http3_qpack_encoder_state* _http3_qpack_encoder_state::next

Next pointer in the chain.

◆ nread

ptrdiff_t _http3_qpack_encoder_state::nread

Number of bytes read; if negative, an error code.

◆ offset

unsigned _http3_qpack_encoder_state::offset

Offset of the headers block in the pinfo TVB.


The documentation for this struct was generated from the following file: