Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
_http_req_res_t Struct Reference

#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
 

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: