aboutsummaryrefslogtreecommitdiffstats
path: root/dfilter.c
AgeCommit message (Expand)AuthorFilesLines
1999-08-25Correctly set global_df->dftree to NULL after a bad parse.Gilbert Ramirez1-10/+4
1999-08-20Changed some symbols inside parser, fixed default error message inGilbert Ramirez1-2/+2
1999-08-20Include "snprintf.h" if necessary, to squelch some "gcc -Wall"Guy Harris1-1/+10
1999-08-20Enabled error reporting for bad ETHER values in display filters. A newGilbert Ramirez1-7/+28
1999-08-20Made handling of byte strings in scanner and parser much simpler,Gilbert Ramirez1-1/+7
1999-08-14Modified YACC grammar to use non-yy symbols, to avoid conflicts withGilbert Ramirez1-5/+6
1999-08-13Moved global memory alloction used in display filters (which was storedGilbert Ramirez1-33/+85
1999-08-12Create a "dfilter-int.h" file, containing stuff used internally to theGuy Harris1-1/+2
1999-08-12Fixed two bugs in display filter parsing.Gilbert Ramirez1-3/+3
1999-08-03Removed the "exists" keyword from the grammar. The name of a protocol or aGilbert Ramirez1-31/+8
1999-08-01Changed the display filter scanner from GLIB's GScanner to lex. The codeGilbert Ramirez1-162/+54
1999-07-11When you hit <Return> in the text entry box for the display filter,Guy Harris1-1/+4
1999-07-08Put the XOR logic in place, where previously I had left an inclusive-ORGilbert Ramirez1-8/+10
1999-07-07"const"ifty some function arguments and structure members, and "#if 0"Guy Harris1-11/+11
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-0/+806