https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4031
Summary: Enhancments to capinfos (including table output format)
Product: Wireshark
Version: 1.3.x (Experimental)
Platform: All
OS/Version: All
Status: NEW
Severity: Enhancement
Priority: Low
Component: Extras
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: jyoung@xxxxxxx
Jim Young <jyoung@xxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #3684| |review_for_checkin?
Flag| |
Created an attachment (id=3684)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=3684)
capinfos table output feature
Build Information:
$ tshark -v
TShark 1.3.0 (SVN Rev 29986 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 GLib 2.20.5, 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.1, with Gcrypt 1.4.4, with MIT
Kerberos, with GeoIP.
Running on Windows XP Service Pack 2, build 2600, with WinPcap version 4.1
beta5
(packet.dll version 4.1.0.1452), based on libpcap version 1.0.0, GnuTLS 2.8.1,
Gcrypt 1.4.4.
Built using Microsoft Visual C++ 9.0 build 30729
--
Hello,
The attached patch adds several new features to the capinfos
command line utility. These include:
The ability to continue processing additional files if and
when wtap_open_offline() should fail. A new -C option
reverts to capinfos' original behavior which is to cancel
any further file processing at first file open failure.
Change the behavior of how the default display of all infos
is initiated. This gets rid of a special post getopt()
argument count test.
Add new table output format (with related options). This
feature allows outputting the various infos into a tab
delimited text file, or to a comma separated variables
file (*.csv) instead of the original "long" format.
A separate patch will (hopefully) be submitted if a day
or so for proposed changes to doc/capinfos.pod
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.