Wireshark  4.3.0
The Wireshark network protocol analyzer
Public Attributes | List of all members
_http_conv_t Struct Reference

#include <packet-http.h>

Public Attributes

wmem_map_tchunk_offsets_fwd
 
wmem_map_tchunk_offsets_rev
 
guint32 startframe
 
int startoffset
 
dissector_handle_t next_handle
 
gchar * websocket_protocol
 
gchar * websocket_extensions
 
guint16 server_port
 
address server_addr
 
http_req_res_treq_res_tail
 
gboolean message_ended
 
GSList * req_list
 
wmem_map_tmatches_table
 

Detailed Description

Conversation data of a HTTP connection.

Member Data Documentation

◆ message_ended

gboolean _http_conv_t::message_ended

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: