Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 4407] New: Tshark -z io, stat with 2 filter parameter, onl

Date: Wed, 20 Jan 2010 01:15:27 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4407

           Summary: Tshark -z io,stat with 2 filter parameter, only 1
                    column
           Product: Wireshark
           Version: unspecified
          Platform: Other
        OS/Version: Windows XP
            Status: NEW
          Severity: Critical
          Priority: Low
         Component: TShark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: alexis.lagoutte@xxxxxxxxx


Build Information:
ersion 1.3.2 (SVN Rev 31063 from /trunk)

Copyright 1998-2009 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.16.6, with GLib 2.22.2, with WinPcap (version unknown),
with libz 1.2.3, without POSIX capabilities, with libpcre 7.0, with SMI 0.4.8,
with c-ares 1.6.0, with Lua 5.1, without Python, with GnuTLS 2.8.5, with Gcrypt
1.4.4, with MIT Kerberos, with GeoIP, with PortAudio V19-devel (built Nov 23
2009), with AirPcap, with new_packet_list.

Running on Windows XP Service Pack 3, build 2600, with WinPcap version 4.1.1
(packet.dll version 4.1.0.1753), based on libpcap version 1.0 branch 1_0_rel0b
(20091008), GnuTLS 2.8.5, Gcrypt 1.4.4, without AirPcap.

Built using Microsoft Visual C++ 9.0 build 30729

Wireshark is Open Source Software released under the GNU General Public
License.

Check the man page and http://www.wireshark.org for more information.
--
Hi,

I use Tshark to have a table with several columns by filter
I found the following documentation
http://wiki.wireshark.org/KnownBugs/OutOfMemory?action=AttachFile&do=get&target=Using+Wireshark+to+Create+Network-Usage+Baselines.pdf

And in page 6 
There is the follwing command :
tshark.exe -q -z "io,stat,600, ,tcp.port == 80" -r DividedFile_1.pcap

i test in my file and not work, there only a column

===================================================================
IO Statistics
Interval: 600.000 secs
Column #0:
                |   Column #0
Time            |frames|  bytes
000.000-600.000   22204   2079545
600.000-1200.000   23776   2724104
1200.000-1800.000       1        60
===================================================================

I tested with Linux (Ubuntu) and Windows (XP) to release
0.99.7,1.1.10,1.2.2,1.3.2 (not tested svn)

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