环境

Ubuntu

sudo apt install wireshark -y

下载资源包

https://www.nordicsemi.com/Products/Development-tools/nRF-Sniffer-for-Bluetooth-LE/Download?lang=en#infotabs

Untitled

将文件放入ubuntu中,解压。

解压后目录如下:

Untitled

进入extcap文件夹,安装python扩展包

sudo apt install python3-pip
sudo pip3 install -r requirements.txt

打开wireshark

Untitled