wireshark/test/suite_dfilter
João Valverde 0047ca961f dfilter: Add support for entering time in UTC
Add the option to enter a filter with an absolute time
value in UTC. Otherwise the value is interpreted in
local time.

The syntax used is an "UTC" suffix, for example:

    frame.time == "Dec 31, 2002 13:55:31.3 UTC"

This also changes the behavior of "Apply Selected as filter".
Fields using a local time display type will use local time
and fields using UTC display type will be applied using UTC.

Fixes #13268.
2021-12-30 17:53:09 +00:00
..
__init__.py
dfiltertest.py tests: Accept a partial string in checkDFilterFail() 2021-10-15 15:10:57 +01:00
group_bytes_ether.py test: convert suite_dfilter to use fixtures 2018-11-15 22:57:40 +00:00
group_bytes_ipv6.py test: convert suite_dfilter to use fixtures 2018-11-15 22:57:40 +00:00
group_bytes_type.py test: convert suite_dfilter to use fixtures 2018-11-15 22:57:40 +00:00
group_dfunction_string.py dfilter: Clean up function parameters semantic check 2021-11-10 02:12:06 +00:00
group_double.py test: convert suite_dfilter to use fixtures 2018-11-15 22:57:40 +00:00
group_integer.py test/dfilter: be explicit with the expected error message 2019-01-24 18:24:00 +00:00
group_integer_1byte.py test: convert suite_dfilter to use fixtures 2018-11-15 22:57:40 +00:00
group_ipv4.py test: convert suite_dfilter to use fixtures 2018-11-15 22:57:40 +00:00
group_membership.py dfilter: Refactor some scanner patterns 2021-10-29 17:33:28 +01:00
group_range_method.py dfilter: Change string node display representation again 2021-11-10 03:19:24 +00:00
group_scanner.py dfilter: Reject invalid character escape sequences 2021-11-23 16:48:02 +00:00
group_string_type.py dfilter: Clean up function parameters semantic check 2021-11-10 02:12:06 +00:00
group_stringz.py test: convert suite_dfilter to use fixtures 2018-11-15 22:57:40 +00:00
group_syntax.py dfilter: Add an "all equal" operator 2021-12-22 14:32:32 +00:00
group_time_relative.py test: convert suite_dfilter to use fixtures 2018-11-15 22:57:40 +00:00
group_time_type.py dfilter: Add support for entering time in UTC 2021-12-30 17:53:09 +00:00
group_tvb.py tests: Remove tests for non-existent functionality 2021-12-08 07:02:27 +00:00
group_uint64.py test: convert suite_dfilter to use fixtures 2018-11-15 22:57:40 +00:00