aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wap.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-12-03 02:10:31 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-12-03 02:10:31 +0000
commitdb9dd1933d215de3bb6f1ae81e8b40dd54b56262 (patch)
treea35fa071eda554214fcf891bcdd085b87014d457 /packet-wap.c
parent6632808ac78479fa2b3e7a6fef95c741aaf2b058 (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4306 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-wap.c')
-rw-r--r--packet-wap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-wap.c b/packet-wap.c
index d4c4ae0b11..fae9a81022 100644
--- a/packet-wap.c
+++ b/packet-wap.c
@@ -2,11 +2,11 @@
*
* Utility routines for WAP dissectors
*
- * $Id: packet-wap.c,v 1.3 2001/06/12 06:31:14 guy Exp $
+ * $Id: packet-wap.c,v 1.4 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>