aboutsummaryrefslogtreecommitdiffstats
path: root/dfilter.h
AgeCommit message (Expand)AuthorFilesLines
1999-10-12Have "dfilter_compile()" return 0 on success and 1 on failure, andGuy Harris1-4/+2
1999-10-12Re-implemented fix to keep display filter from reading data from outsideGilbert Ramirez1-2/+2
1999-10-11Fixed bug reported by Laurent regarding byte-string filters notGilbert Ramirez1-2/+2
1999-10-11When a new display filter is to be applied, don't set "cf.dfilter" orGuy Harris1-7/+3
1999-08-26The dfilter yacc grammar now keeps track of every GNode that it allocates.Gilbert Ramirez1-1/+4
1999-08-20Enabled error reporting for bad ETHER values in display filters. A newGilbert Ramirez1-10/+6
1999-08-20Made handling of byte strings in scanner and parser much simpler,Gilbert Ramirez1-1/+8
1999-08-13Moved global memory alloction used in display filters (which was storedGilbert Ramirez1-6/+33
1999-08-12Create a "dfilter-int.h" file, containing stuff used internally to theGuy Harris1-74/+1
1999-08-03Removed the "exists" keyword from the grammar. The name of a protocol or aGilbert Ramirez1-2/+1
1999-08-01Changed the display filter scanner from GLIB's GScanner to lex. The codeGilbert Ramirez1-5/+7
1999-07-13Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1-1/+5
1999-07-07"const"ifty some function arguments and structure members, and "#if 0"Guy Harris1-2/+2
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-0/+105