aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ip.c
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.c
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.c')
-rw-r--r--packet-ip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-ip.c b/packet-ip.c
index f0d63657d9..683d0ef187 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.152 2001/12/10 00:25:28 guy Exp $
+ * $Id: packet-ip.c,v 1.153 2001/12/29 00:43:55 ashokn Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -740,7 +740,7 @@ dissect_ip_tcp_options(tvbuff_t *tvb, int offset, guint length,
}
}
-static const value_string dscp_vals[] = {
+value_string dscp_vals[] = {
{ IPDSFIELD_DSCP_DEFAULT, "Default" },
{ IPDSFIELD_DSCP_CS1, "Class Selector 1" },
{ IPDSFIELD_DSCP_CS2, "Class Selector 2" },