aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter/dfunctions.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-29Also support FT_STRINGZ and FT_UINT_STRING in lower()/ upper() functions.Jakub Zawadzki1-1/+3
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-03Try to squelch warningsAnders Broman1-1/+1
2012-06-02Try to squelch warningsAnders Broman1-3/+3
2006-12-29use an ep allocated temporary string when creating the string for a FT_STRING...Ronnie Sahlberg1-2/+3
2006-05-21name changeRonnie Sahlberg1-1/+1
2006-05-02Add infrastructure for display filter functions.Gilbert Ramirez1-0/+158