|
Wireshark
4.3.0
The Wireshark network protocol analyzer
|
#include <packet-http.h>
Public Attributes | |
| guint32 | req_res_num |
| wmem_map_t * | chunk_offsets_fwd |
| wmem_map_t * | chunk_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_t * | req_res_tail |
| gboolean | message_ended |
Conversation data of a HTTP connection.
| 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.
| guint32 _http_conv_t::req_res_num |
The number of requests in the conversation.
| http_req_res_t* _http_conv_t::req_res_tail |
the tail node of req_res