Closed JahazielLem closed 4 months ago
Hello! I had the Version 4.2.6 of Wireshark running on M1 macbook
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
But still dind't working
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
Same issue, did you solve this on unix systems?
I found my issue, instead of a homebrew path it just needed a venv path specified with pyserial in there also. Cheers
Hello! I had the Version 4.2.6 of Wireshark running on M1 macbook
I follow the instruction in the README, using a symlink
But still dind't working
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