aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wsp.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-08-07 08:34:55 +0000
committerGuy Harris <guy@alum.mit.edu>2002-08-07 08:34:55 +0000
commit48dbb301c8c753e6b8b78c7f48cf2c3cdbb1f126 (patch)
tree3a6dc4f805d706d2dab474747eaaa102459fc408 /packet-wsp.h
parent1c7b05f6655246a9894e52cdc111d8501145cd5e (diff)
From Tom Uijldert: modify MMSE dissector to also accept content that is
not multipart. Replace my fix to create subtrees for POST data with Tom's. svn path=/trunk/; revision=5968
Diffstat (limited to 'packet-wsp.h')
-rw-r--r--packet-wsp.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/packet-wsp.h b/packet-wsp.h
index 0568b6abc9..63f0ddac8a 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.4 2001/12/07 11:10:53 guy Exp $
+ * $Id: packet-wsp.h,v 1.5 2002/08/07 08:34:55 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -61,7 +61,10 @@ static const value_string vals_wsp_reason_codes[] = {
{ 0xEE, "Content type cannot be processed" },
};
-void add_multipart_data (proto_tree *, tvbuff_t *);
+/*
+ * 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 **);
#endif /* packet-wsp.h */