aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bthci_evt.c
diff options
context:
space:
mode:
authorSharvil Nanavati <sharvil@playground.global>2016-11-04 09:53:38 -0700
committerStig Bjørlykke <stig@bjorlykke.org>2016-11-04 18:36:42 +0000
commit10dc31364b12760adb43aeef1de530e77d91a062 (patch)
tree1ca44f9c4bb2a741851b240c3ea1ba8ad26e2305 /epan/dissectors/packet-bthci_evt.c
parent4fd28724ca4ee6b37a59f993175f6fb530d1d67e (diff)
Bluetooth: HCI: LE: address review comments from review/18661.
Change-Id: Ibb97970e38d98f3564eb57995f3f31bebe88cc13 Reviewed-on: https://code.wireshark.org/review/18674 Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'epan/dissectors/packet-bthci_evt.c')
-rw-r--r--epan/dissectors/packet-bthci_evt.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-bthci_evt.c b/epan/dissectors/packet-bthci_evt.c
index 48c841c0a4..fda9e042a5 100644
--- a/epan/dissectors/packet-bthci_evt.c
+++ b/epan/dissectors/packet-bthci_evt.c
@@ -6594,14 +6594,14 @@ proto_register_bthci_evt(void)
NULL, HFILL }
},
{ &hf_bthci_evt_le_local_rpa,
- { "Local RPA", "bthci_evt.le_local_rpa",
+ { "Local Resolvable Private Address", "bthci_evt.le_local_rpa",
FT_ETHER, BASE_NONE, NULL, 0x0,
- "Local Remote Private Address", HFILL}
+ NULL, HFILL}
},
{ &hf_bthci_evt_le_peer_rpa,
- { "Peer RPA", "bthci_evt.le_peer_rpa",
+ { "Peer Resolvable Private Address", "bthci_evt.le_peer_rpa",
FT_ETHER, BASE_NONE, NULL, 0x0,
- "Peer Remote Private Address", HFILL}
+ NULL, HFILL}
},
{ &hf_bthci_evt_le_con_interval,
{ "Connection Interval", "bthci_evt.le_con_interval",