Witness: enum witness_notifyResponse_type
[metze/wireshark/wip.git] / plugins / asn1 /
2013-12-23 eapacheAvoid using ephemeral memory in register routines.
2013-12-12 cmaynardReject the packet if info is NULL under conditions...
2013-11-22 mmannCreate multiple dissection functions if packet_info...
2013-11-18 etxrabFix [-Wmissing-prototypes]
2013-11-17 guyMove get_tempfile_path() from filesystem.[ch] to tempfi...
2013-11-17 guyMove the epan/filesystem.c routines to wsutil; they...
2013-11-10 darkjamesAdd missing includes in order to remove exceptions...
2013-11-02 mmannPass struct tcpinfo into all TCP subdissectors instead...
2013-10-13 grahambAdd CMake properties to targets so that they are logica...
2013-07-15 morrissMove report_err.{h,c} from epan into wsutil: there...
2013-07-06 eapacheAdd our license header to plugin moduleinfo.h files...
2013-07-01 cmaynardFix Coverity CID 280618 (Dereference before null check).
2013-04-17 alagoutteFix some Dead Store (Dead assignement/Dead increment...
2013-04-16 eapacheFix another dozen or so files with bad FSF addresses...
2013-04-10 martinkCoverity CID 280337 Unchecked return value
2013-03-20 wmeier From beroset:
2013-03-12 jakeFrom David Arnold:
2013-03-01 rbalintExport libwireshark symbols using WS_DLL_PUBLIC define
2013-03-01 pascalFrom Ed Beroset via https://bugs.wireshark.org/bugzilla...
2013-02-27 guyMove show_exception() and show_reported_bounds_error...
2013-02-09 guyWe *did* fix the APIs used.
2013-02-09 guyPull the definition of NODIST_HEADER_FILES up into
2013-02-09 guyThe type of the second argument to g_snprintf() is...
2013-02-09 etxrabAdd casts to make it build on win64.
2013-02-09 eapacheGet rid of a '- i' that appears to have been accidental...
2013-02-09 guyGet rid of g_sprintf() and strncpy() usage - this is...
2013-02-09 guyMake the other plugin makefiles use the new style intro...
2012-10-10 guyBased on patch from Bill Parker, check for ws_fopen...
2012-09-20 morrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 darkjamesUpdate FSF address - part II.
2012-06-28 darkjamesUpdate Free Software Foundation address.
2012-06-13 morrissCreate, and start using, file name preferences.
2012-06-01 wmeierSet Makefile.common as a plugin.c dependency so plugin...
2012-06-01 wmeierWindows: Set Makefile.common as a plugin.c dependency...
2012-05-11 guyGet rid of remaining Booleans-as-encoding-arguments in
2012-04-04 morrissAdd a "-build" argument to checkAPIs.pl. Use that...
2012-03-27 stigAdded a check for a valid pointer to avoid a warning...
2012-03-18 wmeierFrom Reinhard Speyerer: Fix several misspellings/typos...
2012-01-29 etxrabAdd *.sbr files to the clean target.
2011-12-14 wmeiertvb_free() can (now) be called from plugins on Windows
2011-11-12 wmeierFix some additional [-Wunused-but-set-variable]
2011-11-12 etxrabfix [-Wunused-but-set-variable]
2011-06-28 stigReplace all strerror() with g_strerror().
2011-04-22 guyAssume the tags are mallocated, so they're properly...
2011-02-18 geraldTry to fix some Clan scan-build warnings.
2011-02-02 wmeierA bit of Windows makefiles rework and cleanup:
2010-12-20 guyRename the routines that handle dissector tables with...
2010-11-28 etxrabFrom Robert Groenenberg:
2010-09-24 guyPlugins are not shared libraries, so:
2010-09-23 jmayerH. Sivank <hsivank@gmail.com>
2010-08-21 morrissprefs_register_string_preference() overwrites the given...
2010-05-20 stigFixed warning "Field width should have type 'int'".
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 gcc -Wshadow warning.
2009-11-17 jmayerBeginnings of enabling static builds. Still to do:
2009-11-07 jmayercmake will now honor -Werror if configured (default...
2009-10-19 stigAdded cast to (void *) for pointers used in printf...
2009-10-09 krjUse register_dissector_files in asn1 plugin
2009-10-06 stigBuild plugins with cmake on OSX.
2009-09-25 jmayerFix build of make and asn1 plugins.
2009-09-21 jmayerCMake:
2009-09-15 wmeierSave some memory: Don't statically allocate ett[] array...
2009-09-15 jmayerBuild the asn1 plugin. The only problem(?) is, that...
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-03 geraldAdd some null checks.
2009-05-01 jakeFrom Reinhard Speyerer:
2009-04-16 geraldFix Win64 compilation problems in the plugins directory.
2009-03-02 geraldDisable manifest building for our DLLs. This attempts...
2009-02-22 jakeFrom Robert Groenenberg:
2009-02-02 ulfladd missing mt.exe calls, to include manifest files...
2008-12-22 wmeierFix some typos and spelling (mostly in text strings)
2008-12-19 geraldBack out r27047 and r27053.
2008-12-18 geraldUpdate calls to proto_tree_add_bytes_format to reflect...
2008-10-31 stigFix some "format not a string literal and no format...
2008-10-28 wmeier#include <emem.h>
2008-10-28 wmeierMinor cleanup for proto_register & proto_reg_handoff ...
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-14 kukosafix missing brackets causing uninitialized hidden_item
2008-05-14 kukosaFrom Anders Broman:
2008-05-09 etxrabUse PROTO_ITEM_SET_HIDDEN().
2008-05-05 etxrabMake it possible to run checkapi on all plugins trough...
2008-04-14 jmayerGet rid of some unused functions to prevent -Werror...
2008-04-07 sfisherRemove GTK1 code.
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,...
2007-08-27 wmeierAdd .c.obj:: inference rule (to cause "batch compile")
next