When I choose Capture..Interfaces, I get this message - 'there are no interfaces on which a capture can be done' [more text below this pic] I am on knoppix usb, using WLAN so I have an interface I see it with an ip when I do ifconfig wlan0 I then plug my LAN cable in, and I get an IP address for eth0 which I see with ifconfig but I still get that error message. asked 29 May '14, 00:00 barlop |
One Answer:
Hi this will be a linux permission thing. Have a read of http://wiki.wireshark.org/CaptureSetup/CapturePrivileges looking at the Linux section. The quick-and-dirty was is to just run "sudo wireshark" which is reasonably safe from a Knoppix type of distro. answered 29 May '14, 00:21 martyvis |