Wireshark-bugs: [Wireshark-bugs] [Bug 6526] New: Wireshark installer doesn't add	access_bpf in 1
      
      
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6526
           Summary: Wireshark installer doesn't add access_bpf in 10.5.8
           Product: Wireshark
           Version: 1.6.2
          Platform: Other
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Major
          Priority: Low
         Component: Wireshark
        AssignedTo: bugzilla-admin@xxxxxxxxxxxxx
        ReportedBy: iamsudo@xxxxxxxxx
Build Information:
wireshark 1.6.2 (SVN Rev 38931 from /trunk-1.6)
Copyright 1998-2011 Gerald Combs <gerald@xxxxxxxxxxxxx> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiled (32-bit) with GTK+ 2.12.9, with GLib 2.16.3, with libpcap 0.9.5, with
libz 1.2.3, without POSIX capabilities, without libpcre, with SMI 0.4.8, with
c-ares 1.5.3, with Lua 5.1, without Python, with GnuTLS 2.6.2, with Gcrypt
1.4.3, with MIT Kerberos, without GeoIP, with PortAudio V19-devel (built Nov 14
2008), without AirPcap.
Running on Mac OS 10.5.8 (Darwin 9.8.0), with libpcap version 0.9.5, with libz
1.2.3, GnuTLS 2.6.2, Gcrypt 1.4.3.
Built using gcc 4.0.1 (Apple Inc. build 5488).
--
When upgrading from 1.4.3 to 1.6.2 in 10.5.8 I had problems with bpf
permissions.
I noticed that ChmodBPF is different.
In 1.4.3 it issues the following commands
chgrp admin /dev/bpf*
chmod g+rw /dev/bpf*
In 1.6.2 it issues the following commands
chgrp access_bpf /dev/bpf*
chmod g+rw /dev/bpf*
The group access_bpf is not added by the Wireshark installer.
http://ask.wireshark.org/questions/578/mac-os-cant-detect-any-interface
-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.