Ubuntu Wireshark without needing root

From richud.com
Jump to navigation Jump to search
#Install wireshark
sudo apt-get install wireshark
#Select YES
sudo dpkg-reconfigure wireshark-common
#Add yourself to wireshark group
sudo usermod -a -G wireshark USERNAME

Log out/in