I downloaded Wireshark
from the Ubuntu 11.10 software center and when I start it and want to select default interface for capture in the list of interfaces are blank. I can't select default interface. Please help me.
I downloaded Wireshark
from the Ubuntu 11.10 software center and when I start it and want to select default interface for capture in the list of interfaces are blank. I can't select default interface. Please help me.
Run wireshark with sudo priveleges -
gksudo wireshark
. You will need super-user permission to capture packets from your network interface.This command string worked in my case. I don't run anything as root if I don't have to.