aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter/dfilter-int.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-02dfilter: Replace global variableJoão Valverde1-0/+1
2022-12-30dfilter: Reject constant expressionsJoão Valverde1-0/+1
2022-12-29dfilter: Add compilation warning for ambiguous syntaxJoão Valverde1-0/+5
2022-12-27dfilter: Allow constants as the first or only argument to min/maxJoão Valverde1-0/+4
2022-12-23dfilter: Refactor error location trackingJoão Valverde1-6/+6
2022-11-30dfilter: Add optimization flagJoão Valverde1-0/+1
2022-11-28dfilter: Return an error object instead of stringJoão Valverde1-8/+16
2022-10-31dfilter: Add suport for raw addressing with referencesJoão Valverde1-1/+3
2022-10-31dfilter: Add support for raw (bytes) addressing modeJoão Valverde1-0/+1
2022-10-31dfilter: Remove unused data structureJoão Valverde1-1/+0
2022-07-02dfilter: Remove unparsed syntax type and RHS literal biasJoão Valverde1-7/+0
2022-06-25dfilter: Add layer support for referencesJoão Valverde1-1/+13
2022-04-18dfilter: Allow arithmetic expressions as function argumentsJoão Valverde1-0/+2
2022-04-14dfilter: Add max() and min() functionsJoão Valverde1-1/+19
2022-04-10dfilter: Add location tracking to scanner and use it to report errorsJoão Valverde1-3/+13
2022-04-10dfilter: Create the syntax node in the scanner and pass thatJoão Valverde1-37/+1
2022-04-06dfilter: Clean up lexical scanningJoão Valverde1-3/+0
2022-04-05dfilter: Print syntax tree using dftest + format enhancementsJoão Valverde1-0/+1
2022-03-30dfilter: Fix use after free with referencesJoão Valverde1-1/+1
2022-03-29dfilter: Refactor macro tree referencesJoão Valverde1-0/+3
2022-03-28dfilter: Store expanded textJoão Valverde1-0/+1
2022-03-22dfilter: Add bitwise masking of bitsJoão Valverde1-0/+1
2022-03-21dfilter: Use a function pointer array to free registersJoão Valverde1-1/+1
2022-03-21dfilter: Remove DFVM constant initializationJoão Valverde1-5/+0
2022-03-21dfilter: Use singly linked list for registersJoão Valverde1-1/+1
2022-03-05dfilter: Add special syntax for literals and namesJoão Valverde1-2/+5
2021-12-01dfilter: Avoid double strdup to save token valueJoão Valverde1-4/+6
2021-11-30dfilter: Remove dfilter_fail_parse()João Valverde1-3/+0
2021-11-30epan: Add header files to DoxygenMoshe Kaplan1-1/+2
2021-11-24dfilter: Parse character constants in lexerJoão Valverde1-0/+7
2021-11-10dfilter: Clean up error format and exception codeJoão Valverde1-3/+10
2021-11-06dfilter: Move a constructor to the grammar fileJoão Valverde1-3/+0
2021-11-06dfilter: Move regex creation to semcheckJoão Valverde1-3/+0
2021-10-31dfilter: Remove deprecated support for whitespace separator in setsJoão Valverde1-1/+0
2021-10-27dfilter: Use a string lval type in scannerJoão Valverde1-3/+26
2021-10-27dfilter: Parse ranges in the drange node constructorJoão Valverde1-3/+0
2021-10-18dfilter: Improve error message for "matches"João Valverde1-1/+1
2021-10-17dfilter: Require double-quoted strings with "matches"João Valverde1-0/+3
2021-10-14dfilter: Fixup deprecated tokens initializationJoão Valverde1-2/+1
2021-10-14dfilter: Resolve field names in the parserJoão Valverde1-0/+3
2021-10-08dfilter: Improve grammar to parse rangesJoão Valverde1-0/+3
2021-10-08dfilter: Improve grammar to parse functionsJoão Valverde1-0/+6
2021-09-30dfilter: Clean up handling of "deprecated" tokensJoão Valverde1-0/+8
2021-09-30dfilter: Display syntax tree for debuggingJoão Valverde1-0/+2
2021-06-05dfilter: Add support for raw stringsJoão Valverde1-0/+1
2018-04-25dfilter: fix memleaks with functions and slice operatorPeter Wu1-0/+1
2018-04-18dfilter: require spaces as set element separatorPeter Wu1-0/+1
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2016-04-03Make the Flex scanners and YACC parser in libraries reentrant.Guy Harris1-3/+5
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris1-2/+9