aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wsp.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-01-03 08:42:48 +0000
committerGuy Harris <guy@alum.mit.edu>2001-01-03 08:42:48 +0000
commitb92ebd4a23fb75f3972527609abd4f8360489805 (patch)
treeef82a557225e3f0d26afc6e25d3e8a82ab0d8db5 /packet-wsp.h
parentbf94988818747c2ba5968b5789f4bf64a8fc373c (diff)
Register the WSP dissector, make it static, and have the WTP dissector
call it through a handle. svn path=/trunk/; revision=2815
Diffstat (limited to 'packet-wsp.h')
-rw-r--r--packet-wsp.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/packet-wsp.h b/packet-wsp.h
index b1bdb2c323..84cf04fbf9 100644
--- a/packet-wsp.h
+++ b/packet-wsp.h
@@ -3,7 +3,7 @@
*
* Declarations for disassembly of WSP component of WAP traffic.
*
- * $Id: packet-wsp.h,v 1.1 2000/11/04 03:30:40 guy Exp $
+ * $Id: packet-wsp.h,v 1.2 2001/01/03 08:42:48 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -61,7 +61,4 @@ static const value_string vals_wsp_reason_codes[] = {
{ 0xEE, "Content type cannot be processed" },
};
-void
-dissect_wsp(tvbuff_t *, packet_info *, proto_tree *);
-
#endif /* packet-wsp.h */