This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

Wireshark cannot see any interface on Ubuntu 13.10

0

Hello everyone,

I've installed Wireshark 1.10.2 through GNS3 (latest release 0.8.6); when I use it outside GNS3, no interface is listed.

What should be done?

asked 06 Mar '14, 02:09

actionmystique's gravatar image

actionmystique
11447
accept rate: 0%

I've installed Wireshark 1.10.2 through GNS3

what does that mean: through GNS3

(06 Mar '14, 13:15) Kurt Knochner ♦

One Answer:

0

See this Wiki Page.

Usually for me it is running this command once:

2. "setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' /usr/bin/dumpcap"

answered 06 Mar '14, 02:12

Jasper's gravatar image

Jasper ♦♦
23.8k551284
accept rate: 18%

Thanks for your prompt answer.

I've found all the following recommended steps:

sudo addgroup -system wireshark

sudo usermod -a -G wireshark YOUR_USER_NAME

sudo chown root:wireshark /usr/bin/dumpcap

sudo setcap cap_net_raw,cap_net_admin=eip /usr/bin/dumpcap

and reboot

(06 Mar '14, 02:42) actionmystique

Yes, those steps are necessary when not installing from a package I think.

(06 Mar '14, 03:07) Jasper ♦♦