ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 6086] New: support ISO style date and time for frame.time

Date: Sat, 2 Jul 2011 01:01:41 -0700 (PDT)
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.