Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
_quic_stream_info Struct Reference

#include <packet-quic.h>

Public Attributes

uint64_t stream_id
uint64_t stream_offset
uint32_t offset
struct quic_info_dataquic_info
bool from_server
bool fin

Detailed Description

Metadata for a STREAM frame. https://www.rfc-editor.org/info/rfc9000/#section-19.8 This is passed to subdissectors as the data pointer.

Member Data Documentation

◆ fin

bool _quic_stream_info::fin

True if the frame marks the end of the stream.

◆ offset

uint32_t _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

uint64_t _quic_stream_info::stream_id

62-bit Stream ID.

◆ stream_offset

uint64_t _quic_stream_info::stream_offset

62-bit stream offset.


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