wireshark/epan/dfilter
Guy Harris 02e1d2680a Give every Makefile.nmake file a "distclean" rule, and have "distclean"
recurse into subdirectories doing "nmake -f Makefile.nmake distclean".

Have "nmake -f Makefile.nmake clean" not remove stuff that "make clean"
doesn't remove (such as Flex/Bison output and config.h files) - and have
"nmake -f Makefile.nmake distclean" remove stuff that "make distclean"
removes, including "tethereal-tap-register.c" and
"ethereal-tap-register.c".

svn path=/trunk/; revision=8672
2003-10-10 21:31:53 +00:00
..
.cvsignore From Motonori Shindo: add "*.pdb" to the ".cvsignore" files in 2001-12-12 01:39:44 +00:00
Makefile.am Move version to 0.8.16. 2001-03-05 22:53:41 +00:00
Makefile.nmake Give every Makefile.nmake file a "distclean" rule, and have "distclean" 2003-10-10 21:31:53 +00:00
dfilter-int.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +00:00
dfilter.c "dfilter_compile()" doesn't modify the string pointed to by its first 2002-12-02 23:28:16 +00:00
dfilter.h "dfilter_compile()" doesn't modify the string pointed to by its first 2002-12-02 23:28:16 +00:00
dfvm.c Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols). 2003-08-27 15:23:11 +00:00
dfvm.h Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols). 2003-08-27 15:23:11 +00:00
drange.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +00:00
drange.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +00:00
gencode.c Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols). 2003-08-27 15:23:11 +00:00
gencode.h Provide for per-protocol-tree data in the proto_tree code. 2001-12-18 19:09:08 +00:00
glib-util.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +00:00
glib-util.h Create a more modular type system for the FT_* types. Put them 2001-02-01 20:21:25 +00:00
grammar.lemon Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols). 2003-08-27 15:23:11 +00:00
scanner.l Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols). 2003-08-27 15:23:11 +00:00
semcheck.c Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols). 2003-08-27 15:23:11 +00:00
semcheck.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +00:00
sttype-integer.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +00:00
sttype-pointer.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +00:00
sttype-range.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +00:00
sttype-range.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +00:00
sttype-string.c Add to the fundamental types passed between the scanner and the parser. 2003-07-25 03:44:05 +00:00
sttype-test.c Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols). 2003-08-27 15:23:11 +00:00
sttype-test.h Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols). 2003-08-27 15:23:11 +00:00
syntax-tree.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +00:00
syntax-tree.h Add to the fundamental types passed between the scanner and the parser. 2003-07-25 03:44:05 +00:00