Trying to setup nRF Sniffer v2.1 for nRF52 Development Kit (PCA10040)
1) Wireshark does not see the Sniffer. When I run nrf_sniffer.bat, I get this:
C:\Program Files\Wireshark\extcap>nrf_sniffer.bat
Traceback (most recent call last):
File "C:\Program Files\Wireshark\extcap\nrf_sniffer.py", line 62, in <module>
from SnifferAPI import Sniffer, myVersion, Logger, UART
File "C:\Program Files\Wireshark\extcap\SnifferAPI\Sniffer.py", line 36, in <module>
import Logger, Version
ModuleNotFoundError: No module named 'Logger'
2) User Guide on page 8 states: 3. Click View>Interface Toolbars>nRF Sniffer to enable the Sniffer interface.
The issues that the Interface Toolbars menu item is not available in Wireshark 2.6.3
Any ideas?