|
Wireshark
4.3.0
The Wireshark network protocol analyzer
|
#include <packet-quic.h>
Public Attributes | |
| guint64 | stream_id |
| guint64 | stream_offset |
| guint32 | offset |
| guint32 | inorder_offset |
| struct quic_info_data * | quic_info |
| gboolean | from_server |
Metadata for a STREAM frame. https://tools.ietf.org/html/draft-ietf-quic-transport-23#section-19.8
| guint32 _quic_stream_info::inorder_offset |
Offset of the inorder data.
| guint32 _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.
| guint64 _quic_stream_info::stream_id |
62-bit Stream ID.
| guint64 _quic_stream_info::stream_offset |
62-bit stream offset.