New protocol: PKCS#1 (rfc2313 pplus some extra oid's)
[obnox/wireshark/wip.git] / tools /
2004-07-27 guyFrom Tomas Kukosa:
2004-07-27 guyFromm Tomas Kukosa: update to version 1.5.
2004-07-25 geraldFix up the declaration of yy_accept().
2004-07-23 jmayerTrivial warning fixes:
2004-07-23 sahlbergmake the implicit_tag parameter _U_ to get rid of...
2004-07-18 jmayer .cvsignore is dead
2004-07-18 jmayerAdd epan/dissectors/.cvsignore
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-06-26 guyFrom Tomas Kukosa: small fix for ASN2ETH compiler conce...
2004-06-24 sahlbergfrom tomas k
2004-06-24 sahlbergfrom Tomas K
2004-06-12 sahlbergupdate asn1 compiler to (hopefully) handle BER SET...
2004-06-12 sahlbergParameter 8 to dissect_ber_bistring() is the ett_ varia...
2004-06-12 sahlbergFrom Tomas Kukosa updates to the ASN1 compiler
2004-06-07 sahlbergupdate to the asn1 compiler.
2004-06-04 sahlbergTomas updates to H235 and the ASN2ETH compiler
2004-06-04 geraldAs Mark Corley pointed out, win32-setup.sh should be...
2004-06-03 guyFrom Tomas Kukosa:
2004-05-25 guyThe function pointer in a "per_choice_t" or a "per_sequ...
2004-05-25 guyReplace some Windows dash/hyphen character with a ...
2004-05-24 sahlbergFrom Tomas Kukosa
2004-05-01 ulflminor changes
2004-04-26 obiotSome of the DLLs from the developer ZIP archives don...
2004-04-25 obiotAdd code for HTTP proxy detection based on the http_pro...
2004-04-25 gramAdd support for flex 2.5.31.
2004-04-09 geraldModify the "setup" target to download the packages...
2004-04-08 geraldAdd a Makefile.nmake target called "setup" that uses...
2004-02-22 gramIf the LHS is a STRING or UNPARSED string, and the...
2004-01-25 jmayerFix a warning by using a function typedef
2004-01-18 jmayerFix some of the warnings when compiling with -Wstrict...
2003-12-29 guyGive it an RCS ID and copyright notice.
2003-12-29 gramAdd a missing backslash for the EXTRA_DIST files.
2003-12-21 ulflremoved some MSVC warnings (added type casts)
2003-12-09 gram-Tpdml and -Tps force -V. Thus, -V is no longer require...
2003-12-06 gramAdd the ability to print packet dissections in PDML...
2003-10-13 guyFrom Ulf Lamping: add some missing "cd .."s. (I guess...
2003-10-10 guyGive every Makefile.nmake file a "distclean" rule,...
2003-08-27 gramAdd a "contains" operator for byte-strings, strings...
2003-07-25 gramAdd to the fundamental types passed between the scanner...
2003-07-09 gramScript to unit-test ftype functions via dfilters passed...
2003-06-11 gramHandle diff lines that look like "Binary files".
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-05-04 guyFrom Joerg Mayer: mark possibly-unused arguments as...
2002-05-04 guyFrom Joerg Mayer: get rid of an unused argument, and...
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...