Wireshark  4.3.0
The Wireshark network protocol analyzer
Public Attributes | List of all members
_http3_stream_info Struct Reference

Public Attributes

guint64 id
 
guint64 uni_stream_type
 
guint64 broken_from_offset
 
http3_stream_dir direction
 

Detailed Description

Essential data structures. HTTP3 stream info - contains information about HTTP3 stream. HTTP3 streams roughly correspond to QUIC streams, with the HTTP3 Server Push being an exception to the rule.

Member Data Documentation

◆ broken_from_offset

guint64 _http3_stream_info::broken_from_offset

Unrecognized stream starting at offset (if non-zero).

◆ id

guint64 _http3_stream_info::id

HTTP3 stream id

◆ uni_stream_type

guint64 _http3_stream_info::uni_stream_type

Unidirectional stream type


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