nRF Sniffer Linux Lock File Permissions Problem

I have successfully setup my nRF51822 chip with Wireshark to capture BLE packets, using the 4.0.0 release of the nRF Sniffer software (extcap folder). However, the capture interface only shows up on Wireshark when I run Wireshark as root.

One issue I have identified as causing this is that the lockfile the extcap software tries to create fails (PermissionError: [Errno 13] Permission denied: '/var/lock/LCK..ttyUSB0').

However, even removing this from the script, it still does not show up in Wireshark when run without root privileges.

Any guidance as to how to avoid running Wireshark as root in this situation would be helpful.

Parents Reply Children
Related