aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes
AgeCommit message (Expand)AuthorFilesLines
2022-05-23Try to fix some warnings.João Valverde1-6/+17
2022-05-23dfilter: Fix protocol slices with negative indexesJoão Valverde4-19/+42
2022-04-18dfilter: Add float multiplication/divisionJoão Valverde1-4/+18
2022-04-18dfilter: Add abs() functionJoão Valverde14-4/+115
2022-04-12ftypes: Fix a macro argumentJoão Valverde1-1/+1
2022-04-07dfilter: Remove leading colon special meaningJoão Valverde1-0/+4
2022-04-06dfilter: Fix memory leak with leading colonJoão Valverde1-8/+1
2022-04-04dfilter: Allow parsing binary number as a byte array of len 1João Valverde1-1/+19
2022-03-31Fix build on CentOS 7João Valverde1-20/+20
2022-03-31dfilter: Add remaining arithmetic integer opsJoão Valverde14-46/+395
2022-03-31dfilter: Add binary arithmetic (add/subtract)João Valverde14-3/+312
2022-03-30dfilter: Add fvalue duplicate methodJoão Valverde14-0/+100
2022-03-28dfilter: Add ftypes pseudofieldsJoão Valverde13-0/+403
2022-03-28dfilter: Add support for unary arithmeticJoão Valverde14-88/+151
2022-03-25ftypes: Fix IPv6 bitwise_and buffer overrunJoão Valverde1-3/+4
2022-03-23dfilter: ftype_is_true -> ftype_is_zeroJoão Valverde13-84/+78
2022-03-22dfilter: Add bitwise masking of bitsJoão Valverde14-128/+300
2022-03-16ftypes: Remove unnecessary macroJoão Valverde3-17/+11
2022-03-16ftypes: Remove shared boolean from fvalue structJoão Valverde2-12/+6
2022-03-05dfilter: Try to be more flexible with leading colonsJoão Valverde1-1/+10
2022-03-05dfilter: Rename "unparsed" to "literal"João Valverde14-133/+133
2022-02-27dfilter: Add more debug codeJoão Valverde1-0/+3
2022-02-23dfilter: Add a true/false boolean representationJoão Valverde1-8/+17
2022-02-23Fix EditorConfig settingsJoão Valverde1-0/+4
2022-02-23dfilter: Add support for binary literal constantsJoão Valverde1-4/+80
2022-01-04ftype-time: check for NULL from gmtime() and localtime().Guy Harris1-2/+8
2022-01-03dfilter: Accept byte arrays without separatorsJoão Valverde1-1/+1
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-21wsutil: Split ws_regex_matches() into two functionsJoão Valverde3-4/+4
2021-12-19epan: Convert to use stdio.h from GLibJoão Valverde9-59/+59
2021-12-13regex: Remove requirement for ssize_tJoão Valverde2-2/+2
2021-11-30epan: Add header files to DoxygenMoshe Kaplan1-1/+2
2021-11-29Add files with WS_DLL_PUBLIC to DoxygenMoshe Kaplan1-1/+1
2021-11-29epan: Rewrite ws_escape_string() to use wmemJoão Valverde1-4/+1
2021-11-29Move escape_string() to wsutilJoão Valverde1-2/+2
2021-11-28Move two functions from epan to wsutil/str_utilJoão Valverde1-1/+1
2021-11-24dfilter: Parse character constants in lexerJoão Valverde14-238/+272
2021-11-23dfilter: Fix invalid character constant error messageJoão Valverde3-18/+1
2021-11-23dfilter: Reject invalid character escape sequencesJoão Valverde1-2/+2
2021-11-14Move regex code to wsutilJoão Valverde7-115/+14
2021-11-14Make PCRE2 a required dependencyJoão Valverde2-47/+7
2021-11-14dfilter: Remove support for GRegexJoão Valverde1-48/+11
2021-11-14dfilter: Add support for PCRE2João Valverde3-6/+114
2021-11-11ftypes: Remove unused function declarationsJoão Valverde1-23/+15