aboutsummaryrefslogtreecommitdiffstats
path: root/dfilter.c
Commit message (Expand)AuthorAgeFilesLines
* Now that FT_BOOLEAN display filter fields are treated differently (onlyGilbert Ramirez1999-08-301-62/+1
* Fixed problem with not being able to filt on field values.Gilbert Ramirez1999-08-301-2/+1
* Removed from the display filter/proto_tree code the assumption thatGilbert Ramirez1999-08-291-32/+22
* The dfilter yacc grammar now keeps track of every GNode that it allocates.Gilbert Ramirez1999-08-261-10/+60
* Correctly set global_df->dftree to NULL after a bad parse.Gilbert Ramirez1999-08-251-10/+4
* Changed some symbols inside parser, fixed default error message inGilbert Ramirez1999-08-201-2/+2
* Include "snprintf.h" if necessary, to squelch some "gcc -Wall"Guy Harris1999-08-201-1/+10
* Enabled error reporting for bad ETHER values in display filters. A newGilbert Ramirez1999-08-201-7/+28
* Made handling of byte strings in scanner and parser much simpler,Gilbert Ramirez1999-08-201-1/+7
* Modified YACC grammar to use non-yy symbols, to avoid conflicts withGilbert Ramirez1999-08-141-5/+6
* Moved global memory alloction used in display filters (which was storedGilbert Ramirez1999-08-131-33/+85
* Create a "dfilter-int.h" file, containing stuff used internally to theGuy Harris1999-08-121-1/+2
* Fixed two bugs in display filter parsing.Gilbert Ramirez1999-08-121-3/+3
* Removed the "exists" keyword from the grammar. The name of a protocol or aGilbert Ramirez1999-08-031-31/+8
* Changed the display filter scanner from GLIB's GScanner to lex. The codeGilbert Ramirez1999-08-011-162/+54
* When you hit <Return> in the text entry box for the display filter,Guy Harris1999-07-111-1/+4
* Put the XOR logic in place, where previously I had left an inclusive-ORGilbert Ramirez1999-07-081-8/+10
* "const"ifty some function arguments and structure members, and "#if 0"Guy Harris1999-07-071-11/+11
* Created a new protocol tree implementation and a new display filterGilbert Ramirez1999-07-071-0/+806