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