i recently installed wireshark on my debian 12heres the pop up.(installing wireshark from source code).
when i opened the wireshark and i want to capture some packet on wlp20s a pop up showed up.
cmake version 3.25.1
i’m trying to install wireshark on my debian 12, but i’m installing it from source code.
i have tried
sudo chmod +x /usr/local/bin/dumpcap
sudo chgrp wireshark /usr/local/bin/dumpcap
sudo setcap cap_net_raw,cap_net_admin=eip /usr/local/bin/dumpcap
sudo usermod -aG wireshark $USER
my dumpcap is in /usr/local/bin/dumpcap
i tried sudo dpkg-reconfigure wireshark-common
also and enable non root user to capture packets.
Fauzy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.