Wireshark

From Blue-IT.org Wiki

Revision as of 09:44, 20 August 2014 by Apos (talk | contribs) (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}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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}