http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2273
Summary: Capture with multiple files fails on reading second file
Product: Wireshark
Version: SVN
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Major
Priority: Medium
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: stig@xxxxxxxxxxxxx
Build Information:
wireshark 0.99.8 (SVN Rev 24334)
Copyright 1998-2008 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 with GTK+ 2.12.4, with GLib 2.14.5, with libpcap 0.9.8, with libz
1.2.3, with libpcre 7.6, with SMI 0.4.3, with ADNS, with Lua 5.1, with GnuTLS
2.2.0, with Gcrypt 1.4.0, with MIT Kerberos, with PortAudio PortAudio
V19-devel,
without AirPcap.
Running on Darwin 9.2.0 (MacOS 10.5.2), with libpcap version 0.9.8.
Built using gcc 4.0.1 (Apple Inc. build 5465).
--
When capturing using multiple files on OSX the first file is created as the
running user and the second is created as root, which causes an error when
wrapping to the second file.
-rw------- 1 stig stig 11306 Feb 15 21:32
testcap_00001_20080215213227
-rw------- 1 root wheel 24 Feb 15 21:32
testcap_00002_20080215213238
"You don't have permission to read the file testcap_00002_20080215213238"
This works correctly on Ubuntu.
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.