Do the standard "next entry offset" stuff in NT NOTIFY replies, so as to
[obnox/wireshark/wip.git] / tools /
2002-03-06 gramUse the gdb "x" (examine memory) command instead of...
2002-03-06 gramAdd ability to pull packet from add_packet_to_packet_li...
2002-02-27 guyFrom Joerg Mayer:
2002-02-21 gramAdd first attempt at creating a tool to take a [t]ether...
2002-01-30 guyFix up some type/size problems that showed up when...
2002-01-04 guyFrom Hamish Moffatt:
2001-12-12 guyFrom Motonori Shindo:
2001-11-13 gramHopefully the last time I have to change my e-mail...
2001-11-09 guyRemove "text2pcap-scanner.obj" and "tools\lemon\lemon...
2001-10-04 guyFrom Motonori Shindo: have CVS ignore some files genera...
2001-07-22 guyDo __attribute__ stuff if the GCC version number is...
2001-06-26 guyIf length arguments to "%*s" aren't of type "int",...
2001-04-23 guySigned vs. unsigned fixes from Joerg Mayer.
2001-04-18 gramnmake was compiling lemon.c twice; now let it use its...
2001-04-18 gramRevert. MSVC is wrong. Thanks to Guy for pointing that...
2001-04-18 gramMakefile.nmake pulls in settings from config.nmake
2001-03-09 guyFixes to Lemon to get it to compile on platforms (such...
2001-03-06 gramAdd some win32-specific targets in .cvsignore's.
2001-02-27 gramMove the location of cppmagic.h, since the lemon-flex...
2001-02-23 gramAdd a little script which takes the output of "cvs...
2001-02-15 guyDon't cast the function argument to "qsort()" to the...
2001-02-15 guyMore prototype fun - make the Lemon parser allocate...
2001-02-15 guyMore paranoia - when compiling with GCC 2.x, do checks...
2001-02-15 guyChange "lemon" *NOT* to cast pointers to "int", as...
2001-02-04 guyAdd a "-f" flag to the "rm", so that "make clean" won...
2001-02-02 gramAdd Makefile.nmake files for new subdirs.
2001-02-01 guyRename the "optarg()" and "opterr()" functions to ...
2001-02-01 gramCreate a more modular type system for the FT_* types...