On request from Albert Chin:
[metze/wireshark/wip.git] / plugins /
2010-08-21 Jeff Morrissprefs_register_string_preference() overwrites the given...
2010-08-12 Bill Meier(Trivial) Use consistent indentation; Whitespace cleanup.
2010-08-12 Bill MeierAdd new expansion.h file left out of the previous commit.
2010-08-12 Bill MeierFrom Don Newton: Added dissection of Expansion Module...
2010-07-27 Jaap KeuterFrom Don Newton:
2010-07-09 Guy HarrisThe only reason to escape "%" in a string is if you...
2010-06-30 Gerald CombsAdd Visual C++ project files to the distribution.
2010-06-05 Gerald CombsBack out r33088 for now.
2010-06-04 Gerald CombsAdd a checkapis target.
2010-06-04 Gerald CombsFrom Matt Poduska via bug 1957 (with minor changes):
2010-05-24 Guy HarrisRefer to the endianness arguments as "encoding" rather...
2010-05-20 Stig BjørlykkeFixed warning "Field width should have type 'int'".
2010-05-14 Jaap KeuterSynchronize Makefiles even more.
2010-05-14 Jeff MorrissAdd Cmake stuff to the source distribution so more...
2010-05-13 Guy HarrisCreate a new REP_NA value for fields where there are...
2010-04-27 Jeff MorrissAdd some information about how/why this dissector is...
2010-04-26 Jeff MorrissMake the OpcUa plugin's fields filterable (by giving...
2010-04-19 Bill MeierSimplify Makefile.nmake so that adding a new plugin...
2010-04-14 Jeff MorrissBe sure we initialize the p_id in hf's. This fixes
2010-04-14 Jeff MorrissFix up MATE's hf display values so MATE will actually...
2010-04-08 Anders BromanGet rid of check_col().
2010-04-08 Anders BromanGet rid of check_col().
2010-04-07 Bill MeierRemove some uneeded #includes
2010-04-06 Anders BromanGet rid of check_col
2010-04-06 Jeff MorrissDon't use %s as the format string in val_to_str().
2010-04-06 Jeff MorrissDon't use %s as the format string in val_to_str()....
2010-04-06 Guy HarrisThe third argument to val_to_str() is a format string...
2010-04-05 Anders BromanGet rid of a bunch of check_col().
2010-04-02 Jaap KeuterMake the test compile.
2010-04-01 Anders BromanFrom sangaran:
2010-03-29 Bill MeierFrom Richard Kümmel: Added the bitmasks for port 10...
2010-03-18 Jörg Mayercmake changes:
2010-03-16 Kovarththanan Raja... Some if (tree) cleanup
2010-03-16 Kovarththanan Raja... Avoid some dead assignments
2010-03-16 Kovarththanan Raja... Whitespace cleanup
2010-03-16 Kovarththanan Raja... Indicate width of parent bitfield
2010-03-16 Kovarththanan Raja... Inline truth/false table
2010-03-16 Uwe GirlichThis adds a new dissector plugin: INTERLINK. This proto...
2010-03-16 Guy HarrisFix some compiler warnings, clean up indentation a...
2010-02-24 Jörg Mayer- Remove the lib prefix for plugin names.
2010-02-24 Stig BjørlykkeFrom Hannes Diethelm via bug 4525:
2010-01-28 Bill MeierFix some gcc -Wshadow warnings.
2010-01-28 Bill MeierFix gcc -Wshadow warning;
2010-01-28 Bill MeierFix some gcc -Wshadow warnings.
2010-01-28 Bill MeierFix gcc -Wshadow warning.
2010-01-13 Anders BromanFrom Didier Gautheron:
2010-01-13 Anders BromanFrom Didier Gautheron:
2010-01-02 Bill MeierDo some cleanup:
2009-12-19 Guy HarrisFor fields of type FT_ABSOLUTE_TIME, have the "display...
2009-12-17 Bill MeierFrom Martin Lutz: Patch tvb_memeql return check;
2009-12-08 Jaap KeuterFix header field names containing dots.
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-11-04 Ulf Lampingadd "reserved for profiles" comments
2009-11-03 Anders BromanFrom Benjamin Meyer:
2009-11-03 Anders BromanFrom Matthias FRANK:
2009-11-02 Anders BromanFrom Matthias FRANK:
2009-10-26 Stig BjørlykkeThe stats_tree plugin deserves a version number other...
2009-10-20 Jeff MorrissDon't call PROTO_ITEM_SET_GENERATED(proto_tree_add...
2009-10-19 Stig BjørlykkeRemoved redundant redeclaration of delete_avpl().
2009-10-19 Stig BjørlykkeRenamed tvb_new -> new_tvb to avoid name collision.
2009-10-19 Stig BjørlykkeAdded cast to (void *) for pointers used in printf...
2009-10-12 Stig BjørlykkeInitialize variables which may be used uninitialized.
2009-10-12 Bill MeierReplace GMemChunk usage with se_alloc();
2009-10-09 Kovarththanan Raja... Use register_dissector_files in the plugins dissectors
2009-10-09 Kovarththanan Raja... Use register_dissector_files in asn1 plugin
2009-10-09 Anders BromanFrom Didier Gautheron:
2009-10-07 Stig BjørlykkeDon't include config.h in header files.
2009-10-06 Stig BjørlykkeBuild plugins with cmake on OSX.
2009-10-04 Anders BromanFrom Benjamin Meyer:
2009-10-04 Anders BromanFrom Benjamin Meyer:
2009-10-04 Kovarththanan Raja... Remove check_col()
2009-10-04 Kovarththanan Raja... Use G_N_ELEMENTS instead of hard coding size of array
2009-10-04 Kovarththanan Raja... Constify wimax_mac_calc_crc8()
2009-10-04 Kovarththanan Raja... Constify wimax_mac_calc_crc16()
2009-10-04 Kovarththanan Raja... Constify wimax_mac_calc_crc32()
2009-10-04 Kovarththanan Raja... Remove forward references
2009-10-04 Kovarththanan Raja... Move prototype to wimax_utils.h
2009-10-04 Kovarththanan Raja... Include wimax_utils.h
2009-09-25 Guy HarrisUntil we either supply "yapp" or put "yapp" into the...
2009-09-25 Jörg MayerTry to add tpg, but it seems it doesn't build with...
2009-09-25 Jörg MayerForgot to commit the unistim cmakefile
2009-09-25 Jörg MayerFix build of make and asn1 plugins.
2009-09-24 Kovarththanan Raja... * Prefer col_append_str instead of col_append_fstr...
2009-09-24 Kovarththanan Raja... Don't guard col_append_str with check_col
2009-09-24 Kovarththanan Raja... Remove check_col() guard
2009-09-24 Anders BromanUpdate *.vcproj to visual studio 8
2009-09-23 Kovarththanan Raja... Use col_set_str instead of col_add_fstr/col_add_str...
2009-09-23 Kovarththanan Raja... Use col_set_str instead of col_add_fstri/col_add_str...
2009-09-23 Kovarththanan Raja... Don't col_clear() followed by col_set_str(). A col_set_...
2009-09-23 Jörg MayerBuild more plugins with cmake.
2009-09-22 Kovarththanan Raja... Use col_set_str instead of col_add_fstr when adding...
2009-09-21 Jörg MayerCMake:
2009-09-20 Kovarththanan Raja... Use tvb_get_ephemeral_stringz() instead of tvb_get_stri...
2009-09-16 Jörg MayerBuild a few more plugins
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...
next