We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Normally, non-root users cannot capture packets. But there is a way to enable non-root users.
You can reconfigure the installation of wireshark to enable non-root user packet capture:
$ sudo dpkg-reconfigure wireshark-common
Now members of the 'wireshark' group can capture packets. Now all you need to do is add your user to the 'wireshark' group:
$ sudo usermod -a -G wireshark username
There was an error while loading. Please reload this page.