https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4684

--- Comment #5 from Christopher Maynard <christopher.mayn...@igt.com> ---
(In reply to Graham Bloice from comment #3)
> On current master QT, using columns as filters works except for Protocol and
> Info, instead the status bar displays "No filter available, try another
> column", which is probably OK for Info (how can you filter on the arbitrary
> text there) but could be improved for Protocol.
> 
> An thoughts on progressing this?

At some point the behavior was changed so that it's no longer possible to even
attempt to apply or prepare a filter for either the protocol or info columns,
as those menu choices are inactive for those columns.

There is still a problem with other columns, such as the one I mentioned in
comment 1 with the Absolute Time column.  If I attempt to apply a filter for
data in that column, for example:

        frame.time == 2010-07-30 22:47:17.309210

I get this in the status bar:

        Invalid filter: "22:47:17.309210" was unexpected in this context.

The filter applied should of course be quoted, e.g.,

        frame.time == "2010-07-30 22:47:17.309210"

I don't know how many other columns are similarly affected.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___________________________________________________________________________
Sent via:    Wireshark-bugs mailing list <wireshark-bugs@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
             mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

Reply via email to