wireshark does not show interfaces when run as normal user
wireshark is a packet analyzer tool used to troubleshoot network issues, when run as a normal user it does not list the interfaces to fix this follow the below steps.
#usermod -aG wireshark cipher
#newgrp cipher
#sudo chmod 4711 `which dumpcap`
after this restart wireshark you should see the list of interfaces.
Related Articles
OpenVPN: Bad compression stub decompression header byte: 102 RESOLVED
OpenVPN 2.4 became the default version your connections use. Due to incompatibility in compression settings, data traffic is halted but connection is not dropped.
error: the plugin does not support import capability when attempting to import openvpn config file
Open your .ovpn and comment the following line: route remote_host 255.255.255.255 net_gateway
wireshark does not show interfaces when run as normal user
wireshark is a packet analyzer tool used to troubleshoot network issues, when run as a normal user it does not list the interfaces to fix this follow the below steps.