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 |
One Answer:
On Linux and Windows that's not possible without a code change. Regarding Mac OSX, I don't know.
Regards answered 14 Dec '12, 08:00 Kurt Knochner ♦ edited 14 Dec '12, 08:05 |
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.