aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wsp.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-wsp.h
parent71034c5a3faef6c2305e8e1f9253d544f559a532 (diff)
From Jean-Michel Fayard: BOOTP/DHCP, HTTP, and WSP statistics taps.
svn path=/trunk/; revision=8345
Diffstat (limited to 'packet-wsp.h')
-rw-r--r--packet-wsp.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/packet-wsp.h b/packet-wsp.h
index 3874059dce..503558b29a 100644
--- a/packet-wsp.h
+++ b/packet-wsp.h
@@ -2,7 +2,7 @@
*
* Declarations for disassembly of WSP component of WAP traffic.
*
- * $Id: packet-wsp.h,v 1.7 2003/07/08 18:10:39 guy Exp $
+ * $Id: packet-wsp.h,v 1.8 2003/09/02 22:47:58 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -45,10 +45,20 @@
* assumed to be WSP */
extern const value_string vals_wsp_reason_codes[];
+/* These are exported to taps. */
+extern const value_string vals_pdu_type[];
+extern const value_string vals_status[];
+
/*
* exported functionality
*/
void add_post_data (proto_tree *, tvbuff_t *, guint, const char *);
guint add_content_type (proto_tree *, tvbuff_t *, guint, guint *, const char **);
+/* statistics */
+typedef struct _wsp_info_value_t /* see README.tapping and tap-wspstat.c */
+{
+ gint status_code;
+ guint8 pdut;
+} wsp_info_value_t;
#endif /* packet-wsp.h */