aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wsp.h
diff options
context:
space:
mode:
authorOlivier Biot <obiot.ethereal@gmail.com>2004-01-04 02:55:03 +0000
committerOlivier Biot <obiot.ethereal@gmail.com>2004-01-04 02:55:03 +0000
commit4f900c8f3a37bbd6f903c4fecb0189a02360dd9e (patch)
tree16b4cd506115887009bb619bfd0cecce8698350b /packet-wsp.h
parent405f9b5f46a1dc28a0465ccd051ef04d3de455ac (diff)
Fix the multipart dissection in WSP so media embedded in a multipart entity
gets handed off to subdissectors. However nested multipart entities are not supported yet. Add more information to the WSP protocol summary line. Add some more clarifications (comments) in the WSP code. Skip parsing of URL encoded data if tree is NULL. svn path=/trunk/; revision=9540
Diffstat (limited to 'packet-wsp.h')
-rw-r--r--packet-wsp.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/packet-wsp.h b/packet-wsp.h
index 6dec9be087..ca362c91ac 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.9 2003/11/03 10:16:00 guy Exp $
+ * $Id: packet-wsp.h,v 1.10 2004/01/04 02:55:03 obiot Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -42,7 +42,8 @@ extern const value_string vals_status[];
/*
* exported functionality
*/
-void add_post_data (proto_tree *, tvbuff_t *, guint, const char *);
+void add_post_data (proto_tree *, tvbuff_t *, guint, const char *,
+ packet_info *);
guint32 add_content_type (proto_tree *tree, tvbuff_t *tvb,
guint32 val_start,
guint32 *well_known_content, const char **textual_content);