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

Public Attributes

uint64_t id
uint64_t uni_stream_type
uint64_t broken_from_offset
http3_stream_dir direction
wmem_list_trequest_header_data
wmem_list_tresponse_header_data
const char * protocol
dissector_handle_t next_handle
http_upgrade_info_t * upgrade_info
nstime_t request_ts
uint32_t request_frame_num
uint32_t response_frame_num
bool is_connect
http3_pseudo_header_fields_t pseudo_headers

Member Data Documentation

◆ broken_from_offset

uint64_t _http3_stream_info::broken_from_offset

Unrecognized stream starting at offset (if non-zero).

◆ id

uint64_t _http3_stream_info::id

HTTP3 stream id

◆ is_connect

bool _http3_stream_info::is_connect

Method is CONNECT (plain or extended)

◆ next_handle

dissector_handle_t _http3_stream_info::next_handle

Dissector for extended CONNECT protocol

◆ protocol

const char* _http3_stream_info::protocol

Protocol from extended CONNECT

◆ request_frame_num

uint32_t _http3_stream_info::request_frame_num

Frame number of request first HEADERS frame

◆ request_header_data

wmem_list_t* _http3_stream_info::request_header_data

List of request header data

◆ request_ts

nstime_t _http3_stream_info::request_ts

Timestamp of request first HEADERS frame

◆ response_frame_num

uint32_t _http3_stream_info::response_frame_num

Frame number of response first HEADERS frame

◆ response_header_data

wmem_list_t* _http3_stream_info::response_header_data

List of response header data

◆ uni_stream_type

uint64_t _http3_stream_info::uni_stream_type

Unidirectional stream type

◆ upgrade_info

http_upgrade_info_t* _http3_stream_info::upgrade_info

Data for new protocol


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