aboutsummaryrefslogtreecommitdiffstats
path: root/packet-http.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-09-02 22:47:59 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-09-02 22:47:59 +0000
commitfac8d77d0a001c7f5628ab142819d4b5c7539f10 (patch)
treee4f81d2c0758513eab172c7bbe79d2c773832295 /packet-http.h
parent81178a720701445aa54030ee325f20fdfd70d285 (diff)
From Jean-Michel Fayard: BOOTP/DHCP, HTTP, and WSP statistics taps.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8345 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-http.h')
-rw-r--r--packet-http.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/packet-http.h b/packet-http.h
index 962687431d..82918d3fca 100644
--- a/packet-http.h
+++ b/packet-http.h
@@ -1,6 +1,6 @@
/* packet-http.h
*
- * $Id: packet-http.h,v 1.7 2002/08/28 21:00:16 jmayer Exp $
+ * $Id: packet-http.h,v 1.8 2003/09/02 22:47:57 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -23,7 +23,13 @@
#ifndef __PACKET_HTTP_H__
#define __PACKET_HTTP_H__
+#include <epan/packet.h>
void http_dissector_add(guint32 port, dissector_handle_t handle);
+typedef struct _http_info_value_t
+{
+ guint response_method;
+ gchar *request_method;
+} http_info_value_t ;
#endif