summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",