aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter
AgeCommit message (Expand)AuthorFilesLines
2022-02-19dfilter: Fix error message with non printable ASCIIJoão Valverde1-2/+7
2021-12-22dfilter: Add aliases "any_eq" and "all_ne"João Valverde1-0/+2
2021-12-22dfilter: Add an "all equal" operatorJoão Valverde9-1/+38
2021-12-19epan: Convert to use stdio.h from GLibJoão Valverde7-22/+20
2021-12-16Remove some lingering uses of g_assert()João Valverde2-7/+7
2021-12-13dfilter: Fix token associativityJoão Valverde2-3/+6
2021-12-12dfilter: Remove a default switch caseJoão Valverde1-2/+1
2021-12-02dfilter: Convert grammar.lemon to 4-space indentationJoão Valverde1-128/+128
2021-12-01dfilter: Add default grammar typeJoão Valverde1-32/+2
2021-12-01dfilter: Avoid double strdup to save token valueJoão Valverde5-25/+27
2021-12-01dfilter: Save lexical token value to syntax treeJoão Valverde6-174/+243
2021-11-30dfilter: Remove dfilter_fail_parse()João Valverde3-18/+9
2021-11-30dfilter: Remove two stnode replacement functionsJoão Valverde3-19/+1
2021-11-30epan: Add header files to DoxygenMoshe Kaplan10-10/+19
2021-11-30Add files with WS_DLL_PUBLIC to Doxygen part2Moshe Kaplan2-2/+3
2021-11-27dfilter: Better representation for charconstJoão Valverde3-6/+26
2021-11-27dfilter: Need to handle a charconst on the LHSJoão Valverde1-0/+64
2021-11-24Remove stale comment.João Valverde1-5/+0
2021-11-24dfilter: Free a scanner stringJoão Valverde1-0/+2
2021-11-24dfilter: Clean up charconst error messageJoão Valverde1-9/+14
2021-11-24dfilter: Parse character constants in lexerJoão Valverde8-45/+190
2021-11-23dfilter: Fix invalid character constant error messageJoão Valverde5-6/+71
2021-11-23dfilter: Reject invalid character escape sequencesJoão Valverde1-12/+13
2021-11-23dfilter: Remove reference to GRegexJoão Valverde1-1/+1
2021-11-16dfilter: Add compilation result to log outputJoão Valverde2-34/+56
2021-11-16dfilter: Clean up some debug statements, second tryJoão Valverde3-67/+39
2021-11-16dfilter: Give more context for regex error messagesJoão Valverde1-1/+1
2021-11-14dfilter: Cleanup some debug statementsJoão Valverde2-8/+11
2021-11-14Move regex code to wsutilJoão Valverde5-12/+11
2021-11-14Make PCRE2 a required dependencyJoão Valverde1-2/+2
2021-11-14dfilter: Add support for PCRE2João Valverde1-2/+2
2021-11-14dfilter: Fixup unexpected end of filter error messageJoão Valverde1-0/+4
2021-11-13dfilter: Restore debug syntax tree displayJoão Valverde1-3/+9
2021-11-13dfilter: Add default case to switchJoão Valverde1-10/+1
2021-11-11ftypes: Internal headers need to be internalJoão Valverde5-18/+20
2021-11-10dfilter: Change string node display representation againJoão Valverde2-17/+9
2021-11-10dfilter: Clean up error format and exception codeJoão Valverde8-114/+124
2021-11-10dfilter: Clean up function parameters semantic checkJoão Valverde3-121/+69
2021-11-10dfilter: Remove unnecessary node conversionJoão Valverde1-24/+1
2021-11-10dfilter: Remove some debug statementsJoão Valverde1-4/+0
2021-11-10dfilter: Refactor some semantic check codeJoão Valverde1-99/+125
2021-11-09dfilter: Add an assertionJoão Valverde1-8/+7
2021-11-07dfilter: Fix signature of check_relation()João Valverde1-8/+7
2021-11-07dfilter: Pass a test_op_t in check_relation()João Valverde3-50/+116
2021-11-07ftypes: Simplify fvalue_can_*() interfaceJoão Valverde1-12/+10
2021-11-06dfilter: Move a constructor to the grammar fileJoão Valverde3-15/+18
2021-11-06dfilter: Fix corner case with matchesJoão Valverde1-14/+24
2021-11-06dfilter: Improve some error messagesJoão Valverde2-2/+8
2021-11-06dfilter: Move regex creation to semcheckJoão Valverde4-32/+22
2021-10-31dfilter: Remove redundant STTYPE_CHARCONST syntax nodeJoão Valverde4-61/+7