nccgroup / Sniffle

A sniffer for Bluetooth 5 and 4.x LE
https://www.nccgroup.trust/us/our-research/sniffle-a-sniffer-for-bluetooth-5/?research=Public+tools
GNU General Public License v3.0
843 stars 127 forks source link

Ext cap not detected #86

Closed JahazielLem closed 2 months ago

JahazielLem commented 2 months ago

Hello! I had the Version 4.2.6 of Wireshark running on M1 macbook

image

I follow the instruction in the README, using a symlink

mkdir -p ~/.local/lib/wireshark/extcap
ln -s $(pwd)/python_cli/sniffle_extcap.py ~/.local/lib/wireshark/extcap
image

But still dind't working

image

I change the head to use /opt/homebrew/bin/python3 and install pyserial as global library, in linux I had the same problem, in windows ok

lukeswitz commented 1 month ago

Same issue, did you solve this on unix systems?

lukeswitz commented 1 month ago

I found my issue, instead of a homebrew path it just needed a venv path specified with pyserial in there also. Cheers