Wireshark 4.5.0
The Wireshark network protocol analyzer
|
#include <packet-http.h>
Public Attributes | |
wmem_map_t * | chunk_offsets_fwd |
wmem_map_t * | chunk_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_t * | req_res_tail |
bool | message_ended |
GSList * | req_list |
wmem_map_t * | matches_table |
Conversation data of a HTTP connection.
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.
http_req_res_t* _http_conv_t::req_res_tail |
the tail node of req_res