aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-radius_packetcable.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2008-08-14 23:51:52 +0000
committerBill Meier <wmeier@newsguy.com>2008-08-14 23:51:52 +0000
commit38eb4d6ce3f01a75066e3511b4ff29884d81bfa7 (patch)
tree5f2def988c53bab44c39a876810d0419fb41d72b /epan/dissectors/packet-radius_packetcable.c
parent73dfa0536cf66fee00bac73ede9b6afd19e1836b (diff)
Use const with value_string array definitions
svn path=/trunk/; revision=26028
Diffstat (limited to 'epan/dissectors/packet-radius_packetcable.c')
-rw-r--r--epan/dissectors/packet-radius_packetcable.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/epan/dissectors/packet-radius_packetcable.c b/epan/dissectors/packet-radius_packetcable.c
index 8d3121abfe..387fc59ac2 100644
--- a/epan/dissectors/packet-radius_packetcable.c
+++ b/epan/dissectors/packet-radius_packetcable.c
@@ -147,7 +147,7 @@ static guint32 packetcable_qos_desc_mask[] =
PACKETCABLE_MAXIMUM_DOWNSTREAM_LATENCY_MASK
};
-static value_string radius_vendor_packetcable_event_message_vals[] =
+static const value_string radius_vendor_packetcable_event_message_vals[] =
{
{0, "Reserved"},
{1, "Signaling_Start"},
@@ -175,7 +175,7 @@ static value_string radius_vendor_packetcable_event_message_vals[] =
{0, NULL}
};
-static value_string packetcable_em_header_element_type_vals[] =
+static const value_string packetcable_em_header_element_type_vals[] =
{
{0, "Reserved"},
{1, "CMS"},
@@ -185,7 +185,7 @@ static value_string packetcable_em_header_element_type_vals[] =
{0, NULL}
};
-static value_string packetcable_em_header_status_error_indicator_vals[] =
+static const value_string packetcable_em_header_status_error_indicator_vals[] =
{
{0, "No Error"},
{1, "Possible Error"},
@@ -194,21 +194,21 @@ static value_string packetcable_em_header_status_error_indicator_vals[] =
{0, NULL}
};
-static value_string packetcable_em_header_status_event_origin_vals[] =
+static const value_string packetcable_em_header_status_event_origin_vals[] =
{
{0, "Trusted Element"},
{1, "Untrusted Element"},
{0, NULL}
};
-static value_string packetcable_em_header_status_event_message_proxied_vals[] =
+static const value_string packetcable_em_header_status_event_message_proxied_vals[] =
{
{0, "Not proxied"},
{1, "Proxied"},
{0, NULL}
};
-static value_string packetcable_call_termination_cause_vals[] =
+static const value_string packetcable_call_termination_cause_vals[] =
{
{0, "Reserved"},
{1, "BAF"},
@@ -216,7 +216,7 @@ static value_string packetcable_call_termination_cause_vals[] =
{0, NULL}
};
-static value_string packetcable_trunk_type_vals[] =
+static const value_string packetcable_trunk_type_vals[] =
{
{1, "Not Used"},
{2, "Not Used"},
@@ -228,7 +228,7 @@ static value_string packetcable_trunk_type_vals[] =
{0, NULL}
};
-static value_string packetcable_state_indication_vals[] =
+static const value_string packetcable_state_indication_vals[] =
{
{0, "Illegal Value"},
{1, "Resource Reserved but not Activated"},