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

No interface can be used

0

Couldn't run /usr/sbin/dumpcap

I added my account as a member to the wireshark group.

asked 08 Feb '14, 09:51

theking2's gravatar image

theking2
11112
accept rate: 0%

OS, dumpcap version?

(08 Feb '14, 13:55) grahamb ♦
(09 Feb '14, 12:32) helloworld

how to add an account as a member to the wireshark group

(13 Oct '15, 14:04) agwmar

2 Answers:

0

dumpcap is usually installed in /usr/bin not /usr/sbin. Can you please check that?

Then run the following commands

sudo setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' /usr/bin/dumpcap
chgrp wireshark /usr/bin/dumpcap

Regards
Kurt

answered 09 Feb '14, 12:27

Kurt%20Knochner's gravatar image

Kurt Knochner ♦
24.8k1039237
accept rate: 15%

edited 09 Feb '14, 12:28

Thank you Kurt, it helps me on LMDE.

(18 Jul '15, 04:02) Chewits

0

Apparently a reboot was required.

After a reboot wireshark did find the interfaces.

answered 12 Feb '14, 07:24

theking2's gravatar image

theking2
11112
accept rate: 0%