wireshark/epan/ftypes
John Thacker 2ee57a0e46 ftype-time: Absolute times for DFILTER are always local time
absolute_val_from_string() doesn't allow a time zone and always
assumes that time strings are in local time zone, so
absolute_val_to_repr() needs to produce that output for FTREPR_DFILTER
so that construct_match_selected_string() produces the correct filter
string for FT_ABSOLUTE_TIME fields that are not ABSOLUTE_TIME_LOCAL.

Fix #17617
2021-09-30 06:23:05 +00:00
..
.editorconfig HTTPS In Even More Places, update some links. 2019-07-28 04:21:18 +00:00
CMakeLists.txt dfilter, ftypes: get rid of FT_PCRE. 2021-03-21 03:27:44 -07:00
ftype-bytes.c Move more numerical epan/*to_str() routines to wsutil 2021-09-16 18:21:14 +01:00
ftype-double.c ftypes: make conversion of FT_DOUBLE to string locale-independent 2019-02-04 17:36:53 +00:00
ftype-guid.c Get rid of some unnecessary string operations 2019-10-08 22:10:25 +00:00
ftype-ieee-11073-float.c Cast away the return value of g_strlcpy() and g_strlcat(). 2021-04-30 03:19:19 -07:00
ftype-integer.c Move more numerical epan/*to_str() routines to wsutil 2021-09-16 18:21:14 +01:00
ftype-ipv4.c HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
ftype-ipv6.c HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
ftype-none.c HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
ftype-protocol.c Move more numerical epan/*to_str() routines to wsutil 2021-09-16 18:21:14 +01:00
ftype-string.c Replace g_assert() with ws_assert() 2021-06-19 01:23:31 +00:00
ftype-time.c ftype-time: Absolute times for DFILTER are always local time 2021-09-30 06:23:05 +00:00
ftypes-int.h dfilter, ftypes: get rid of FT_PCRE. 2021-03-21 03:27:44 -07:00
ftypes.c Replace g_assert() with ws_assert() 2021-06-19 01:23:31 +00:00
ftypes.h Move epan/wmem/wmem_scopes.h to epan/ 2021-07-26 14:56:11 +00:00