aboutsummaryrefslogtreecommitdiffstats
path: root/dfilter.c
AgeCommit message (Expand)AuthorFilesLines
1999-08-30Now that FT_BOOLEAN display filter fields are treated differently (onlygram1-62/+1
1999-08-30Fixed problem with not being able to filt on field values.gram1-2/+1
1999-08-29Removed from the display filter/proto_tree code the assumption thatgram1-32/+22
1999-08-26The dfilter yacc grammar now keeps track of every GNode that it allocates.gram1-10/+60
1999-08-25Correctly set global_df->dftree to NULL after a bad parse.gram1-10/+4
1999-08-20Changed some symbols inside parser, fixed default error message ingram1-2/+2
1999-08-20Include "snprintf.h" if necessary, to squelch some "gcc -Wall"guy1-1/+10
1999-08-20Enabled error reporting for bad ETHER values in display filters. A newgram1-7/+28
1999-08-20Made handling of byte strings in scanner and parser much simpler,gram1-1/+7
1999-08-14Modified YACC grammar to use non-yy symbols, to avoid conflicts withgram1-5/+6
1999-08-13Moved global memory alloction used in display filters (which was storedgram1-33/+85
1999-08-12Create a "dfilter-int.h" file, containing stuff used internally to theguy1-1/+2
1999-08-12Fixed two bugs in display filter parsing.gram1-3/+3
1999-08-03Removed the "exists" keyword from the grammar. The name of a protocol or agram1-31/+8
1999-08-01Changed the display filter scanner from GLIB's GScanner to lex. The codegram1-162/+54
1999-07-11When you hit <Return> in the text entry box for the display filter,guy1-1/+4
1999-07-08Put the XOR logic in place, where previously I had left an inclusive-ORgram1-8/+10
1999-07-07"const"ifty some function arguments and structure members, and "#if 0"guy1-11/+11
1999-07-07Created a new protocol tree implementation and a new display filtergram1-0/+806