Comment # 9
              on bug 10456
              from  Guy Harris
        (In reply to jtylert3 from comment #8)
> ls -l /dev/bpf0
> crw-rw----  1 root  wheel   23,   0 Sep  4 16:32 /dev/bpf0
> 
> ls -l /dev/bpf255
> ls: /dev/bpf255: No such file or directory
> 
> id
> uid=###(x) gid=20(staff)
> groups=20(staff),402(com.apple.sharepoint.group.1),501(access_bpf),
> 12(everyone),61(localaccounts),79(_appserverusr),80(admin),81(_appserveradm),
> 98(_lpadmin),33(_appstore),100(_lpoperator),204(_developer),398(com.apple.
> access_screensharing),399(com.apple.access_ssh)
> 
> Might I presume that the missing bpf255 be causing some problems?
No.
You might, however, presume that the "wheel" rather than "access_bpf" in the
"ls -l /dev/bpf0" would cause problems.
Try doing
    sudo launchctl unload /Library/LaunchDaemons/org.wireshark.ChmodBPF.plist
    sudo launchctl load /Library/LaunchDaemons/org.wireshark.ChmodBPF.plist
and repeat the two "ls -l" commands.
         
      
      
      You are receiving this mail because:
      
      
          - You are watching all bug changes.