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

#include <packet-http.h>

Public Attributes

wmem_map_tchunk_offsets_fwd
wmem_map_tchunk_offsets_rev
uint32_t startframe
unsigned startoffset
dissector_handle_t next_handle
http_upgrade_info_t * upgrade_info
http_req_res_t * req_res_tail
wmem_list_treq_list
wmem_map_tmatches_table
address server_addr
uint16_t server_port
bool message_ended

Detailed Description

Conversation data of a HTTP connection.

Member Data Documentation

◆ req_list

wmem_list_t* _http_conv_t::req_list

Information from the last request or response can be found in the tail node. It is only sensible to look at on the first (sequential) pass, or after startframe / startoffset on connections that have proxied/tunneled/Upgraded.

◆ req_res_tail

http_req_res_t* _http_conv_t::req_res_tail

the tail node of req_res


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