aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ip.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-12-29 22:01:11 +0000
committerGuy Harris <guy@alum.mit.edu>2001-12-29 22:01:11 +0000
commit8053f4839a36a09853b5c89e550cfd08b7acf22d (patch)
treeebcc3990d237a0e2072f7ac7e38bf99a67e8496b /packet-ip.h
parentb18512d444e550721fe509e5082775e2468c13bb (diff)
Make "dscp_vals[]" a "const" array again.
svn path=/trunk/; revision=4460
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 5ed12ff7ef..907e16cea9 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.22 2001/12/29 00:43:55 ashokn Exp $
+ * $Id: packet-ip.h,v 1.23 2001/12/29 22:01:11 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -54,6 +54,6 @@ void dissect_ip_tcp_options(tvbuff_t *, int, guint,
extern dissector_table_t ip_dissector_table;
/* Export the DSCP value-string table for other protocols */
-extern value_string dscp_vals[];
+extern const value_string dscp_vals[];
#endif