aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wtls.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-12-03 02:10:31 +0000
committerGuy Harris <guy@alum.mit.edu>2001-12-03 02:10:31 +0000
commit852e3fffe59feb20f92a5bd48cc931192f5eae5d (patch)
treea35fa071eda554214fcf891bcdd085b87014d457 /packet-wtls.c
parent44a02e37c6b25d8c5bc3ec147f91a6f5b7fb910e (diff)
As you set a conversation dissector by supplying a dissector handle
rather than a function pointer, "dissect_wtp_fromudp()" no longer needs to be global; make it static, register it by name, and have the WSP dissector get the handle by calling "find_dissector()" rather than by constructing its own handle for it. Fix up some attributions. svn path=/trunk/; revision=4306
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 6de544d6b0..86f1ce21df 100644
--- a/packet-wtls.c
+++ b/packet-wtls.c
@@ -2,11 +2,11 @@
*
* Routines to dissect WTLS component of WAP traffic.
*
- * $Id: packet-wtls.c,v 1.13 2001/09/28 18:59:30 guy Exp $
+ * $Id: packet-wtls.c,v 1.14 2001/12/03 02:10:31 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
- * Copyright 1998 Didier Jorand
+ * Copyright 1998 Gerald Combs
*
* WAP dissector based on original work by Ben Fowler
* Updated by Neil Hunter <neil.hunter@energis-squared.com>