aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter/dfilter.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-17It wasn't complaining about that null pointer reference.guy1-1/+1
2011-02-17OK, let's try a couple more explicit checks against NULL, to see whetherguy1-1/+1
2009-10-18Fixed a data type and removed a shadowed variable.stig1-3/+1
2009-09-01From Jakub Zawadzki via. Bug 3330:krj1-0/+10
2009-08-21Handle a text NULL pointer more gracefullykrj1-1/+10
2009-07-07NULL is zero on all platforms we run on.etxrab1-6/+0
2009-07-06Initialize memory to zero.etxrab1-7/+3
2009-05-26From Kovarththanan Rajaratnam: dfilter: Fix for bug #3490:wmeier1-0/+1
2009-03-13From Jakub Zawadzki (bug 3331):stig1-3/+1
2008-06-24Assign pointers to strings to a const pointer.guy1-1/+1
2008-06-03Fix run checkapi for more targets.etxrab1-1/+1
2008-01-31Hmmm. Second try to fix the const problems.stig1-2/+10
2008-01-31If "!=" or "ne" are used in a display filter, warn the user that the resultsgerald1-7/+52
2007-11-28From Didier Gautheron: Bug #2042: Move constants initialisation at compile time.wmeier1-4/+30
2007-11-09Apply yet another set of the optimization patches:etxrab1-0/+1
2007-04-23Add some GCC warnings to the standard set, and add some others to theguy1-1/+1
2007-01-29The UAT gui starts to worklego1-2/+0
2007-01-29Drop dfilter_macro_load.l as dfilter-macro now uses UATlego1-5/+1
2007-01-18display filter macros.lego1-5/+18
2006-05-21name changesahlberg1-2/+2
2005-08-20- Include the .h files in their .c files.jmayer1-0/+1
2005-08-18several times replacing:ulfl1-1/+1
2005-08-08various code cleanup:ulfl1-4/+0
2005-07-23Some more 'char*' -> 'const char*' changesjmayer1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-06-16Note that the reason why there's parser state that stays around afterguy1-2/+4
2004-06-15From Graeme Hewson:guy1-26/+35
2004-04-30removed unused thingsulfl1-5/+1
2004-02-11Use -1 rather than 0 as the SCAN_FAILED return value from the lexicalguy1-1/+12
2002-12-02"dfilter_compile()" doesn't modify the string pointed to by its firstguy1-2/+2
2002-10-16Make the dfilter code support multiple header_field_info's withgram1-6/+6
2002-09-09"dfilter_prime_proto_tree()" doesn't modify the "dfilter_t" to whichguy1-2/+2
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-6/+6
2002-05-09Merge the work in Novell_NCP_branch into the mainline code.gram1-7/+6
2002-04-29Move the code to build the balanced tree of fields into "proto_init()",guy1-94/+1
2002-04-08Make some variables and functions static.gram1-4/+4
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-4/+3
2001-12-18Provide for per-protocol-tree data in the proto_tree code.gram1-1/+26
2001-07-13From Joerg Mayer:guy1-2/+3
2001-02-13In a display filter expression, make a field name refer to any of theguy1-7/+17
2001-02-12If there are multiple fields with the same name, list only one of themguy1-2/+7
2001-02-01Grumble, grumble. I forgot to add the license comment at the topgram1-3/+19
2001-02-01Create a more modular type system for the FT_* types. Put themgram1-0/+352