Wireshark  4.3.0
The Wireshark network protocol analyzer
Public Attributes | List of all members
_http_req_res_t Struct Reference

#include <packet-http.h>

Public Attributes

guint32 number
 
guint32 req_framenum
 
guint32 res_framenum
 
nstime_t req_ts
 
guint response_code
 
gchar * request_method
 
gchar * http_host
 
gchar * request_uri
 
gchar * full_uri
 
struct _http_req_res_tnext
 
struct _http_req_res_tprev
 
void * private_data
 

Detailed Description

information about a request and response on a HTTP conversation.

Member Data Documentation

◆ next

struct _http_req_res_t* _http_req_res_t::next

pointer to the next element in the linked list, NULL for the tail node

◆ number

guint32 _http_req_res_t::number

the running number on the conversation

◆ prev

struct _http_req_res_t* _http_req_res_t::prev

pointer to the previous element in the linked list, NULL for the head node

◆ private_data

void* _http_req_res_t::private_data

private data used by http dissector

◆ req_framenum

guint32 _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

guint32 _http_req_res_t::res_framenum

frame number of the corresponding response


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