aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wsp.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-01-03 08:42:48 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-01-03 08:42:48 +0000
commite2534b5ffb50ad4151b53180d94ef6036a3de560 (patch)
treeef82a557225e3f0d26afc6e25d3e8a82ab0d8db5 /packet-wsp.h
parent6159078d761fbb3885b11cf39ac7172af7e02acb (diff)
Register the WSP dissector, make it static, and have the WTP dissector
call it through a handle. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2815 f5534014-38df-0310-8fa8-9805f1628bb7
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 */