aboutsummaryrefslogtreecommitdiffstats
path: root/dfilter.h
Commit message (Expand)AuthorAgeFilesLines
* Miscellaneous code cleaningLaurent Deniel2000-08-111-3/+1
* Allow filtering on strings.Gilbert Ramirez2000-08-011-1/+5
* Change dfilter_apply() to 4-argument function. 4th argument is not yet used,Gilbert Ramirez2000-04-141-2/+2
* Merge in the final code to make Ethereal run on Win32, compiledGilbert Ramirez2000-01-151-1/+5
* Have "dfilter_compile()" return 0 on success and 1 on failure, andGuy Harris1999-10-121-4/+2
* Re-implemented fix to keep display filter from reading data from outsideGilbert Ramirez1999-10-121-2/+2
* Fixed bug reported by Laurent regarding byte-string filters notGilbert Ramirez1999-10-111-2/+2
* When a new display filter is to be applied, don't set "cf.dfilter" orGuy Harris1999-10-111-7/+3
* The dfilter yacc grammar now keeps track of every GNode that it allocates.Gilbert Ramirez1999-08-261-1/+4
* Enabled error reporting for bad ETHER values in display filters. A newGilbert Ramirez1999-08-201-10/+6
* Made handling of byte strings in scanner and parser much simpler,Gilbert Ramirez1999-08-201-1/+8
* Moved global memory alloction used in display filters (which was storedGilbert Ramirez1999-08-131-6/+33
* Create a "dfilter-int.h" file, containing stuff used internally to theGuy Harris1999-08-121-74/+1
* Removed the "exists" keyword from the grammar. The name of a protocol or aGilbert Ramirez1999-08-031-2/+1
* Changed the display filter scanner from GLIB's GScanner to lex. The codeGilbert Ramirez1999-08-011-5/+7
* Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1999-07-131-1/+5
* "const"ifty some function arguments and structure members, and "#if 0"Guy Harris1999-07-071-2/+2
* Created a new protocol tree implementation and a new display filterGilbert Ramirez1999-07-071-0/+105