Wireshark installation on Debian
28 Nov 2014A really quick guide on installing Wireshark on Debian.
The installation itself is pretty straight forward, however there is a little bit of reconfig work and user administration to get going for non-root users.
Install Wireshark from apt
$ sudo apt-get install wiresharkReconfigure the wireshark-common package making sure to answer yes to the question asked.
$ sudo dpkg-reconfigure wireshark-common Add any user to the wireshark group that needs to be able to capture data off the network interfaces.
$ sudo usermod -a -G wireshark $USERRemember, if you added yourself to this group; you’ll need to logout and log back in for the group changes to take effect.