aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/ftype-time.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23dfilter: Add back check for division by zeroJoão Valverde1-0/+8
2023-10-22dfilter: Use better assertions for invalid enumsJoão Valverde1-4/+0
2023-10-22dfilter: Add time multiplication by scalar floatsJoão Valverde1-17/+42
2023-10-22dfilter: Add number lexical typeJoão Valverde1-5/+51
2023-10-22dfilter: Add time multiplication by scalar integersJoão Valverde1-11/+66
2023-09-27Revert changes to JSON boolean formatJoão Valverde1-0/+1
2023-09-22Convert epan/ftypes to C99 typesGerald Combs1-28/+28
2023-09-10Change what iso8601_to_nstime() and unix_epoch_to_nstime() return.Guy Harris1-2/+4
2023-09-08dfilter: Extend support for timezones in filter expressionsJoão Valverde1-29/+85
2023-09-06dfilter: Fix printing of nanosecond fractions of time.João Valverde1-6/+1
2023-09-05Revert "dfilter: Clean up absolute_val_to_repr()"João Valverde1-11/+23
2023-09-05dfilter: Clean up absolute_val_to_repr()João Valverde1-23/+11
2023-09-04dfilter: Cleanup parsing of some time literalsJoão Valverde1-37/+22
2023-09-04dfilter: Fix parsing a time format with "UTC"João Valverde1-9/+14
2023-09-03Build with NetBSD's strptime()João Valverde1-0/+1
2023-07-03Add Unix time support for absolute time field typeJoão Valverde1-11/+25
2023-07-03dfilter: Add some arithmetic to FT_ABSOLUTE_TIMEJoão Valverde1-4/+4
2023-06-27dfilter: Use safe-math.h with time ftypesJoão Valverde1-4/+46
2023-04-19ftypes: Add a hash/equal methodJoão Valverde1-0/+8
2022-07-14dfilter: Improve compatibility of integer typesJoão Valverde1-3/+10
2022-06-21dfilter: Add support for literal strings with null bytesJoão Valverde1-2/+2
2022-06-20ftypes: Fix an error messageJoão Valverde1-1/+1
2022-06-20ftypes: Make accessor functions type safeJoão Valverde1-3/+3
2022-04-18dfilter: Add abs() functionJoão Valverde1-0/+8
2022-03-31dfilter: Add remaining arithmetic integer opsJoão Valverde1-0/+6
2022-03-31dfilter: Add binary arithmetic (add/subtract)João Valverde1-0/+18
2022-03-30dfilter: Add fvalue duplicate methodJoão Valverde1-0/+8
2022-03-28dfilter: Add ftypes pseudofieldsJoão Valverde1-0/+22
2022-03-28dfilter: Add support for unary arithmeticJoão Valverde1-0/+10
2022-03-23dfilter: ftype_is_true -> ftype_is_zeroJoão Valverde1-4/+4
2022-03-22dfilter: Add bitwise masking of bitsJoão Valverde1-4/+12
2022-03-05dfilter: Rename "unparsed" to "literal"João Valverde1-4/+4
2022-01-04ftype-time: check for NULL from gmtime() and localtime().Guy Harris1-2/+8
2022-01-02dfilter: Require separators with ISO 8601 timeJoão Valverde1-1/+1
2021-12-31dfilter: Use ISO8601 as the default time formatJoão Valverde1-6/+37
2021-12-30dfilter: Add support for entering time in UTCJoão Valverde1-33/+70
2021-12-29dfilter: Use better error messages for absolute timesJoão Valverde1-24/+48
2021-12-28epan: Extend abs_time_to_str() with a flags argumentJoão Valverde1-14/+6
2021-12-27epan: Move time display types to field_display_eJoão Valverde1-1/+1
2021-12-27Use a wrapper function to call strptime()João Valverde1-22/+8
2021-12-19epan: Convert to use stdio.h from GLibJoão Valverde1-2/+2
2021-11-24dfilter: Parse character constants in lexerJoão Valverde1-0/+2
2021-11-10ftypes: Remove fvalue_string_repr_len()João Valverde1-77/+27
2021-10-27Remove some unnecessary casts.João Valverde1-4/+4
2021-10-10ftypes: Use an order function to compare ftypesJoão Valverde1-70/+5
2021-09-30ftype-time: Absolute times for DFILTER are always local timeJohn Thacker1-6/+43
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-2/+2
2020-07-23ftype-time: Use time zone from hfinfo->displayThomas Wiens1-4/+4
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-01-24ftype-time: parse the month independent of the localePeter Wu1-4/+32