Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
[metze/wireshark/wip.git] / plugins / asn1 /
2013-07-15 Jeff MorrissMove report_err.{h,c} from epan into wsutil: there...
2013-07-06 Evan HuusAdd our license header to plugin moduleinfo.h files...
2013-07-01 Chris MaynardFix Coverity CID 280618 (Dereference before null check).
2013-04-17 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2013-04-16 Evan HuusFix another dozen or so files with bad FSF addresses...
2013-04-10 Martin KaiserCoverity CID 280337 Unchecked return value
2013-03-20 Bill Meier From beroset:
2013-03-12 Jaap KeuterFrom David Arnold:
2013-03-01 Balint ReczeyExport libwireshark symbols using WS_DLL_PUBLIC define
2013-03-01 Pascal QuantinFrom Ed Beroset via https://bugs.wireshark.org/bugzilla...
2013-02-27 Guy HarrisMove show_exception() and show_reported_bounds_error...
2013-02-09 Guy HarrisWe *did* fix the APIs used.
2013-02-09 Guy HarrisPull the definition of NODIST_HEADER_FILES up into
2013-02-09 Guy HarrisThe type of the second argument to g_snprintf() is...
2013-02-09 Anders BromanAdd casts to make it build on win64.
2013-02-09 Evan HuusGet rid of a '- i' that appears to have been accidental...
2013-02-09 Guy HarrisGet rid of g_sprintf() and strncpy() usage - this is...
2013-02-09 Guy HarrisMake the other plugin makefiles use the new style intro...
2012-10-10 Guy HarrisBased on patch from Bill Parker, check for ws_fopen...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 Jakub ZawadzkiUpdate FSF address - part II.
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-13 Jeff MorrissCreate, and start using, file name preferences.
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-05-11 Guy HarrisGet rid of remaining Booleans-as-encoding-arguments in
2012-04-04 Jeff MorrissAdd a "-build" argument to checkAPIs.pl. Use that...
2012-03-27 Stig BjørlykkeAdded a check for a valid pointer to avoid a warning...
2012-03-18 Bill MeierFrom Reinhard Speyerer: Fix several misspellings/typos...
2012-01-29 Anders BromanAdd *.sbr files to the clean target.
2011-12-14 Bill Meiertvb_free() can (now) be called from plugins on Windows
2011-11-12 Bill MeierFix some additional [-Wunused-but-set-variable]
2011-11-12 Anders Bromanfix [-Wunused-but-set-variable]
2011-06-28 Stig BjørlykkeReplace all strerror() with g_strerror().
2011-04-22 Guy HarrisAssume the tags are mallocated, so they're properly...
2011-02-18 Gerald CombsTry to fix some Clan scan-build warnings.
2011-02-02 Bill MeierA bit of Windows makefiles rework and cleanup:
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-11-28 Anders BromanFrom Robert Groenenberg:
2010-09-24 Guy HarrisPlugins are not shared libraries, so:
2010-09-23 Jörg MayerH. Sivank <hsivank@gmail.com>
2010-08-21 Jeff Morrissprefs_register_string_preference() overwrites the given...
2010-05-20 Stig BjørlykkeFixed warning "Field width should have type 'int'".
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 gcc -Wshadow warning.
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-19 Stig BjørlykkeAdded cast to (void *) for pointers used in printf...
2009-10-09 Kovarththanan Raja... Use register_dissector_files in asn1 plugin
2009-10-06 Stig BjørlykkeBuild plugins with cmake on OSX.
2009-09-25 Jörg MayerFix build of make and asn1 plugins.
2009-09-21 Jörg MayerCMake:
2009-09-15 Bill MeierSave some memory: Don't statically allocate ett[] array...
2009-09-15 Jörg MayerBuild the asn1 plugin. The only problem(?) is, that...
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-03 Gerald CombsAdd some null checks.
2009-05-01 Jaap KeuterFrom Reinhard Speyerer:
2009-04-16 Gerald CombsFix Win64 compilation problems in the plugins directory.
2009-03-02 Gerald CombsDisable manifest building for our DLLs. This attempts...
2009-02-22 Jaap KeuterFrom Robert Groenenberg:
2009-02-02 Ulf Lampingadd missing mt.exe calls, to include manifest files...
2008-12-22 Bill MeierFix some typos and spelling (mostly in text strings)
2008-12-19 Gerald CombsBack out r27047 and r27053.
2008-12-18 Gerald CombsUpdate calls to proto_tree_add_bytes_format to reflect...
2008-10-31 Stig BjørlykkeFix some "format not a string literal and no format...
2008-10-28 Bill Meier#include <emem.h>
2008-10-28 Bill MeierMinor cleanup for proto_register & proto_reg_handoff ...
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-14 Tomas Kukosafix missing brackets causing uninitialized hidden_item
2008-05-14 Tomas KukosaFrom Anders Broman:
2008-05-09 Anders BromanUse PROTO_ITEM_SET_HIDDEN().
2008-05-05 Anders BromanMake it possible to run checkapi on all plugins trough...
2008-04-14 Jörg MayerGet rid of some unused functions to prevent -Werror...
2008-04-07 Stephen FisherRemove GTK1 code.
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,...
2007-08-27 Bill MeierAdd .c.obj:: inference rule (to cause "batch compile")
2007-08-25 Luis Ontanonget users of oid_resolv to use the new oids, rollout...
2007-05-27 Guy HarrisClean up white space.
2007-05-27 Guy HarrisGet rid of trailing blank lines.
2007-05-06 Anders BromanStart introducing actx to ber functions.
2007-04-05 Gerald CombsAdd the make-dissector-reg scripts to the dependency...
2007-03-28 Stephen FisherRemove almost all of the casts I committed recently...
2007-03-23 Stephen FisherFrom Sebastien Tandel:
2007-03-23 Stephen FisherFix about 150 warnings new to gcc 4.0 in the error...
2007-03-23 Stephen FisherFrom Sebastien Tandel:
next