|
Wireshark 4.5.0
The Wireshark network protocol analyzer
|
Public Attributes | |
| uint64_t | id |
| uint64_t | uni_stream_type |
| uint64_t | broken_from_offset |
| http3_stream_dir | direction |
| wmem_list_t * | request_header_data |
| wmem_list_t * | response_header_data |
| const char * | protocol |
| dissector_handle_t | next_handle |
| http_upgrade_info_t * | upgrade_info |
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.
| uint64_t _http3_stream_info::broken_from_offset |
Unrecognized stream starting at offset (if non-zero).
| uint64_t _http3_stream_info::id |
HTTP3 stream id
| dissector_handle_t _http3_stream_info::next_handle |
Dissector for extended CONNECT protocol
| const char* _http3_stream_info::protocol |
Protocol from extended CONNECT
| wmem_list_t* _http3_stream_info::request_header_data |
List of request header data
| wmem_list_t* _http3_stream_info::response_header_data |
List of response header data
| uint64_t _http3_stream_info::uni_stream_type |
Unidirectional stream type
| http_upgrade_info_t* _http3_stream_info::upgrade_info |
Data for new protocol