From Gerhard Gappmeier via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5429 :
[obnox/wireshark/wip.git] / plugins / gryphon /
2010-11-05 stigSimply use %c for printing char.
2010-11-05 stigFixed a printf modifier to remove a warning from clang.
2010-09-24 guyPlugins are not shared libraries, so:
2010-09-23 jmayerH. Sivank <hsivank@gmail.com>
2010-05-14 jakeSynchronize Makefiles even more.
2010-05-14 morrissAdd Cmake stuff to the source distribution so more...
2010-04-05 etxrabGet rid of a bunch of check_col().
2010-03-18 jmayercmake changes:
2010-02-25 guyGenerate asn1/hnbap/Makefile.
2010-01-28 wmeierFix some gcc -Wshadow warnings.
2009-11-17 jmayerBeginnings of enabling static builds. Still to do:
2009-11-07 jmayercmake will now honor -Werror if configured (default...
2009-10-09 krjUse register_dissector_files in the plugins dissectors
2009-10-06 stigBuild plugins with cmake on OSX.
2009-09-21 jmayerCMake:
2009-09-20 krjUse tvb_get_ephemeral_stringz() instead of tvb_get_stri...
2009-09-16 jmayerBuild a few more plugins
2009-09-13 morrissRun checkapi on the dissector header files
2009-09-09 krjWe no longer support the old plugin API so remove it...
2009-08-21 wmeier(Minor) Remove unneeded #includes.
2009-08-09 krjDon't guard col_clear with col_check
2009-08-09 krjDon't guard col_set_str (COL_PROTOCOL) with col_check
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-03-02 geraldDisable manifest building for our DLLs. This attempts...
2009-02-21 jakeUpdate the documentation to reflect the current state...
2009-02-18 jakeCorrect copyright statements.
2009-02-02 ulfladd missing mt.exe calls, to include manifest files...
2008-08-26 wmeier#include <emem.h> not req'd
2008-07-29 morrissAllow checkapis target to work in out-of-tree builds...
2008-07-02 guyAdd Makefile.common files for epan/dfilter and epan...
2008-07-01 guyPut printf into a separate "termoutput" API group....
2008-06-26 geraldAdd support for "API groups" in checkAPIs.pl. Make...
2008-05-22 morrissMove the file utility functions from wiretap to libwsut...
2008-05-09 etxrabUse PROTO_ITEM_SET_HIDDEN().
2008-05-08 etxrabRun checkAPI in plugins dir.
2008-05-05 etxrabMake it possible to run checkapi on all plugins trough...
2008-03-29 jakeRemove the pre-release flag from FILEFLAGS in the resou...
2008-03-01 jakeCreate proper dependancies for plugin.c
2008-02-27 stigQuote argument to test in plugins Makefiles, as propose...
2008-02-18 geraldIf we have an SVN revision number, use it as the build...
2008-02-05 stigRewrote some prohibited APIs in plugins/ (sprintf,...
2008-01-10 richardvFrom Chris Maynard (bug 1852):
2007-12-08 guyGet rid of unused file. (No other plugin has it.)
2007-08-27 wmeierAdd .c.obj:: inference rule (to cause "batch compile")
2007-05-27 guyUse $(PLUGIN_LDFLAGS) for LDFLAGS.
2007-05-27 guyClean up white space.
2007-05-27 guyGet rid of trailing blank lines.
2007-04-05 geraldAdd the make-dissector-reg scripts to the dependency...
2007-03-23 sfisherFrom Sebastien Tandel:
2007-03-22 sfisherAdd -Werror when using GCC only to the Makefile.am...
2007-03-21 ulflset CFLAGS to block new warnings for all plugins (excep...
2007-02-26 jake-Add the compiler version to the plugin resource
2007-01-03 ulflclean should also remove generated plugin.c and manifes...
2006-12-19 jakeAdd Windows version info resource.
2006-10-31 sahlbergchange the signature for the get_pdu_len() function...
2006-10-29 ulflput every python script name into "" so the call won...
2006-06-02 jmayerremove plugin.c in distlclean
2006-05-31 geraldlibethereal -> libwireshark. idl2eth -> idl2wrs. ...
2006-05-22 sahlbergethereal->wireshark updates
2006-05-21 sahlbergname change
2006-04-22 guyConvert most other plugin dissectors to use the make...
2006-03-20 sahlbergwaste a couple of bytes per tcp conversation and make...
2005-07-23 jmayerMore 'char*' -> 'const char*' changes to fix warnings.
2005-07-10 jmayerAfter doing "make maintainer-clean", "svn status -...
2005-03-07 guyCall the "new-style init" routine for plugins a "regist...
2005-03-05 lrolandPreparations for dropping the old plugin api.
2005-02-14 guyMake the "maintainer-clean" rules get rid of some addit...
2004-11-21 guyUpdate a URL.
2004-10-01 guyFrom Lars Roland: we need to define _NEED_VAR_IMPORT_...
2004-09-29 guyFrom Lars Roland: add an option to link plugins with...
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
2004-08-22 guyEthereal has required guint64 support for a while,...
2004-07-18 jmayer .cvsignore is dead
2004-07-18 jmayerAdd epan/dissectors/.cvsignore
2004-07-18 gramMove dissectors to epan/dissectors directory.
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-04-25 obiotReplace the plugin linkage libs into PLUGIN_LIBS which...
2004-04-14 obiotAdd support for plugin dissectors on cygwin builds...
2004-01-24 jmayerTrivial signed/unsigned warning fixes
2004-01-05 ulflremoved some MSVC warnings (level 3)
2003-11-17 guyFix the copyright notices (Gerald has the copyright...
2003-11-06 guyUse "$(OBJECTS)" whenever a complete list of .obj files...
2003-11-04 guyFrom Masaki Chikama: fix static compilation of "generic...
2003-10-10 guyGive every Makefile.nmake file a "distclean" rule,...
2003-10-06 jmayercheck in the following comment:
2003-10-06 jmayerFix 4 warnings in case of strict-aliasing by declaring...
2003-10-03 guyFrom Steve Limkemann:
2003-09-09 guyUse the right value_string table for the filter mode in
2003-09-05 jmayer- Make --enable-static work again (configure.in, Makefi...
2003-06-14 guyDefine GLIB_LIBS and GTK_LIBS variables in config.nmake...
2003-06-14 guyDefine GLIB_CFLAGS and GTK_CFLAGS variables in config...
2003-06-12 guyLink the plugin with glib, as it now calls "g_free()".
2003-06-12 guyAdd new routines:
2003-04-30 geraldModify tvb_get_nstringz*() to behave more like snprintf...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-07-06 guyFrom Nix:
2002-05-05 guyMake a "tcp_dissect_pdus()" with the standard loop...
2002-05-01 guyGet rid of unused arguments.
2002-05-01 guyMake more use of "val_to_str()" and "decode_boolean_bit...
next