aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.c
diff options
context:
space:
mode:
authorJoakim Andersson <joakim.andersson@nordicsemi.no>2021-06-28 12:11:51 +0200
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-06-28 11:52:14 +0000
commit9728438929ebcb002fd37931dd814c92434a43d7 (patch)
tree11af2946697db952f1d9b712a2d0feeb6c64a6cd /wiretap/wtap.c
parent32d97e275715c50b904f228ad6f9092b4d85a584 (diff)
nordic_ble: Update display name of nordic_ble dissector
Replace all instances of "Nordic BLE Sniffer" with "nRF Sniffer for Bluetooth LE" which is the name used by nordic semiconductor for the development tool on the homepage. Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
Diffstat (limited to 'wiretap/wtap.c')
-rw-r--r--wiretap/wtap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/wtap.c b/wiretap/wtap.c
index 51e1e7547a..e77525c182 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -1094,7 +1094,7 @@ static struct encap_type_info encap_table_base[] = {
{ "vsock", "Linux vsock" },
/* WTAP_ENCAP_NORDIC_BLE */
- { "nordic_ble", "Nordic BLE Sniffer" },
+ { "nordic_ble", "nRF Sniffer for Bluetooth LE" },
/* WTAP_ENCAP_NETMON_NET_NETEVENT */
{ "netmon_event", "Network Monitor Network Event" },