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

Limit ethernet devices

0

Hi there,

Is possible to limit capture devices only to group members? like wireshark group can capture only on ethernet device eth0 where another group can capture only on eth1 ?

(i've already done the http://wiki.wireshark.org/CaptureSetup/CapturePrivileges)

br.

Pidgreen

asked 13 Dec '12, 17:25

pidgreen's gravatar image

pidgreen
1111
accept rate: 0%

You'll have to specify the platform. On Linux I'm not sure, since it's capability based, on MAC OSX it may be possible through bpf permissions.

(14 Dec '12, 04:22) Jaap ♦

One Answer:

1

On Linux and Windows that's not possible without a code change. Regarding Mac OSX, I don't know.

http://ask.wireshark.org/questions/15577/how-to-limit-access-of-wireshark-to-1-of-several-nics
http://ask.wireshark.org/questions/14067/limit-interface

Regards
Kurt

answered 14 Dec '12, 08:00

Kurt%20Knochner's gravatar image

Kurt Knochner ♦
24.8k1039237
accept rate: 15%

edited 14 Dec '12, 08:05