aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nfapi.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.mathieson@keysight.com>2020-10-04 00:07:59 +0100
committerMartin Mathieson <martin.mathieson@keysight.com>2020-10-04 00:07:59 +0100
commit16dc0c71d38b0269fc211f10aeebedc91f7f3c93 (patch)
treef6830b6f61dc14109a0a4273af55dde853fef087 /epan/dissectors/packet-nfapi.c
parent607831d8706ae32781a4f9176f46cf72414d7b1e (diff)
Last batch of filter field string fixes.
There may still be some cases seen by ./toos/check_typed_item_calls.py --consecutive that ought to be fixed, but wasn't sure so left.
Diffstat (limited to 'epan/dissectors/packet-nfapi.c')
-rw-r--r--epan/dissectors/packet-nfapi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-nfapi.c b/epan/dissectors/packet-nfapi.c
index 4f3d76ed00..125cb1b743 100644
--- a/epan/dissectors/packet-nfapi.c
+++ b/epan/dissectors/packet-nfapi.c
@@ -9762,12 +9762,12 @@ void proto_register_nfapi(void)
"Number of UEs contributing to the uplink SRS", HFILL }
},
{ &hf_nfapi_lbt_dl_req_pdu_type,
- { "LBT DL Request PDU Type", "nfapi.number_srss",
+ { "LBT DL Request PDU Type", "nfapi.lbt_dl_req_pdu_type",
FT_UINT16, BASE_DEC, VALS(nfapi_lbt_dl_req_pdu_type), 0x0,
NULL, HFILL }
},
{ &hf_nfapi_lbt_dl_ind_pdu_type,
- { "LBT DL Indication PDU Type", "nfapi.number_srss",
+ { "LBT DL Indication PDU Type", "nfapi.lbt_dl_ind_pdu_type",
FT_UINT16, BASE_DEC, VALS(nfapi_lbt_dl_ind_pdu_type), 0x0,
NULL, HFILL }
},