Witness: enum witness_notifyResponse_type
[metze/wireshark/wip.git] / plugins / irda /
2014-01-01 etxrabFix [-Wmissing-prototypes]
2013-12-27 etxrabFix [-Wmissing-prototypes]
2013-11-29 darkjamesAvoid including <wiretap/wtap.h> in dissectors.
2013-10-29 wmeierFrom didier gautheron: remove redundant or use faster...
2013-10-13 grahambAdd CMake properties to targets so that they are logica...
2013-09-22 pascalemem -> wmem conversion:
2013-09-17 pascalemem -> wmem
2013-07-06 eapacheAdd our license header to plugin moduleinfo.h files...
2013-04-16 eapacheFix another dozen or so files with bad FSF addresses...
2013-03-20 wmeier From beroset:
2013-03-12 jakeFrom David Arnold:
2013-03-01 rbalintExport libwireshark symbols using WS_DLL_PUBLIC define
2013-02-10 wmeierComment out numerous unused hf_.... instances found...
2013-02-09 guyMake the other plugin makefiles use the new style intro...
2013-01-04 mmannreplace "unsigned" datatype with "guint". Some mpeg...
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-01 wmeierSet Makefile.common as a plugin.c dependency so plugin...
2012-06-01 wmeierWindows: Set Makefile.common as a plugin.c dependency...
2012-04-27 morrissAs suggested in wireshark.org/lists/wireshark-dev/20120...
2012-04-04 morrissAdd a "-build" argument to checkAPIs.pl. Use that...
2012-01-29 etxrabAdd *.sbr files to the clean target.
2011-10-21 wmeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-18 wmeierDo some more conversions of proto_tree_add_item() ...
2011-10-15 wmeierConvert plugin files proto_tree_add_item() 'encoding...
2011-10-10 wmeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-10-06 wmeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-10-05 wmeierUse ENC_NA as encoding for proto_tree_add_item() calls...
2011-08-31 stigSecond try to move crc routines to libwsutil.
2011-08-30 stigRevert r38800, as the crc routines contains some tvb...
2011-08-30 stigMove all crc routines to libwsutil.
2011-03-29 etxrabAdd a missing break.
2011-02-02 wmeierA bit of Windows makefiles rework and cleanup:
2010-12-20 guyRename the routines that handle dissector tables with...
2010-11-25 jakeFix for bug 5435:
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.
2010-01-13 etxrabFrom Didier Gautheron:
2009-11-17 dimegRemove the address operator from value_string arrays...
2009-11-17 jmayerBeginnings of enabling static builds. Still to do:
2009-11-07 jmayercmake will now honor -Werror if configured (default...
2009-10-12 wmeierReplace GMemChunk usage with se_alloc();
2009-10-09 krjUse register_dissector_files in the plugins dissectors
2009-10-06 stigBuild plugins with cmake on OSX.
2009-09-23 krjUse col_set_str instead of col_add_fstr/col_add_str...
2009-09-21 jmayerCMake:
2009-09-16 jmayerBuild a few more plugins
2009-09-15 wmeierSave some memory: Don't statically allocate ett[] array...
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-16 krjSwitch a bunch of dissectors over to using tvb_new_subs...
2009-08-09 krjDon't guard col_clear with col_check
2009-08-09 krjDon't guard col_set_str (COL_INFO) 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-05-13 etxrabApply some of the patches from:
2009-04-16 geraldFix Win64 compilation problems in the plugins directory.
2009-03-02 geraldDisable manifest building for our DLLs. This attempts...
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-10-31 stigFix some "format not a string literal and no format...
2008-10-25 wmeierproto_register/proto_reg_handoff; Various small cleanup...
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 kukosaFrom Anders Broman:
2008-05-13 etxrabFix some of the Errors/warnings detected by checkapi.
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,...
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-28 sfisherRemove almost all of the casts I committed recently...
2007-03-23 sfisherFix about 150 warnings new to gcc 4.0 in the error...
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-02-09 jakeSource code cleanup.
2007-01-04 jakeSerious source code cleanup.
2007-01-04 guyCall the handoff registration routine proto_reg_handoff...
2007-01-03 ulflclean should also remove generated plugin.c and manifes...
2006-12-19 jakeAdd Windows version info resource.
next