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;
41 #define HTTP_PROTO_DATA_REQRES 0
42 #define HTTP_PROTO_DATA_INFO 1
55 gchar *request_method;
59 gboolean req_has_range;
60 gboolean resp_has_range;
78 gchar *websocket_protocol;
79 gchar *websocket_extensions;
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:103
Definition: packet-http.h:29
Definition: packet-http.h:45
nstime_t req_ts
Definition: packet-http.h:53
guint32 req_framenum
Definition: packet-http.h:49
void * private_data
Definition: packet-http.h:63
guint32 number
Definition: packet-http.h:47
guint32 res_framenum
Definition: packet-http.h:51
Definition: packet_info.h:44
Definition: value_string.h:26
Definition: wmem_map.c:44
Definition: tvbuff-int.h:35