Wireshark No Interfaces
How to fix the issue with Wireshark not showing any interface in linux?
If when you start Wireshark complains that you don’t have any interfaces just execute the following commands
sudo addgroup -quiet -system wiresharksudo chown root:wireshark /usr/bin/dumpcapsudo setcap cap_net_raw,cap_net_admin=eip /usr/bin/dumpcapsudo usermod -a -G wireshark $USERAfter this just start Wireshark and it you will have your interfaces back.