aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ip.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-04-29 17:24:35 +0000
committerGuy Harris <guy@alum.mit.edu>2003-04-29 17:24:35 +0000
commit74e3d695fcc195def1c67453f2e62444c398ca6b (patch)
tree0c2f3ff67f160a69377a1c12a71b7b1956cbc81d /packet-ip.c
parente29579a74a27a5613483882b78c0dbc836275921 (diff)
Don't export "ip_dissector_table" explicitly; now that we have
"find_dissector_table()", have the IPv6 and IPSEC dissectors fetch the IP dissector table by name. svn path=/trunk/; revision=7600
Diffstat (limited to 'packet-ip.c')
-rw-r--r--packet-ip.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/packet-ip.c b/packet-ip.c
index 46f59b944a..fa780c1fb3 100644
--- a/packet-ip.c
+++ b/packet-ip.c
@@ -1,7 +1,7 @@
/* packet-ip.c
* Routines for IP and miscellaneous IP protocol packet disassembly
*
- * $Id: packet-ip.c,v 1.190 2003/04/20 11:36:13 guy Exp $
+ * $Id: packet-ip.c,v 1.191 2003/04/29 17:24:35 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -124,8 +124,7 @@ static const fragment_items ip_frag_items = {
"fragments"
};
-/* Used by IPv6 as well, so not static */
-dissector_table_t ip_dissector_table;
+static dissector_table_t ip_dissector_table;
static dissector_handle_t ip_handle;
static dissector_handle_t data_handle;