Allow Wireshark for normal user:
1. Run Command:
sudo dpkg-reconfigure wireshark-common
This will ask you if you want to allow non-root user to be able to sniff. That's what we're aiming for, so select Yes and hit return.
2. Also make sure my user is allowed also:
sudo usermod -a -G wireshark _your_username_
*Then logout and log back in
Source 1 |
Source 2 | Original Creation date in Vivaldi: 6 April 2018 @ 12:41
Back