Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
_http_req_res_t Struct Reference

#include <packet-http.h>

Public Attributes

uint32_t number
uint32_t req_framenum
uint32_t res_framenum
unsigned response_code
nstime_t req_ts
char * request_method
char * http_host
char * request_uri
char * full_uri
void * private_data
bool req_has_range
bool resp_has_range

Detailed Description

information about a request and response on a HTTP conversation.

Member Data Documentation

◆ number

uint32_t _http_req_res_t::number

the running number on the conversation

◆ private_data

void* _http_req_res_t::private_data

private data used by http dissector

◆ req_framenum

uint32_t _http_req_res_t::req_framenum

frame number of the request

◆ req_ts

nstime_t _http_req_res_t::req_ts

timestamp of the request

◆ res_framenum

uint32_t _http_req_res_t::res_framenum

frame number of the corresponding response


The documentation for this struct was generated from the following file: