aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ip.h
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.h
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.h')
-rw-r--r--packet-ip.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/packet-ip.h b/packet-ip.h
index 39aacbbb9e..c192724ce5 100644
--- a/packet-ip.h
+++ b/packet-ip.h
@@ -1,7 +1,7 @@
/* packet-ip.h
* Definitions for IP packet disassembly structures and routines
*
- * $Id: packet-ip.h,v 1.26 2003/01/22 01:16:33 sahlberg Exp $
+ * $Id: packet-ip.h,v 1.27 2003/04/29 17:24:35 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -64,9 +64,6 @@ typedef struct ip_tcp_opt {
void dissect_ip_tcp_options(tvbuff_t *, int, guint,
const ip_tcp_opt *, int, int, packet_info *, proto_tree *);
-/* Dissector table for "ip.proto"; used by IPv6 as well as IPv4 */
-extern dissector_table_t ip_dissector_table;
-
/* Export the DSCP value-string table for other protocols */
extern const value_string dscp_vals[];