Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
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
 
uint32_t startframe
 
int startoffset
 
dissector_handle_t next_handle
 
char * websocket_protocol
 
char * websocket_extensions
 
uint16_t server_port
 
address server_addr
 
http_req_res_treq_res_tail
 
bool message_ended
 
GSList * req_list
 
wmem_map_tmatches_table
 

Detailed Description

Conversation data of a HTTP connection.

Member Data Documentation

◆ message_ended

bool _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: