Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
[metze/wireshark/wip.git] / plugins / gryphon /
2013-09-22 Pascal QuantinMore emem -> wmem conversion:
2013-07-06 Evan HuusAdd our license header to plugin moduleinfo.h files...
2013-07-01 Bill MeierDefine certain 'const char *...' arrays as static.
2013-03-29 Evan HuusRename value string (and similar) functions to use...
2013-03-12 Jaap KeuterFrom David Arnold:
2013-03-01 Balint ReczeyExport libwireshark symbols using WS_DLL_PUBLIC define
2013-02-09 Guy HarrisMake the other plugin makefiles use the new style intro...
2012-12-26 Guy HarrisAnother 64-bit-to-32-bit warning on 32-bit platforms.
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-12-05 Bill MeierFix numerous instances of a variable/parameter name...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-07-30 Chris MaynardFix Coverity CID's 712344-712345: Unused pointer value.
2012-07-27 Jörg MayerFix two "set but unused variable" warnings turning...
2012-07-27 Anders BromanRemove unused variable, use the created subtree. Found...
2012-07-26 Jeff MorrissYou can't (well, shouldn't) reference and modify a...
2012-07-26 Michael MannConverted many proto_tree_add_text -> proto_tree_add_it...
2012-06-28 Jakub ZawadzkiUpdate FSF address - part II.
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-01 Bill MeierSet Makefile.common as a plugin.c dependency so plugin...
2012-06-01 Bill MeierWindows: Set Makefile.common as a plugin.c dependency...
2012-04-30 Guy HarrisThe message length isn't needed in cmd_sched_rep()...
2012-04-30 Gerald CombsFix a couple of clang warnings and adjust capitalization.
2012-04-04 Jeff MorrissAdd a "-build" argument to checkAPIs.pl. Use that...
2012-01-29 Anders BromanAdd *.sbr files to the clean target.
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-07-21 Bill MeierFix gcc 4.6 "set but not used [-Wunused-but-set-variabl...
2011-04-12 Bill MeierRework whitespace.
2011-04-12 Bill MeierDon't assign to a proto_item * if the value won't be...
2011-04-12 Bill Meierlocaltime() can return a NULL ptr.
2011-02-02 Bill MeierA bit of Windows makefiles rework and cleanup:
2011-01-21 Jeff MorrissThere's no need to pass the result of tvb_get_ptr(...
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-11-05 Stig BjørlykkeSimply use %c for printing char.
2010-11-05 Stig BjørlykkeFixed a printf modifier to remove a warning from clang.
2010-09-24 Guy HarrisPlugins are not shared libraries, so:
2010-09-23 Jörg MayerH. Sivank <hsivank@gmail.com>
2010-05-14 Jaap KeuterSynchronize Makefiles even more.
2010-05-14 Jeff MorrissAdd Cmake stuff to the source distribution so more...
2010-04-05 Anders BromanGet rid of a bunch of check_col().
2010-03-18 Jörg Mayercmake changes:
2010-02-24 Jörg Mayer- Remove the lib prefix for plugin names.
2010-01-28 Bill MeierFix some gcc -Wshadow warnings.
2009-11-17 Jörg MayerBeginnings of enabling static builds. Still to do:
2009-11-07 Jörg Mayercmake will now honor -Werror if configured (default...
2009-10-09 Kovarththanan Raja... Use register_dissector_files in the plugins dissectors
2009-10-06 Stig BjørlykkeBuild plugins with cmake on OSX.
2009-09-21 Jörg MayerCMake:
2009-09-20 Kovarththanan Raja... Use tvb_get_ephemeral_stringz() instead of tvb_get_stri...
2009-09-16 Jörg MayerBuild a few more plugins
2009-09-13 Jeff MorrissRun checkapi on the dissector header files
2009-09-09 Kovarththanan Raja... We no longer support the old plugin API so remove it...
2009-08-21 Bill Meier(Minor) Remove unneeded #includes.
2009-08-09 Kovarththanan Raja... Don't guard col_clear with col_check
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_PROTOCOL) with col_check
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-03-02 Gerald CombsDisable manifest building for our DLLs. This attempts...
2009-02-21 Jaap KeuterUpdate the documentation to reflect the current state...
2009-02-18 Jaap KeuterCorrect copyright statements.
2009-02-02 Ulf Lampingadd missing mt.exe calls, to include manifest files...
2008-08-26 Bill Meier#include <emem.h> not req'd
2008-07-29 Jeff MorrissAllow checkapis target to work in out-of-tree builds...
2008-07-02 Guy HarrisAdd Makefile.common files for epan/dfilter and epan...
2008-07-01 Guy HarrisPut printf into a separate "termoutput" API group....
2008-06-26 Gerald CombsAdd support for "API groups" in checkAPIs.pl. Make...
2008-05-22 Jeff MorrissMove the file utility functions from wiretap to libwsut...
2008-05-09 Anders BromanUse PROTO_ITEM_SET_HIDDEN().
2008-05-08 Anders BromanRun checkAPI in plugins dir.
2008-05-05 Anders BromanMake it possible to run checkapi on all plugins trough...
2008-03-29 Jaap KeuterRemove the pre-release flag from FILEFLAGS in the resou...
2008-03-01 Jaap KeuterCreate proper dependancies for plugin.c
2008-02-27 Stig BjørlykkeQuote argument to test in plugins Makefiles, as propose...
2008-02-18 Gerald CombsIf we have an SVN revision number, use it as the build...
2008-02-05 Stig BjørlykkeRewrote some prohibited APIs in plugins/ (sprintf,...
2008-01-10 Richard van der... From Chris Maynard (bug 1852):
2007-12-08 Guy HarrisGet rid of unused file. (No other plugin has it.)
2007-08-27 Bill MeierAdd .c.obj:: inference rule (to cause "batch compile")
2007-05-27 Guy HarrisUse $(PLUGIN_LDFLAGS) for LDFLAGS.
2007-05-27 Guy HarrisClean up white space.
2007-05-27 Guy HarrisGet rid of trailing blank lines.
2007-04-05 Gerald CombsAdd the make-dissector-reg scripts to the dependency...
2007-03-23 Stephen FisherFrom Sebastien Tandel:
2007-03-22 Stephen FisherAdd -Werror when using GCC only to the Makefile.am...
2007-03-21 Ulf Lampingset CFLAGS to block new warnings for all plugins (excep...
2007-02-26 Jaap Keuter-Add the compiler version to the plugin resource
2007-01-03 Ulf Lampingclean should also remove generated plugin.c and manifes...
2006-12-19 Jaap KeuterAdd Windows version info resource.
2006-10-31 Ronnie Sahlbergchange the signature for the get_pdu_len() function...
2006-10-29 Ulf Lampingput every python script name into "" so the call won...
2006-06-02 Jörg Mayerremove plugin.c in distlclean
2006-05-31 Gerald Combslibethereal -> libwireshark. idl2eth -> idl2wrs. ...
2006-05-22 Ronnie Sahlbergethereal->wireshark updates
2006-05-21 Ronnie Sahlbergname change
2006-04-22 Guy HarrisConvert most other plugin dissectors to use the make...
2006-03-20 Ronnie Sahlbergwaste a couple of bytes per tcp conversation and make...
2005-07-23 Jörg MayerMore 'char*' -> 'const char*' changes to fix warnings.
2005-07-10 Jörg MayerAfter doing "make maintainer-clean", "svn status -...
2005-03-07 Guy HarrisCall the "new-style init" routine for plugins a "regist...
2005-03-05 Lars RolandPreparations for dropping the old plugin api.
2005-02-14 Guy HarrisMake the "maintainer-clean" rules get rid of some addit...
2004-11-21 Guy HarrisUpdate a URL.
next