aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wsp.h
diff options
context:
space:
mode:
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 */