aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ip.h
diff options
context:
space:
mode:
authorAshok Narayanan <ashokn@cisco.com>2001-12-29 00:43:55 +0000
committerAshok Narayanan <ashokn@cisco.com>2001-12-29 00:43:55 +0000
commitb18512d444e550721fe509e5082775e2468c13bb (patch)
tree9b90c8ec08216d7215db2620a63c72eabe6dd794 /packet-ip.h
parent378bcd4198ab266289a585898250942796c342a6 (diff)
Changes to RSVP:
- Cleaned up TSpec and Flowspec support to handle multiple parameters - Added support for Compression Hint (RFC3006) - Added support for DCLASS (RFC2996) - Corrected some bugs in support for Null Service (RFC2997) svn path=/trunk/; revision=4459
Diffstat (limited to 'packet-ip.h')
-rw-r--r--packet-ip.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/packet-ip.h b/packet-ip.h
index 3132373d75..5ed12ff7ef 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.21 2001/12/10 00:25:29 guy Exp $
+ * $Id: packet-ip.h,v 1.22 2001/12/29 00:43:55 ashokn Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -53,4 +53,7 @@ void dissect_ip_tcp_options(tvbuff_t *, int, guint,
/* 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 value_string dscp_vals[];
+
#endif