aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ua3g.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-10-23 06:29:11 +0000
committerBill Meier <wmeier@newsguy.com>2013-10-23 06:29:11 +0000
commit9874da2fcbfb61cd86efd7d60041b6231a088a7f (patch)
treebd137e552635dd9e24c3e113a02e7db71251f831 /epan/dissectors/packet-ua3g.c
parentdd314cd97e442decbd8cc0e4bcfd57159ec94bcb (diff)
#if 0 numerous "unused const variables" (mostly value-string-arrays);
Also; fix a few "set but not used" warnings. svn path=/trunk/; revision=52780
Diffstat (limited to 'epan/dissectors/packet-ua3g.c')
-rw-r--r--epan/dissectors/packet-ua3g.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ua3g.c b/epan/dissectors/packet-ua3g.c
index ad5d6a15b4..8a32565dd4 100644
--- a/epan/dissectors/packet-ua3g.c
+++ b/epan/dissectors/packet-ua3g.c
@@ -2621,12 +2621,14 @@ static const value_string str_download_req_force_mode[] = {
{0x01, "Force Software Lock"},
{0, NULL}
};
+#if 0
static const value_string str_download_req_item_id[] = {
{0x00, "Patches File"},
{0x01, "Application Binary"},
{0x02, "Datas Binary"},
{0, NULL}
};
+#endif
static const value_string str_download_req_mode_selection_country[] = {
{0x00, "No Check"},
{0x01, "For All Countries Except Chinese"},
@@ -2872,6 +2874,7 @@ static const value_string str_cs_ip_device_routing_vta_type[] = {
{0, NULL}
};
+#if 0
static const value_string str_cs_ip_device_routing_08_compressor[] = {
{0x00, "G.711 A-law"},
{0x01, "G.711 mu-law"},
@@ -2880,6 +2883,7 @@ static const value_string str_cs_ip_device_routing_08_compressor[] = {
{0x11, "G.729A 8 kbps"},
{0, NULL}
};
+#endif
static const val64_string str_cs_ip_device_routing_0F_compressor[] = {
{0x00, "G.711 A-law"},