Make the parlay dissector a buil tin dissector.
[metze/wireshark/wip.git] / plugins / ethercat /
2012-05-11 Guy HarrisGet rid of remaining Booleans-as-encoding-arguments in
2012-05-11 Guy HarrisGet rid of remaining Booleans-as-encoding-arguments in
2012-04-27 Anders BromanFix Malformed packet AMS for Read Device Info Read...
2012-04-04 Jeff MorrissAdd a "-build" argument to checkAPIs.pl. Use that...
2012-01-29 Anders BromanAdd *.sbr files to the clean target.
2012-01-13 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2012-01-13 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-20 Bill MeierUse ENC_NA as proto_tree_add_item() encoding arg for...
2011-10-18 Bill MeierDo some more conversions of proto_tree_add_item() ...
2011-10-15 Bill MeierConvert plugin files proto_tree_add_item() 'encoding...
2011-10-10 Bill MeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-10-06 Bill MeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-10-05 Bill MeierUse ENC_NA as encoding for proto_tree_add_item() calls...
2011-04-22 Jeff MorrissUse the return value of proto_item_add_subtree(): put...
2011-03-29 Anders BromanAdd a missing break.
2011-03-24 Bill MeierDon't assign to a proto_item* if the value won't be...
2011-03-24 Bill MeierDon't assign to a proto_item* if the value won't be...
2011-03-23 Ronnie Sahlbergdont assign to a proto_item* unless we are going to...
2011-02-17 Stephen FisherRemove some of the many dead assignments found by clang
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-10-17 Stig BjørlykkeRemoved unused hf_ecat_mailbox.
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-29 Bill MeierFrom Richard Kümmel: Added the bitmasks for port 10...
2010-03-18 Jörg Mayercmake changes:
2010-02-24 Jörg Mayer- Remove the lib prefix for plugin names.
2010-01-02 Bill MeierDo some cleanup:
2009-11-17 Gerasimos DimitriadisRemove the address operator from value_string arrays...
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-09 Anders BromanFrom Didier Gautheron:
2009-10-06 Stig BjørlykkeBuild plugins with cmake on OSX.
2009-09-24 Kovarththanan Raja... * Prefer col_append_str instead of col_append_fstr...
2009-09-21 Jörg MayerCMake:
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-16 Kovarththanan Raja... Switch a bunch of dissectors over to using tvb_new_subs...
2009-08-15 Kovarththanan Raja... Use HFILL instead of hard coding the values
2009-08-14 Kovarththanan Raja... From Artem Tamazov via. 3899:
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_INFO/COL_PROTOCOL) with...
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-07-15 Anders BromanAdd /MP flag to make use of multi cores.
2009-07-07 Bill MeierFix the esl protocol enable/disable handling issue...
2009-07-07 Bill MeierVarious fixes:
2009-07-07 Stig BjørlykkeFrom Richard Kummel:
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
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-09 Stig BjørlykkeFrom Peter Johansson:
2009-02-02 Ulf Lampingadd missing mt.exe calls, to include manifest files...
2008-10-31 Stig BjørlykkeFix some "format not a string literal and no format...
2008-10-25 Bill Meierproto_register/proto_reg_handoff; Various small cleanup...
2008-08-29 Bill Meier#include <prefs.h> not required
2008-07-29 Jeff MorrissAllow checkapis target to work in out-of-tree builds...
2008-07-14 Sake BlokOops... missed one ;
2008-07-14 Sake BlokFrom Richard Kuemmel (bug 2668):
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 Stig BjørlykkeInitialize aitem.
2008-05-14 Tomas KukosaFrom Anders Broman:
2008-05-09 Anders BromanUse PROTO_ITEM_SET_HIDDEN().
2008-05-08 Anders BromanRun checkAPI in plugins dir.
2008-05-05 Anders BromanDon't use proto_tree_add_item_hidden().
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-05 Stephen FisherFix the declaration of a true_false_string
2008-03-05 Anders BromanFrom Peter Johansson :
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-25 Jeff MorrissFrom Richard Kuemmel via bugs.wireshark.org/bugzilla...
2008-02-18 Gerald CombsIf we have an SVN revision number, use it as the build...
2008-02-07 Bill MeierFix a (never used) 'anonymous struct'
2008-02-06 Stig BjørlykkeEliminate an anonymous struct, as noticed by Andrew...
2008-02-05 Stig BjørlykkeRewrote some prohibited APIs in plugins/ (sprintf,...
2008-01-10 Jeff MorrissFix bugs.wireshark.org/bugzilla/show_bug.cgi?id=2186...
2008-01-07 Stig BjørlykkeAs noted by David Halik in bug 2172:
2007-10-16 Jeff Morrisssizeof() returns a 64-bit number when compiling for...
2007-10-16 Jörg MayerFix a warning about different variable sizes that preve...
2007-10-15 Stig BjørlykkeFixed compiler errors.
2007-10-15 Anders BromanTry to fix the buildbot.
2007-10-15 Anders BromanFrom Peter Johansson:
2007-10-14 Jaap KeuterSomeone has a compromised filesystem since it contained...
2007-10-14 Anders BromanEthercat plugin