aboutsummaryrefslogtreecommitdiffstats
path: root/packet-http.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-09-02 22:47:59 +0000
committerGuy Harris <guy@alum.mit.edu>2003-09-02 22:47:59 +0000
commit75ae0e30c7ff9e539a80562a431e1cd2719e78a1 (patch)
treee4f81d2c0758513eab172c7bbe79d2c773832295 /packet-http.h
parent71034c5a3faef6c2305e8e1f9253d544f559a532 (diff)
From Jean-Michel Fayard: BOOTP/DHCP, HTTP, and WSP statistics taps.
svn path=/trunk/; revision=8345
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