Home > Network > wireshark > wiresharkconfigure | About
Config can change ax distros
On Mint, you need to add yourself to the wireshark group. You might need to run dpkg-reconfigure wireshark-common before that, not sure.
On other systems, you might want to run the following command :
setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' /usr/sbin/dumpcap
Beware that dumpcap could also be installed in /usr/bin/, which is weired b/c you typically need root permissions to run it so it really should be in /usr/sbin/ instead.
You might need to install libcap-ng-utils
first if it's not already installed for you.
contact : @ychaouche yacinechaouche at yahoocom