nordic_ble: Update display name of nordic_ble dissectors

Update display name of the nordic_ble dissector to the release used
by nordic semiconductor for the development tool on the homepage.

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
This commit is contained in:
Joakim Andersson 2021-03-25 20:35:10 +01:00 committed by Stig Bjørlykke
parent 72a6e814bb
commit 880edd9009
1 changed files with 1 additions and 1 deletions

View File

@ -881,7 +881,7 @@ proto_register_nordic_ble(void)
expert_module_t *expert_nordic_ble;
proto_nordic_ble = proto_register_protocol("Nordic BLE Sniffer", "NORDIC_BLE", "nordic_ble");
proto_nordic_ble = proto_register_protocol("nRF Sniffer for Bluetooth LE", "NORDIC_BLE", "nordic_ble");
register_dissector("nordic_ble", dissect_nordic_ble, proto_nordic_ble);