10#ifndef __PACKET_HTTP_H__
11#define __PACKET_HTTP_H__
14#include "ws_symbol_export.h"
21void http_tcp_dissector_delete(uint32_t port);
23void http_tcp_port_add(uint32_t port);
32 unsigned response_code;
34 const char *request_uri;
35 const char *referer_uri;
37 const char *location_base_uri;
38 const char *location_target;
41#define HTTP_PROTO_DATA_REQRES 0
42#define HTTP_PROTO_DATA_INFO 1
54 unsigned response_code;
78 char *websocket_protocol;
79 char *websocket_extensions;
Definition packet-http.h:67
http_req_res_t * req_res_tail
Definition packet-http.h:84
bool 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
uint32_t number
Definition packet-http.h:47
void * private_data
Definition packet-http.h:63
uint32_t req_framenum
Definition packet-http.h:49
uint32_t res_framenum
Definition packet-http.h:51
Definition packet_info.h:43
Definition value_string.h:25
Definition tvbuff-int.h:35