aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ip.h
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-04-25 08:55:11 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-04-25 08:55:11 +0000
commit9789501a177d1947a10f94a11178367aa2090236 (patch)
tree309b1b09f29a2627573bcabb1a7c757e911e4bc9 /packet-ip.h
parent9acdd80d4c4ef7bdd742b9e88192177695158063 (diff)
Fixed declaration of ip_dissector_table and clarified bitwidth doco.
Patch from Ben Fowler <wapdev@leedsnet.com> svn path=/trunk/; revision=1888
Diffstat (limited to 'packet-ip.h')
-rw-r--r--packet-ip.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-ip.h b/packet-ip.h
index 025b7a201c..8749196069 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.12 2000/04/20 07:05:54 guy Exp $
+ * $Id: packet-ip.h,v 1.13 2000/04/25 08:55:04 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -84,6 +84,6 @@ void dissect_ip_tcp_options(const u_char *, int, guint,
const ip_tcp_opt *, int, int, proto_tree *);
/* Dissector table for "ip.proto"; used by IPv6 as well as IPv4 */
-dissector_table_t ip_dissector_table;
+extern dissector_table_t ip_dissector_table;
#endif