nRF Sniffer for BLE with Wireshark

Hardware

  • nRF52832
  • CH340 Max speed 3Mbps
  • CP2102 Max speed 1Mbps ==May work with sniffer 51296 firmware only==

Software

Wireshark

1
2
3
Global Extcap path		D:\Program Files\Wireshark\extcap		Extcap Plugins path

Personal configuration		C:\Users\fsky\AppData\Roaming\Wireshark\profiles		BLE profile path

nrf_sniffer.bat with Python2 only

First modify .bat file

1
2
@echo off
"D:\Python\Python27\python" "%~dp0nrf_sniffer.py"  %*

then run it in cmd with:

1
nrf_sniffer.bat --extcap-interfaces

nrf_sniffer_ble.bat with Python3 only

run it in cmd with:

1
nrf_sniffer_ble.bat --extcap-interfaces
comments powered by Disqus
Built with Hugo
Theme Stack designed by Jimmy