10 #ifndef __PACKET_HTTP_H__
11 #define __PACKET_HTTP_H__
14 #include "ws_symbol_export.h"
16 WS_DLL_PUBLIC
const value_string vals_http_status_code[];
21 void http_tcp_dissector_delete(guint32 port);
23 void http_tcp_port_add(guint32 port);
31 gchar *request_method;
34 const gchar *request_uri;
35 const gchar *referer_uri;
36 const gchar *full_uri;
37 const gchar *location_base_uri;
38 const gchar *location_target;
53 gchar *request_method;
78 gchar *websocket_protocol;
79 gchar *websocket_extensions;
Definition: packet-http.h:66
guint32 req_res_num
Definition: packet-http.h:67
http_req_res_t * req_res_tail
Definition: packet-http.h:84
gboolean message_ended
Definition: packet-http.h:94
Definition: packet-http.h:99
Definition: packet-http.h:29
Definition: packet-http.h:43
nstime_t req_ts
Definition: packet-http.h:51
struct _http_req_res_t * prev
Definition: packet-http.h:60
guint32 req_framenum
Definition: packet-http.h:47
void * private_data
Definition: packet-http.h:62
struct _http_req_res_t * next
Definition: packet-http.h:58
guint32 number
Definition: packet-http.h:45
guint32 res_framenum
Definition: packet-http.h:49
Definition: packet_info.h:44
Definition: value_string.h:26
Definition: wmem_map.c:44
Definition: tvbuff-int.h:35