aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lte-rrc.c
diff options
context:
space:
mode:
authorPavel Strnad <pavel_strnad@hotmail.com>2017-06-08 15:23:53 +0200
committerAnders Broman <a.broman58@gmail.com>2017-06-08 14:27:54 +0000
commit3453a0b888a0e188c03012023a4e93d03764602c (patch)
tree0a90ae74dec035efac9091197f6e3b961be6876b /epan/dissectors/packet-lte-rrc.c
parent35944ddcfbe06f8e9b7cc05c6f49494dc908dc0b (diff)
LTE RRC: fix filtering of q-RxLevMin parameter
Ensure that filter as a different abbreviation depending on the technology used. Bug: 13481 Change-Id: I14782dffcf70bdb015fd705d2184ae8c42f232c5 Reviewed-on: https://code.wireshark.org/review/22039 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-lte-rrc.c')
-rw-r--r--epan/dissectors/packet-lte-rrc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-lte-rrc.c b/epan/dissectors/packet-lte-rrc.c
index bca29bb946..a466fc5963 100644
--- a/epan/dissectors/packet-lte-rrc.c
+++ b/epan/dissectors/packet-lte-rrc.c
@@ -75864,7 +75864,7 @@ void proto_register_lte_rrc(void) {
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_lte_rrc_q_RxLevMin_01,
- { "q-RxLevMin", "lte-rrc.q_RxLevMin",
+ { "q-RxLevMin", "lte-rrc.utra_q_RxLevMin",
FT_INT32, BASE_DEC|BASE_EXT_STRING, &lte_rrc_utra_q_RxLevMin_vals_ext, 0,
"INTEGER_M60_M13", HFILL }},
{ &hf_lte_rrc_p_MaxUTRA,
@@ -75896,7 +75896,7 @@ void proto_register_lte_rrc(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"ARFCN_ValueUTRA", HFILL }},
{ &hf_lte_rrc_q_RxLevMin_r12_01,
- { "q-RxLevMin-r12", "lte-rrc.q_RxLevMin_r12",
+ { "q-RxLevMin-r12", "lte-rrc.utra_q_RxLevMin_r12",
FT_INT32, BASE_DEC|BASE_EXT_STRING, &lte_rrc_utra_q_RxLevMin_vals_ext, 0,
"INTEGER_M60_M13", HFILL }},
{ &hf_lte_rrc_p_MaxUTRA_r12,
@@ -75960,7 +75960,7 @@ void proto_register_lte_rrc(void) {
FT_BYTES, BASE_NONE, NULL, 0,
"BIT_STRING_SIZE_8", HFILL }},
{ &hf_lte_rrc_q_RxLevMin_02,
- { "q-RxLevMin", "lte-rrc.q_RxLevMin",
+ { "q-RxLevMin", "lte-rrc.geran_q_RxLevMin",
FT_UINT32, BASE_DEC|BASE_EXT_STRING, &lte_rrc_geran_q_RxLevMin_vals_ext, 0,
"INTEGER_0_45", HFILL }},
{ &hf_lte_rrc_p_MaxGERAN,