https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6086
Summary: support ISO style date and time for frame.time filter
Product: Wireshark
Version: 1.6.0
Platform: All
OS/Version: All
Status: NEW
Severity: Enhancement
Priority: Low
Component: Wireshark
AssignedTo: bugzilla-admin@xxxxxxxxxxxxx
ReportedBy: doj@xxxxxxxxx
Created an attachment (id=6606)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=6606)
support ISO style date and time for frame.time filter
Build Information:
source code change, works on all builds
--
The attachment adds support for ISO style date and time for the frame.time
(absolute) filter. This allows me to enter the time the same way, I see it in
the frame window. I also don't need to remember english month abbreviations. I
have added a cascade of checks going from full date and time down to only the
date. Missing values should be treated as zero, that's why I added the memset()
before any parsing. (I'm not exactly sure if strptime() is supposed to zero out
non referenced elements of struct tm)
compiles fine and the filter works.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.