aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wsp.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-12-07 11:10:53 +0000
committerGuy Harris <guy@alum.mit.edu>2001-12-07 11:10:53 +0000
commit6bb3e341d1db89d10ab49d9f24ac766e0593999e (patch)
tree6a089a401af0b05deced492169642f4ef5260541 /packet-wsp.h
parent6b0b77c5f1bbbfa7ea5216a6da549acc31083873 (diff)
From Tom Uijldert: WSP/MMSE changes to handle multipart-content:
packet-wsp.[ch]: - Proper parameter-dissection - Now handles multipart content - Exports content-type & multipart-dissection - Attach a sub-dissector based on content-type packet-mmse.c: - Dissecting message-content added - Registers with WSP based on content-type. svn path=/trunk/; revision=4353
Diffstat (limited to 'packet-wsp.h')
-rw-r--r--packet-wsp.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/packet-wsp.h b/packet-wsp.h
index 955886f304..0568b6abc9 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.3 2001/02/13 00:17:54 guy Exp $
+ * $Id: packet-wsp.h,v 1.4 2001/12/07 11:10:53 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -61,4 +61,7 @@ static const value_string vals_wsp_reason_codes[] = {
{ 0xEE, "Content type cannot be processed" },
};
+void add_multipart_data (proto_tree *, tvbuff_t *);
+guint add_content_type (proto_tree *, tvbuff_t *, guint, guint *, const char **);
+
#endif /* packet-wsp.h */