aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nordic_ble.c
diff options
context:
space:
mode:
authorJoakim Andersson <joakim.andersson@nordicsemi.no>2021-08-09 08:57:14 +0200
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-08-29 13:37:23 +0000
commited9e958a2ed506220fdab320738f1f96a3c2ffbb (patch)
tree80e8e0d0de32122bb0b62ddc783e7e20d7e07642 /epan/dissectors/packet-nordic_ble.c
parenteda513d972e27c492fc303af441f17987ec6d0eb (diff)
nordic_ble: Update text for channel to include index
Update channel to include index to clear up possible confusion if this is RF channel, or channel index. Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
Diffstat (limited to 'epan/dissectors/packet-nordic_ble.c')
-rw-r--r--epan/dissectors/packet-nordic_ble.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-nordic_ble.c b/epan/dissectors/packet-nordic_ble.c
index 238bb0c155..11a0b63f0b 100644
--- a/epan/dissectors/packet-nordic_ble.c
+++ b/epan/dissectors/packet-nordic_ble.c
@@ -896,7 +896,7 @@ proto_register_nordic_ble(void)
"Reserved for Future Use", HFILL }
},
{ &hf_nordic_ble_channel,
- { "Channel", "nordic_ble.channel",
+ { "Channel Index", "nordic_ble.channel",
FT_UINT8, BASE_DEC, NULL, 0x0,
NULL, HFILL }
},