Skip to content

Instantly share code, notes, and snippets.

@ozooxo
Created April 22, 2014 17:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ozooxo/11186985 to your computer and use it in GitHub Desktop.
Save ozooxo/11186985 to your computer and use it in GitHub Desktop.
Allow non-root users to capture packets from Wireshark (ubuntu 14.04)
beta@landlubber:~$ sudo apt-get install wireshark
beta@landlubber:~$ sudo dpkg-reconfigure wireshark-common # choose yes
beta@landlubber:~$ sudo usermod -a -G wireshark beta
beta@landlubber:~$ sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment