aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_bssmap.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2010-11-09 07:28:04 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2010-11-09 07:28:04 +0000
commit16182b38547ce5fa60b5d4ba4a04ed69c5f3c58a (patch)
treed027ac8b5bd2f4a2e44eea18fe1a60bf8377e6ec /epan/dissectors/packet-gsm_a_bssmap.c
parent4818e1c7521f699cf33b3243d4c3ce37b64b86fd (diff)
Use value_string_ext for gsm_a_rr_rxlev_vals.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34818 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-gsm_a_bssmap.c')
-rw-r--r--epan/dissectors/packet-gsm_a_bssmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gsm_a_bssmap.c b/epan/dissectors/packet-gsm_a_bssmap.c
index 0ba514be35..56b086bfe8 100644
--- a/epan/dissectors/packet-gsm_a_bssmap.c
+++ b/epan/dissectors/packet-gsm_a_bssmap.c
@@ -6750,7 +6750,7 @@ proto_register_gsm_a_bssmap(void)
},
{ &hf_fe_target_radio_cell_info_rxlev_ncell,
{ "RXLEV-NCELL", "fe_target_radio_cell_info.rxlev_ncell",
- FT_UINT8, BASE_HEX, VALS(gsm_a_rr_rxlev_vals), 0x3f,
+ FT_UINT8, BASE_HEX|BASE_EXT_STRING, &gsm_a_rr_rxlev_vals_ext, 0x3f,
NULL, HFILL }
},
{ &hf_fe_target_radio_cell_info_rxlev_ncell_spare,