aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter
AgeCommit message (Expand)AuthorFilesLines
2023-10-23dfilter: Compute more compile-time constant arithmeticJoão Valverde1-18/+141
2023-10-22dfilter: Use better assertions for invalid enumsJoão Valverde14-127/+150
2023-10-22dfilter: Fix a compiler warning [-Wmaybe-uninitialized]João Valverde4-3/+8
2023-10-22dfilter: Add time multiplication by scalar floatsJoão Valverde1-14/+38
2023-10-22dfilter: Fix an error parsing byte stringsJoão Valverde1-7/+14
2023-10-22dfilter: Add number lexical typeJoão Valverde11-11/+408
2023-10-22dfilter: Add time multiplication by scalar integersJoão Valverde1-7/+52
2023-10-22dfilter: Rewrite if-else block using a switchJoão Valverde1-23/+27
2023-10-18dfilter: Improve type inferrence for constant valuesJoão Valverde4-139/+189
2023-10-11wslog: Omit the file/line/func with ws_info()João Valverde1-1/+1
2023-10-03dfilter: Remove syntax node magic numberJoão Valverde3-25/+5
2023-09-28dfilter: Fix use-after-freeJoão Valverde1-2/+2
2023-09-28dfilter: Refactor DFVM_VALUE_STRING argumentJoão Valverde4-96/+33
2023-09-28dfilter: Allow using matches operator with value stringsJoão Valverde2-3/+11
2023-09-28dfilter: Add value string optimizationJoão Valverde1-19/+86
2023-09-28dfilter: Add support for BASE_CUSTOM value stringsJoão Valverde4-12/+27
2023-09-28dfilter: Do not compare value strings lexicographicallyJoão Valverde1-2/+30
2023-09-28dfilter: Compute value string at runtimeJoão Valverde8-130/+331
2023-09-24epan: Convert the UAT API to C99 typesGerald Combs1-2/+2
2023-09-24Fixup "void *" pointer declaration styleJoão Valverde12-28/+28
2023-09-24Convert epan/dfilter to C99 typesGerald Combs27-473/+473
2023-09-23dfilter: Add warning for value strings without double quotesJoão Valverde1-0/+4
2023-09-22Convert epan/ftypes to C99 typesGerald Combs2-2/+2
2023-09-21dfilter: Fix parsing booleans as value stringsJoão Valverde1-2/+26
2023-09-04dfilter: Add more error locations to semcheck logsJoão Valverde1-4/+11
2023-09-01dfilter: Do not parse booleans as a value stringJoão Valverde1-28/+1
2023-07-25dfilter: Remove deprecated ~= operator symbolJoão Valverde1-4/+0
2023-07-25dfilter: Change "not in" behaviour to match inequalityJoão Valverde7-10/+43
2023-07-25epan: Register dynamic column fields and make them filterableJohn Thacker2-0/+21
2023-07-24dfilter: Fix `all .. in` operator semanticsJoão Valverde5-125/+210
2023-07-24dfilter: Refactor DFVM valuesJoão Valverde3-88/+62
2023-07-08dfilter: Add XOR logical operatorJoão Valverde3-0/+20
2023-07-08dfilter: Fix duplication of operator sttypeJoão Valverde1-1/+1
2023-07-07dfilter: Remove limitation using subtractionJoão Valverde1-5/+40
2023-07-06dfilter: Refactor function argument passingJoão Valverde5-65/+53
2023-07-04dfilter: Use a register pointer to return function resultJoão Valverde5-40/+18
2023-07-03dfilter: Remove attempted load arrayJoão Valverde3-28/+19
2023-07-03dfilter: Add reference counting to cellsJoão Valverde3-26/+33
2023-07-03dfilter: Add memory cell objectJoão Valverde3-218/+316
2023-06-30dfilter: Allow arithmetic expressions as set elementsJoão Valverde1-21/+2
2023-06-26dfilter: Refactor DFVM read codeJoão Valverde1-41/+50
2023-06-26Fix a documentation warningJoão Valverde1-1/+1
2023-06-26dfilter: Make string slices a return an FT_STRINGJoão Valverde1-10/+9
2023-06-26dfilter: Fix raw slicesJoão Valverde2-2/+4
2023-06-26dflter: Fix semantics of fvalue lengthJoão Valverde2-2/+16
2023-06-22dfilter: Fix an error messageJoão Valverde1-21/+12
2023-06-20dfilter: Fix second stage compilation flagsJoão Valverde1-1/+1
2023-06-20ftypes: Rename IS_FT_* macrosJoão Valverde1-2/+2
2023-06-09Qt: Fix crash when changing dfilter macroJohn Thacker1-1/+1
2023-05-21Initialize some variables [-Wmaybe-uninitialized]João Valverde1-1/+1