aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter/dfilter.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-13dfilter: Fix token associativityJoão Valverde1-2/+4
2021-12-12dfilter: Remove a default switch caseJoão Valverde1-2/+1
2021-12-01dfilter: Avoid double strdup to save token valueJoão Valverde1-1/+1
2021-11-30dfilter: Remove dfilter_fail_parse()João Valverde1-11/+5
2021-11-16dfilter: Add compilation result to log outputJoão Valverde1-33/+51
2021-11-10dfilter: Clean up error format and exception codeJoão Valverde1-2/+14
2021-11-06dfilter: Move a constructor to the grammar fileJoão Valverde1-10/+0
2021-11-06dfilter: Move regex creation to semcheckJoão Valverde1-26/+0
2021-10-31dfilter: Remove deprecated support for whitespace separator in setsJoão Valverde1-2/+0
2021-10-27dfilter: Remove token value from syntax treeJoão Valverde1-1/+1
2021-10-27dfilter: Use a string lval type in scannerJoão Valverde1-5/+8
2021-10-27dfilter: Parse ranges in the drange node constructorJoão Valverde1-54/+0
2021-10-18dfilter: Add a thin encapsulation layer for REsJoão Valverde1-30/+9
2021-10-18dfilter: Improve error message for "matches"João Valverde1-3/+14
2021-10-17dfilter: Require double-quoted strings with "matches"João Valverde1-0/+36
2021-10-15Fix build with WS_DISABLE_DEBUGJoão Valverde1-5/+1
2021-10-14dfilter: Display token value for debuggingJoão Valverde1-1/+8
2021-10-14dfilter: Fixup deprecated tokens initializationJoão Valverde1-35/+18
2021-10-14dfilter: Resolve field names in the parserJoão Valverde1-1/+32
2021-10-08dfilter: Improve grammar to parse rangesJoão Valverde1-0/+52
2021-10-08dfilter: Improve grammar to parse functionsJoão Valverde1-5/+31
2021-10-01dfilter: Save token value to syntax treeJoão Valverde1-1/+1
2021-09-30dfilter: Fixup syntax tree node displayJoão Valverde1-1/+1
2021-09-30dfilter: Clean up handling of "deprecated" tokensJoão Valverde1-31/+31
2021-09-30dfilter: Display syntax tree for debuggingJoão Valverde1-1/+45
2021-06-19Replace g_assert() with ws_assert()João Valverde1-1/+2
2021-06-16Replace g_log() calls with ws_log()João Valverde1-1/+3
2021-06-05dfilter: Add support for raw stringsJoão Valverde1-0/+1
2021-05-24Add ws_debug() and use itJoão Valverde1-4/+3
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-12-19Always set *dfp to NULL on an error return from dfilter_compile().Guy Harris1-0/+1
2018-04-25dfilter: fix memleaks with functions and slice operatorPeter Wu1-5/+6
2018-04-18dfilter: require spaces as set element separatorPeter Wu1-0/+1
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2017-04-12Rename routines to clarify what they do.Guy Harris1-1/+1
2017-02-03dfilter-macro: add cleanup routine.Dario Lombardo1-0/+2
2016-09-12Fix memleaks in capture file dialogPeter Wu1-0/+2
2016-07-25Fix checkAPI.pl warnings about printfMichael Mann1-3/+5
2016-04-03Make the Flex scanners and YACC parser in libraries reentrant.Guy Harris1-14/+23
2016-02-05Qt: Add check for field extractorsStig Bjørlykke1-0/+6
2015-12-05Type cleanups.Guy Harris1-4/+5
2015-02-13epan/dfilter/*.c: As needed: Add editor modelines & Fix indentationBill Meier1-4/+17
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris1-23/+40
2015-01-18Trim down the use of ep_ memory in the display filter code.Michael Mann1-1/+7
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-08-10dfilter: report warning if OR and AND logic operands are mixed without parent...Jakub Zawadzki1-1/+2
2013-07-15Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss1-1/+0
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-03Try to squelch warningsAnders Broman1-5/+5