10 #ifndef __PACKET_HTTP_H__ 11 #define __PACKET_HTTP_H__ 13 #include <epan/packet.h> 14 #include "ws_symbol_export.h" 21 void http_tcp_dissector_delete(guint32 port);
23 void http_tcp_port_add(guint32 port);
28 gchar *request_method;
31 const gchar *request_uri;
32 const gchar *referer_uri;
33 const gchar *full_uri;
34 const gchar *location_base_uri;
35 const gchar *location_target;
59 gchar *request_method;
65 gchar *websocket_protocol;
66 gchar *websocket_extensions;
74 typedef enum _http_type {
84 const char *media_str;
struct _http_req_res_t * next
Definition: packet-http.h:49
guint32 req_res_num
Definition: packet-http.h:63
nstime_t req_ts
Definition: packet-http.h:47
struct _http_req_res_t * prev
Definition: packet-http.h:51
http_req_res_t * req_res_tail
Definition: packet-http.h:71
Definition: packet-http.h:82
Definition: packet-http.h:55
guint32 res_framenum
Definition: packet-http.h:45
Definition: value_string.h:24
guint32 req_framenum
Definition: packet-http.h:43
Definition: packet-http.h:39
guint32 number
Definition: packet-http.h:41
Definition: packet-http.h:26