aboutsummaryrefslogtreecommitdiffstats
path: root/packet.h
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 /packet.h
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 'packet.h')
-rw-r--r--packet.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet.h b/packet.h
index f58e2129c5..de900131a1 100644
--- a/packet.h
+++ b/packet.h
@@ -1,7 +1,7 @@
/* packet.h
* Definitions for packet disassembly structures and routines
*
- * $Id: packet.h,v 1.176 2000/04/03 09:24:09 guy Exp $
+ * $Id: packet.h,v 1.177 2000/04/03 09:41:13 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -293,7 +293,6 @@ void register_init_routine(void (*func)(void));
void init_all_protocols(void);
void init_dissect_rpc(void);
-void init_dissect_udp(void);
/*
* Routines should take four args: packet data *, offset, frame_data *,