aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter/dfunctions.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-11Windows: Fix Release (unused variables)Philipp Dittmann1-4/+4
2022-12-30dfilter: Reject constant expressionsJoão Valverde1-2/+11
2022-12-27dfilter: Allow compatible types to be compared in min/maxJoão Valverde1-2/+2
2022-12-27dfilter: Allow constants as the first or only argument to min/maxJoão Valverde1-30/+45
2022-12-27dfilter: Fix crash with min/max literal argumentJoão Valverde1-8/+7
2022-12-26dfilter: Allow arithmetic expression to commuteJoão Valverde1-3/+3
2022-12-26dfilter: Minor fixupsJoão Valverde1-1/+5
2022-12-23dfilter: Refactor error location trackingJoão Valverde1-5/+5
2022-12-03wmem: Remove strbuf max size parameterJoão Valverde1-1/+1
2022-11-28dfilter: Return an error object instead of stringJoão Valverde1-1/+1
2022-07-19dfilter: Fix a crash using abs()João Valverde1-5/+14
2022-07-04dfilter: Allow existence check for slicesJoão Valverde1-26/+3
2022-07-02dfilter: Remove unparsed syntax type and RHS literal biasJoão Valverde1-9/+0
2022-06-25dfilter: Add layer support for referencesJoão Valverde1-6/+6
2022-06-21dfilter: Add support for literal strings with null bytesJoão Valverde1-6/+7
2022-06-20ftypes: Make accessor functions type safeJoão Valverde1-1/+1
2022-04-18dfilter: Allow arithmetic expressions as function argumentsJoão Valverde1-83/+101
2022-04-18dfilter: Add abs() functionJoão Valverde1-2/+69
2022-04-14dfilter: Allow function arguments to be non-existent.João Valverde1-1/+14
2022-04-14dfilter: Add max() and min() functionsJoão Valverde1-19/+137
2022-04-10dfilter: Add location tracking to scanner and use it to report errorsJoão Valverde1-6/+6
2022-03-21dfilter: Use singly linked list for registersJoão Valverde1-14/+14
2021-11-11ftypes: Internal headers need to be internalJoão Valverde1-1/+0
2021-11-10dfilter: Clean up error format and exception codeJoão Valverde1-8/+7
2021-11-10dfilter: Clean up function parameters semantic checkJoão Valverde1-119/+66
2021-10-08dfilter: Improve grammar to parse functionsJoão Valverde1-1/+1
2021-06-19Replace g_assert() with ws_assert()João Valverde1-4/+5
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-01-14dfilter: add string() function.Dario Lombardo1-4/+135
2019-01-10dfilter: remove size() function.Dario Lombardo1-58/+3
2019-01-07dfilter: remove legacy comment.Dario Lombardo1-1/+0
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2017-05-29Extend display filter len() to support all string and byte field types.Michael Mann1-5/+55
2015-02-13epan/dfilter/*.c: As needed: Add editor modelines & Fix indentationBill Meier1-3/+16
2015-01-18Remove some apparently-unnecessary includes of emem.h.Guy Harris1-1/+0
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris1-6/+6
2015-01-18Trim down the use of ep_ memory in the display filter code.Michael Mann1-1/+2
2014-10-17No need for our own wrappers around tolower() and toupper().Guy Harris1-20/+3
2014-09-13when we check the parameter for upper(), lower() or len(),Martin Kaiser1-1/+1
2014-04-12Get rid of more tvb_get_nstringz* calls.Guy Harris1-35/+18
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-6/+6
2014-01-15Eliminate fvalue_set() in favor of routines that take argumentsGuy Harris1-1/+1
2013-11-28Add count() function to display filter. Bug 9480 (https://bugs.wireshark.org...Michael Mann1-3/+22
2013-11-12Replace fvalue_ftype() with a fvalue_type_ftenum() routine that returnsGuy Harris1-2/+2
2013-11-10Move struct _ftype_t + callback typedefs + free macro to ftypes-int.hJakub Zawadzki1-0/+1
2013-06-04Add new dfilter function: size()Jakub Zawadzki1-0/+44
2013-03-19From beroset:Anders Broman1-3/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-29Add len() function to dfilter. For now only support FT_STRING*Jakub Zawadzki1-3/+35