I've executed Wireshark and I tried to capture packets.
I got the following error which shows up after clicking "start capturing":
I've executed Wireshark and I tried to capture packets.
I got the following error which shows up after clicking "start capturing":
The error says:
You don't have permissions to capture on that device
wireshark require root access in order to capture data on a network device, as it uses Promiscuous mode
Executing wireshark using sudo should solve the problem (by execution the program as root)
sudo wireshark
sudo dpkg-reconfigure wireshark-common, answerYes and add the user to group wireshark (see https://ask.wireshark.org/questions/7976/wireshark-setup-linux-for-nonroot-user).
– ridgy
Mar 07 '17 at 14:26