wireshark-dev August 2011 archive
Main Archive Page > Month Archives  > wireshark-dev archives
wireshark-dev: Re: [Wireshark-dev] [Bug 6086] How does it work?

Re: [Wireshark-dev] [Bug 6086] How does it work?

From: Dirk Jagdmann <doj_at_nospam>
Date: Tue Aug 02 2011 - 17:14:37 GMT
To: Developer support list for Wireshark <wireshark-dev@wireshark.org>

Well, I guess your expectations are a bit off.

> 1. It would work on all protocols that had a FT_ABSOLUTE_TIME item (satisfying most of bug 1381)

It changed the date parser. It should work on any FT_ABSOLUTE_TIME item.

> 2. Missing date/time fields in the filter would be set to 0 and considered "don't care" (ie "frame.time == 2011-08-02" would filter all frames received on Aug 2, 2011, regardless of hour/minute/second values)

missing fields are set to 0, but you still get a timestamp, meaning a point in
time. If you want to display all frames captures today, you'll write a filter as

"frame.time>='2011-08-02 00:00:00' && frame.time<='2011-08-02 23:59:59'"

-- ---> Dirk Jagdmann ----> http://cubic.org/~doj -----> http://llg.cubic.org ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <wireshark-dev@wireshark.org> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:wireshark-dev-request@wireshark.org?subject=unsubscribe