Wireshark
2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
|
#include <packet-http.h>
Public Attributes | |
guint32 | number |
guint32 | req_framenum |
guint32 | res_framenum |
nstime_t | req_ts |
struct _http_req_res_t * | next |
struct _http_req_res_t * | prev |
information about a request and response on a HTTP conversation.
struct _http_req_res_t* _http_req_res_t::next |
pointer to the next element in the linked list, NULL for the tail node
guint32 _http_req_res_t::number |
the running number on the conversation
struct _http_req_res_t* _http_req_res_t::prev |
pointer to the previous element in the linked list, NULL for the head node
guint32 _http_req_res_t::req_framenum |
frame number of the request
nstime_t _http_req_res_t::req_ts |
timestamp of the request
guint32 _http_req_res_t::res_framenum |
frame number of the corresponding response