Wireshark-bugs: [Wireshark-bugs] [Bug 7971] New: tshark -b files:0 not allowed

Date: Tue, 13 Nov 2012 04:48:25 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7971

           Summary: tshark -b files:0 not allowed
           Product: Wireshark
           Version: 1.8.3
          Platform: x86-64
        OS/Version: Windows Server 2008 R2
            Status: NEW
          Severity: Minor
          Priority: Low
         Component: TShark
        AssignedTo: bugzilla-admin@xxxxxxxxxxxxx
        ReportedBy: ian@xxxxxxxxxxxxx


Build Information:
C:\Program Files\Wireshark>tshark -v
OOPS: dissector table "sctp.ppi" doesn't exist
Protocol being registered is "Datagram Transport Layer Security"
TShark 1.8.3 (SVN Rev 45256 from /trunk-1.8)

Copyright 1998-2012 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 (64-bit) with GLib 2.32.2, with WinPcap (4_1_2), with libz 1.2.5,
without POSIX capabilities, with SMI 0.4.8, with c-ares 1.7.1, with Lua 5.1,
without Python, with GnuTLS 2.12.18, with Gcrypt 1.4.6, without Kerberos, with
GeoIP.

Running on 64-bit Windows Server 2008 R2 Service Pack 1, build 7601, with
WinPcap version 4.1.2 (packet.dll version 4.1.0.2001), based on libpcap version
1.0 branch 1_0_rel0b (20091008).

Built using Microsoft Visual C++ 10.0 build 40219

--
C:\Networks>"C:\Program Files\Wireshark\tshark.exe" -b filesize:5000 -b files:0
-i 2 -w "D:\Traces\sip\Sip.cap" "port 5060||port 5070||port 5080"
OOPS: dissector table "sctp.ppi" doesn't exist
Protocol being registered is "Datagram Transport Layer Security"
tshark: The specified number of ring buffer files is zero

The above capture filter has been used on a Windows 2003 x32 machine for a
number of years. Help from Wireshark states:

"When the first capture file fills up, Wireshark will switch to writing to the
next file, until it fills up the last file, at which point it'll discard the
data in the first file (unless 0 is specified, in which case, the number of
files is unlimited) and start writing to that file and so on."

This also occurs on Windows 7 x64. I haven't tried on anything else.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.