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

#include <packet-quic.h>

Public Attributes

guint64 stream_id
 
guint64 stream_offset
 
guint32 offset
 
guint32 inorder_offset
 
struct quic_info_dataquic_info
 
gboolean from_server
 

Detailed Description

Metadata for a STREAM frame. https://tools.ietf.org/html/draft-ietf-quic-transport-23#section-19.8

Member Data Documentation

◆ inorder_offset

guint32 _quic_stream_info::inorder_offset

Offset of the inorder data.

◆ offset

guint32 _quic_stream_info::offset

Offset within the stream (different for reassembled data).

◆ quic_info

struct quic_info_data* _quic_stream_info::quic_info

Opaque data structure to find the QUIC session.

◆ stream_id

guint64 _quic_stream_info::stream_id

62-bit Stream ID.

◆ stream_offset

guint64 _quic_stream_info::stream_offset

62-bit stream offset.


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