Difference between revisions of "Wireshark"

From Blue-IT.org Wiki

(Created page with "== Working as non-admin == On Ubuntu or Debian it is not wise to run wireshark directly as root: sudo dpkg-reconfigure wireshark-common sudo usermod -a -G wireshark ${USER}")
 
(No difference)

Latest revision as of 09:44, 20 August 2014

Working as non-admin

On Ubuntu or Debian it is not wise to run wireshark directly as root:

sudo dpkg-reconfigure wireshark-common
sudo usermod -a -G wireshark ${USER}