summaryrefslogtreecommitdiff
path: root/epan/dfilter/dfilter.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-12Rename routines to clarify what they do.Guy Harris1-1/+1
2017-02-03dfilter-macro: add cleanup routine.Dario Lombardo1-0/+2
2016-09-12Fix memleaks in capture file dialogPeter Wu1-0/+2
2016-07-25Fix checkAPI.pl warnings about printfMichael Mann1-3/+5
2016-04-03Make the Flex scanners and YACC parser in libraries reentrant.Guy Harris1-14/+23
2016-02-05Qt: Add check for field extractorsStig Bjørlykke1-0/+6
2015-12-05Type cleanups.Guy Harris1-4/+5
2015-02-13epan/dfilter/*.c: As needed: Add editor modelines & Fix indentationBill Meier1-4/+17
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris1-23/+40
2015-01-18Trim down the use of ep_ memory in the display filter code.Michael Mann1-1/+7
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-08-10dfilter: report warning if OR and AND logic operands are mixed without parent...Jakub Zawadzki1-1/+2
2013-07-15Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss1-1/+0
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-03Try to squelch warningsAnders Broman1-5/+5
2012-02-29From Gilbert Ramirez: When filtering on a single-byte byte-array-slice, using...Anders Broman1-1/+1
2011-11-15Get rid of the depth argument to dfilter_macro_apply(); have an internalGuy Harris1-1/+1
2011-02-17It wasn't complaining about that null pointer reference.Guy Harris1-1/+1
2011-02-17OK, let's try a couple more explicit checks against NULL, to see whetherGuy Harris1-1/+1
2009-10-18Fixed a data type and removed a shadowed variable.Stig Bjørlykke1-3/+1
2009-09-01From Jakub Zawadzki via. Bug 3330:Kovarththanan Rajaratnam1-0/+10
2009-08-21Handle a text NULL pointer more gracefullyKovarththanan Rajaratnam1-1/+10
2009-07-07NULL is zero on all platforms we run on.Anders Broman1-6/+0
2009-07-06Initialize memory to zero.Anders Broman1-7/+3
2009-05-26From Kovarththanan Rajaratnam: dfilter: Fix for bug #3490:Bill Meier1-0/+1
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-3/+1
2008-06-24Assign pointers to strings to a const pointer.Guy Harris1-1/+1
2008-06-03Fix run checkapi for more targets.Anders Broman1-1/+1
2008-01-31Hmmm. Second try to fix the const problems.Stig Bjørlykke1-2/+10
2008-01-31If "!=" or "ne" are used in a display filter, warn the user that the resultsGerald Combs1-7/+52
2007-11-28From Didier Gautheron: Bug #2042: Move constants initialisation at compile time.Bill Meier1-4/+30
2007-11-09Apply yet another set of the optimization patches:Anders Broman1-0/+1
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-1/+1
2007-01-29The UAT gui starts to workLuis Ontanon1-2/+0
2007-01-29Drop dfilter_macro_load.l as dfilter-macro now uses UATLuis Ontanon1-5/+1
2007-01-18display filter macros.Luis Ontanon1-5/+18
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-08-20- Include the .h files in their .c files.Jörg Mayer1-0/+1
2005-08-18several times replacing:Ulf Lamping1-1/+1
2005-08-08various code cleanup:Ulf Lamping1-4/+0
2005-07-23Some more 'char*' -> 'const char*' changesJörg Mayer1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-16Note that the reason why there's parser state that stays around afterGuy Harris1-2/+4
2004-06-15From Graeme Hewson:Guy Harris1-26/+35
2004-04-30removed unused thingsUlf Lamping1-5/+1
2004-02-11Use -1 rather than 0 as the SCAN_FAILED return value from the lexicalGuy Harris1-1/+12
2002-12-02"dfilter_compile()" doesn't modify the string pointed to by its firstGuy Harris1-2/+2
2002-10-16Make the dfilter code support multiple header_field_info's withGilbert Ramirez1-6/+6
2002-09-09"dfilter_prime_proto_tree()" doesn't modify the "dfilter_t" to whichGuy Harris1-2/+2