aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-04-03 09:41:31 +0000
committerGuy Harris <guy@alum.mit.edu>2000-04-03 09:41:31 +0000
commit3ee409084ca5ad3d8c0eb434750e914d87c01d88 (patch)
tree7d4e9b44453a62c4a84a6d8a267e544c4d37fe60 /gtk/main.c
parent7678c401dd54acfa4b7efed39276a3a1b08e3968 (diff)
Move the creation of, and registration of protocols known to UDP in, the
hash table attached to "udp.port" out of "init_dissect_udp()" into "proto_register_udp()", so that it's done the way TCP does it, and then get rid of "init_dissect_udp()". svn path=/trunk/; revision=1781
Diffstat (limited to 'gtk/main.c')
-rw-r--r--gtk/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/main.c b/gtk/main.c
index de9955d372..cc7c796c61 100644
--- a/gtk/main.c
+++ b/gtk/main.c
@@ -1,6 +1,6 @@
/* main.c
*
- * $Id: main.c,v 1.112 2000/04/01 12:03:34 guy Exp $
+ * $Id: main.c,v 1.113 2000/04/03 09:41:31 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -1073,7 +1073,6 @@ static void
ethereal_proto_init(void) {
init_dissect_rpc();
proto_init();
- init_dissect_udp();
dfilter_init();
#ifdef HAVE_PLUGINS
init_plugins();