Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
Public Attributes | List of all members
_http_conv_t Struct Reference

#include <packet-http.h>

Public Attributes

guint response_code
 
guint32 startframe
 
gchar * http_host
 
gchar * request_method
 
gchar * request_uri
 
gchar * full_uri
 
guint32 req_res_num
 
guint8 upgrade
 
gchar * websocket_protocol
 
gchar * websocket_extensions
 
guint16 server_port
 
address server_addr
 
http_req_res_treq_res_tail
 

Detailed Description

Conversation data of a HTTP connection.

Member Data Documentation

guint32 _http_conv_t::req_res_num

the number of requests on the conversation.

http_req_res_t* _http_conv_t::req_res_tail

the tail node of req_res


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