aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter/dfilter.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-6/+6
2002-05-09Merge the work in Novell_NCP_branch into the mainline code.Gilbert Ramirez1-7/+6
2002-04-29Move the code to build the balanced tree of fields into "proto_init()",Guy Harris1-94/+1
2002-04-08Make some variables and functions static.Gilbert Ramirez1-4/+4
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-4/+3
2001-12-18Provide for per-protocol-tree data in the proto_tree code.Gilbert Ramirez1-1/+26
2001-07-13From Joerg Mayer:Guy Harris1-2/+3
2001-02-13In a display filter expression, make a field name refer to any of theGuy Harris1-7/+17
2001-02-12If there are multiple fields with the same name, list only one of themGuy Harris1-2/+7
2001-02-01Grumble, grumble. I forgot to add the license comment at the topGilbert Ramirez1-3/+19
2001-02-01Create a more modular type system for the FT_* types. Put themGilbert Ramirez1-0/+352