Monday, March 7, 2016

Fix No interfaces с Wireshark в Ubuntu

Fix No interfaces с Wireshark в Ubuntu

sudo addgroup -quiet -system wireshark
sudo chown root:wireshark /usr/bin/dumpcap
sudo setcap cap_net_raw,cap_net_admin=eip /usr/bin/dumpcap


sudo usermod -a -G wireshark YOUR_USER_NAME

Then run : wireshark (or wireshark &)

If still cannot see interface, run : sudo wireshark

No comments:

Post a Comment