http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1850
Summary: tshark IO statistics output only includes offset
timestamps
Product: Wireshark
Version: 0.99.6
Platform: Other
OS/Version: Linux
Status: NEW
Severity: Enhancement
Priority: Low
Component: TShark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: david@xxxxxxxxx
Build Information:
david ~ $ tshark -v
TShark 0.99.6
Copyright 1998-2007 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.12.12, with libpcap 0.9.7, with libz 1.2.3, with libpcre
6.6, without Net-SNMP, without ADNS, without Lua, with GnuTLS 1.4.4, with
Gcrypt
1.2.2, with MIT Kerberos.
Running on Linux 2.6.21-gentoo-r4, with libpcap version 0.9.7.
Built using gcc 4.1.2 (Gentoo 4.1.2).
--
The output of the following command only prints offsets:
$ tshark -z io,stat,1 -r /tmp/out.pcap
I would like to see an absolute timestamp of when the frame actually arrived,
e.g.:
Time |frames| bytes
2007-01-01 14:37:00.000-001.000 219 116860
2007-01-01 14:37:01.000-002.000 104 43805
My only current option is to add the seconds value to the arrival time of the
first packet using a script, which isn't the best solution.
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.