From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8707 :
[metze/wireshark/wip.git] / plugins /
2013-05-29 Michael MannBatch (some of) the plugins to filterable expert infos...
2013-04-22 Michael MannAdd a "hidden" array of UAT entry data to allow separat...
2013-04-18 Guy HarrisFix FSF address.
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-04-09 Martin KaiserCoverity CID 751101: Logically Dead Code
2013-04-09 Martin Kaiserfix indenting
2013-03-29 Evan HuusRename value string (and similar) functions to use...
2013-03-22 Guy HarrisDon't wire into the reassembly code the notion that...
2013-03-21 Bill MeierFrom beroset:
2013-03-21 Bill MeierFrom beroset:
2013-03-20 Anders Broman[-Wmissing-prototypes]
2013-03-20 Bill Meier From beroset:
2013-03-19 Anders BromanFrom Michal Labedzki:
2013-03-18 Anders BromanFrom beroset:
2013-03-18 Anders BromanFrom beroset:
2013-03-15 Balint ReczeyBuild easy codec plugin as a DLL
2013-03-12 Jaap KeuterFrom David Arnold:
2013-03-09 Evan HuusFrom Thomas Wiens via https://bugs.wireshark.org/bugzil...
2013-03-03 Pascal QuantinENC_BIG_ENDIAN -> ENC_NA (as found by fix-encoding...
2013-03-03 Pascal QuantinFrom Ed Beroset via https://bugs.wireshark.org/bugzilla...
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-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-26 Bill MeierFix spelling/typos found using a list of commonly missp...
2013-02-26 Bill Meierit's ==> its & its == > it's as needed.
2013-02-19 Guy HarrisHow can I get a new tvbuff that starts at an offset...
2013-02-15 Guy HarrisGet rid of an extra blank line.
2013-02-15 Evan HuusFrom Hannes Mezger via https://bugs.wireshark.org/bugzi...
2013-02-12 Gilbert RamirezFix the grammar.h/grammar.c/grammar.lemon dependency...
2013-02-10 Bill MeierComment out numerous unused hf_.... instances found...
2013-02-10 Guy HarrisAdd %option noinput to some Flex files, as we aren...
2013-02-10 Bill MeierFix a (benign) ERROR: NO ARRAY: opcua/opcua.c, hf_opcua...
2013-02-10 Guy HarrisAdd %option noinput to a bunch of Flex files, as we...
2013-02-10 Bill MeierComment out various unused hf_... instances found by...
2013-02-10 Bill MeierFix ERROR: NO ARRAY: packet-tlv.c, hf_docsis_rcv_mod_en...
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 Harris"make maintainer-clean" should nuke all generated files.
2013-02-09 Guy HarrisGet rid of trailing tabs, make comments more similar.
2013-02-09 Guy HarrisDefine GENERATED_HEADER_FILES in plugins/Makefile.commo...
2013-02-09 Guy Harrisplugins/Makefile.common.inc defines NODIST_SRC_FILES...
2013-02-09 Guy HarrisDefine FLEX_GENERATED_SRC_FILES and LEMON_GENERATED_SRC...
2013-02-09 Guy Harrisplugins/Makefile.common.inc should already be defining
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 Anders BromanTry to fix the makefiles to be able to build mate after...
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 HarrisThe stats_tree plugin doesn't, at present, have anythin...
2013-02-09 Guy HarrisMake the other plugin makefiles use the new style intro...
2013-02-08 Guy HarrisStick NONGENERATED_ in the front of the macros listing...
2013-02-08 Guy HarrisWe don't care what source files are "dissector" source...
2013-02-06 Guy Harris-Werror needs to be applied only to clean files, not...
2013-02-06 Guy HarrisAdd -Werror if enabled.
2013-02-06 Guy HarrisOnly remove Flex-generated files with "nmake distclean...
2013-02-06 Guy HarrisDon't bother setting XXX_FILES to empty strings.
2013-02-06 Guy Harrisstrtod() is locale-dependent; use g_ascii_strtod()...
2013-02-06 Guy HarrisDon't run Lemon-generated header files through checkAPI...
2013-02-06 Guy HarrisGet rid of extra blank line at the end.
2013-02-06 Guy HarrisLemon-generated files get API warnings as well.
2013-02-06 Guy HarrisDo a bit more splitting and combining of file names...
2013-02-05 Guy Harrismate_parser.obj depends on mate_grammar.h, as it's...
2013-02-05 Guy HarrisPut NODIST_ at the beginning of macros containing NODIS...
2013-02-05 Guy HarrisDon't forget the .c files that we *don't* distribute.
2013-02-05 Guy Harrismate_parser.c includes mate_grammar.h, so make mate_par...
2013-02-05 Guy HarrisDon't distribute the results of running Lemon, as we...
2013-02-04 Gerald CombsMore silent build support.
2013-02-04 Gerald CombsPrettify more build output.
2013-02-01 Gerald CombsEnable more build silence.
2013-02-01 Gerald CombsGo far enough down a rabbit hole and you will encounter...
2013-02-01 Gerald CombsChange some "<x>.c : <y>.h" rules to "<x>.o : <y>.h...
2013-01-30 Gerald CombsFix more dependencies.
2013-01-26 Jaap KeuterFix for CID 280529 and 280530.
2013-01-13 Michael Mannguint16 needed to prevent rollover. Bug 8199 (https...
2013-01-04 Michael Mannreplace "unsigned" datatype with "guint". Some mpeg...
2012-12-26 Guy HarrisAnother 64-bit-to-32-bit warning on 32-bit platforms.
2012-12-26 Guy HarrisSquelch some more discarding-qualifiers warnings.
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-12-13 Bill MeierGeneral cleanup:
2012-12-13 Bill MeierRemove some commented out code as per Wido Kelling:
2012-12-12 Bill MeierGeneral cleanup:
2012-12-12 Bill MeierFrom Wido Kelling: [Profinet] Updated disecction regard...
2012-12-10 Bill MeierGeneral cleanup:
2012-12-07 Anders BromanBump revission.
2012-12-07 Anders BromanFrom hannes:
2012-12-07 Anders BromanFrom hannes:
2012-12-05 Bill MeierFix numerous instances of a variable/parameter name...
2012-11-29 Jeff MorrissAdd a checkapi target.
2012-11-29 Bill MeierFix several [-Wshadow] warnings.
2012-11-28 Bill MeierFix [-Wshadow] warning;
2012-11-28 Alexis La GoutteFix :
2012-11-22 Anders BromanRevert anonsvn.wireshark.org/viewvc/viewvc.cgi?view...
2012-11-22 Anders BromanFrom Wido Kelling:
2012-10-31 Michael MannAdd CRC verification to Modbus RTU dissector. CRC...
2012-10-26 Evan HuusCreate SET_ADDRESS_HF that takes an additional hf_...
2012-10-26 Evan HuusRevert revision 44921.
2012-10-10 Guy HarrisBased on patch from Bill Parker, check for ws_fopen...
next