2019/07/19

Wireshark additional configuration after installing

If you face the problem to run wireshark after just installing.
this configuration will be helpful.



sudo groupadd wireshark
sudo usermod -a -G wireshark YOUR_USER_NAME
sudo chgrp wireshark /usr/bin/dumpcap
sudo chmod 750 /usr/bin/dumpcap
sudo setcap cap_net_raw,cap_net_admin=eip /usr/bin/dumpcap
sudo getcap /usr/bin/dumpcap



Good luck!

No comments:

Post a Comment