Solving no-interface issue in Wireshark on Ubuntu 11.10
So after doing some googleing found a solution at a blog post by tavshed.
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
sudo chmod +xs /usr/bin/dumpcap
thanks yr
that was cool. thanks a lot
Post a Comment