|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
#include <packet-quic.h>
Public Attributes | |
| uint64_t | stream_id |
| uint64_t | stream_offset |
| uint32_t | offset |
| struct quic_info_data * | quic_info |
| bool | from_server |
| bool | fin |
Metadata for a STREAM frame. https://www.rfc-editor.org/info/rfc9000/#section-19.8 This is passed to subdissectors as the data pointer.
| bool _quic_stream_info::fin |
True if the frame marks the end of the stream.
| uint32_t _quic_stream_info::offset |
Offset within the stream (different for reassembled data).
| struct quic_info_data* _quic_stream_info::quic_info |
Opaque data structure to find the QUIC session.
| uint64_t _quic_stream_info::stream_id |
62-bit Stream ID.
| uint64_t _quic_stream_info::stream_offset |
62-bit stream offset.