aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes
AgeCommit message (Expand)AuthorFilesLines
2022-10-26ftypes: Do not sanitize strings for UTF-8 errorsJoão Valverde1-2/+0
2022-10-10ftypes: Cleanup code to parse integersJoão Valverde1-151/+93
2022-10-08dfilter: Fix integer comparison on big-endianJoão Valverde1-4/+1
2022-10-05wsutil: Improve UTF-8 APIs for debuggingJoão Valverde1-19/+3
2022-09-28Add a log domain for encoding errors and lower the log levelJoão Valverde1-1/+2
2022-09-27Add some UTF-8 debug checks with a compile time flagJoão Valverde1-5/+22
2022-07-28dfilter: Fix crash with FT_NONE and arithmetic expressionsJoão Valverde3-0/+19
2022-07-23dfilter: Use an exact floating-point string representationJoão Valverde1-9/+13
2022-07-15Fix -Wmissing-prototypes found by ClangAlexis La Goutte1-5/+5
2022-07-14dfilter: Improve compatibility of integer typesJoão Valverde14-174/+613
2022-06-25dfilter: Change boolean string representationJoão Valverde1-2/+2
2022-06-21Docs: Update the ftype description list in wireshark-filter(4).Gerald Combs2-3/+3
2022-06-21dfilter: Add support for literal strings with null bytesJoão Valverde8-77/+112
2022-06-20ftypes: Add FT_UINT_STRING to IS_FT_STRING() macroJoão Valverde2-5/+10
2022-06-20ftypes: Fix an error messageJoão Valverde1-1/+1
2022-06-20ftypes: Make accessor functions type safeJoão Valverde9-49/+100
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