-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wireshark on MacOS not seeing capture device #68
Comments
sudo is required. Have you tried |
For reference I have to connect to the higher value interface (14103) for it to work. |
Running Wireshark with |
What am I meant to do instead then? The interface only appears if I do. |
You should have a look at the device permissions. Mine looks like this.
|
This fixed it for me, Credit to the Nordic DevForum somewhere. |
My dongles work on windows, however on Mac OS (Monterey 12.7.5) with Wireshark 4.2.5 with Python 3.11.9 Im not having much luck.
Installed the nrf802154_sniffer.py in the extcap folder, when I run
./nrf802154_sniffer.py --extcap-interfaces
I get
extcap {version=0.7.2}{help=https://github.com/NordicSemiconductor/nRF-Sniffer-for-802.15.4}{display=nRF Sniffer for 802.15.4} interface {value=/dev/cu.usbmodem14101}{display=nRF Sniffer for 802.15.4} interface {value=/dev/cu.usbmodem14103}{display=nRF Sniffer for 802.15.4} control {number=6}{type=button}{role=logger}{display=Log}{tooltip=Show capture log}
Any ideas why I have the double entry, don't seem to get this on Windows?
The text was updated successfully, but these errors were encountered: