Wireshark 4.5.0
The Wireshark network protocol analyzer
|
#include <packet-http.h>
Public Attributes | |
uint32_t | number |
uint32_t | req_framenum |
uint32_t | res_framenum |
nstime_t | req_ts |
unsigned | response_code |
char * | request_method |
char * | http_host |
char * | request_uri |
char * | full_uri |
bool | req_has_range |
bool | resp_has_range |
void * | private_data |
information about a request and response on a HTTP conversation.
uint32_t _http_req_res_t::number |
the running number on the conversation
void* _http_req_res_t::private_data |
private data used by http dissector
uint32_t _http_req_res_t::req_framenum |
frame number of the request
nstime_t _http_req_res_t::req_ts |
timestamp of the request
uint32_t _http_req_res_t::res_framenum |
frame number of the corresponding response