I've been trying to get Wireshark up and running on Windows. I can't seem to get it working. I've tried managing my Python installations, deleted them, reinstalled them, checked the path. Tried different versions of python. It always ends up here:
C:\Program Files\Wireshark\extcap>pip install -r requirements.txt
Collecting pyserial>=3.4
Using cached pyserial-3.5-py2.py3-none-any.whl (90 kB)
Installing collected packages: pyserial
Successfully installed pyserial-3.5
WARNING: You are using pip version 20.1.1; however, version 21.0.1 is available.
You should consider upgrading via the 'c:\python37\python.exe -m pip install --upgrade pip' command.
C:\Program Files\Wireshark\extcap>nrf_sniffer_ble.bat --extcap-interfaces
Traceback (most recent call last):
File "C:\Program Files\Wireshark\extcap\nrf_sniffer_ble.py", line 47, in <module>
import serial
ModuleNotFoundError: No module named 'serial'
C:\Program Files\Wireshark\extcap>python --version
Python 3.7.9
I'm going to install a Linux VM for the time being.