https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3211
Summary: Filter text fields should drop down lists of values for
enumerated types
Product: Wireshark
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: Enhancement
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: guy@xxxxxxxxxxxx
Build Information:
N/A
--
Just as, when you're typing a filter field name to sufficiently recent versions
of Wireshark, a drop-down list of protocol names or field names matching what
you've typed appears, it would be nice if, after you've typed a field name and
a comparison operator, and the field has a list of values associated with it, a
drop-down list of values appeared, e.g. a list of DNS record types for
"dns.qry.type ==" or "dns.resp.type ==".
For extra credit, drop down a list of valid comparison operators after a field
name has been typed.
This might involve getting a "what types of token are expected by the parser"
indication on a parse error, so you can get enough information to know what to
drop down.
That might be doable in Lemon, but it's a bit of work:
http://www.mail-archive.com/sqlite-users@xxxxxxxxxx/msg36255.html
(This might also make it possible to give more detailed errors for invalid
filters, etc..)
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.