wireshark without root privileges on osx

On February 24, 2009, in mac, networking, osx, by nils

enable your root account in the Directory Utility unter the Utilitys in Applications:
picture-6

then enable it:

picture-52

In order to capture packets with wireshark, you must have read access to the BPF devices in /dev/bpf*. 

so open the terminal, login as root and type: 

chmod o+r /dev/bpf*

picture-7

see http://wiki.wireshark.org/CaptureSetup/CapturePrivileges

Tagged with: