aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter/dfunctions.c
AgeCommit message (Expand)AuthorFilesLines
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