aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wtls.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-03-09 04:35:25 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-03-09 04:35:25 +0000
commitaee29d2f5530bce42802c7cf0bb431fbc718add4 (patch)
tree98430e4a00a1a161c576ce343338352eed7fc9e0 /packet-wtls.c
parentdf2abfdf70b0a20acd8e8cee399c5f13b27766f0 (diff)
Fixes to Lemon to get it to compile on platforms (such as some versions
of Tru64 UNIX) that define TRUE and FALSE. Fixes to some Tru64 compiler warnings. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3120 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-wtls.c')
-rw-r--r--packet-wtls.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-wtls.c b/packet-wtls.c
index 10e4b74f8d..8a4194754c 100644
--- a/packet-wtls.c
+++ b/packet-wtls.c
@@ -2,7 +2,7 @@
*
* Routines to dissect WTLS component of WAP traffic.
*
- * $Id: packet-wtls.c,v 1.3 2001/02/19 21:02:33 guy Exp $
+ * $Id: packet-wtls.c,v 1.4 2001/03/09 04:35:22 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -1328,7 +1328,7 @@ proto_register_wtls(void)
proto_register_subtree_array(ett, array_length(ett));
register_dissector("wtls", dissect_wtls, proto_wtls);
-};
+}
void
proto_reg_handoff_wtls(void)