Ubuntu Wireshark without needing root

From richud.com
Revision as of 15:16, 28 September 2013 by Chud (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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