Allow floating point values for stats_tree
[gd/wireshark/.git] / epan / dissectors / packet-collectd.c
2018-12-28 Michael MannAllow floating point values for stats_tree
2018-06-28 Guy HarrisAdd macros to initialize nstime_t values and use them.
2018-02-17 Guy HarrisNo need to cast away constness.
2018-02-12 Dario Lombardodissectors: use SPDX identifiers.
2016-10-13 Michael MannConvert most UDP dissectors to use "auto" preferences.
2016-06-27 Michael Manntvb_get_string_enc + proto_tree_add_item = proto_tree_a...
2015-12-09 Michael Mannnew_create_dissector_handle -> create_dissector_handle...
2015-11-16 Michael Manncreate_dissector_handle -> new_create_dissector_handle
2015-11-04 Guy HarrisDon't include "file.h" if you don't need it.
2015-09-03 Michael MannAddress "shadow" warnings found by checkAPI script.
2014-12-22 Martin MathiesonFirst batch of unincludes. Last attempt...
2014-12-21 Bill MeierCleanup use of #includes in non-generated epan/dissecto...
2014-10-02 Bill MeierAdd editor modelines & adjust indentation/whitespace...
2014-08-03 Michael MannEliminate proto_tree_add_text from some dissectors.
2014-06-24 Michael Mannconvert to proto_tree_add_subtree[_format]
2014-06-18 Dario LombardoFixup: tvb_get_string(z) -> tvb_get_string(z)_enc
2014-06-16 Evan HuusConvert a bunch of time_to_str functions to wmem
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-03 Gilbert RamirezFix all -fstrict-alias warnings found by gcc 4.1.2
2013-12-21 Jakub ZawadzkiAdd missing includes
2013-12-19 Evan HuusRename more to_str functions to have ep_ in the name...
2013-09-22 Pascal Quantinemem -> wmem conversion:
2013-09-13 Pascal QuantinConvert a few more dissectors to wmem
2013-09-09 Michael Mannexpert_add_info_format_text -> expert_add_info_format
2013-09-01 Evan HuusFix two expert calls on the wrong proto_item.
2013-09-01 Michael MannBatch of filterable expert info.
2013-07-26 Evan HuusAdd 64-bit value strings and the appropriate tooling...
2013-07-23 Guy Harriscollectd.data.severity is unsigned, so use proto_tree_a...
2013-06-29 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2013-05-17 Evan HuusUse proto_tree_add_int64 for 64-bit values.
2013-05-17 Evan HuusFrom Florian Forster via https://bugs.wireshark.org...
2013-03-15 Anders Broman[-Wmissing-prototypes]
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-08-10 Bill MeierUse val_to_str_const() where appropriate;
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2011-10-27 Bill MeierFix proto_tree_add_item( encoding args;
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-15 Bill MeierConvert proto_tree_add_item() 'encoding' arg for field...
2011-10-06 Bill MeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-10-04 Bill MeierUse ENC_NA as encoding for proto_tree_add_item() calls...
2011-04-21 Jeff MorrissAvoid passing a NULL string pointer to format routines...
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-05-21 Guy HarrisHave abs_time_to_str() and abs_time_to_str_secs() take...
2010-04-03 Bill MeierRemove unneeded #include <stdio.h>
2010-02-27 Guy HarrisAdd a third date format, ABSOLUTE_TIME_DOY_UTC, to...
2010-01-02 Anders BromanFrom Jakub Zawadzki:
2009-12-10 Guy HarrisAdd an argument to abs_time_to_str() and abs_time_secs_...
2009-10-18 Stig BjørlykkeUse correct type for udp port preference.
2009-10-07 Jaap KeuterCleanup header fields.
2009-09-16 Jaap KeuterFrom Florian Forster:
2009-09-15 Jeff MorrissFrom Florian Forster via https://bugs.wireshark.org...
2009-09-15 Jeff MorrissFrom Florian Forster via https://bugs.wireshark.org...
2009-09-14 Jeff MorrissPut the parenthesis in the right place
2009-09-14 Jeff MorrissChange proto_tree_add_protocol_format() to proto_tree_a...
2009-09-14 Anders BromanAdd casts to make it compile on Windows.
2009-09-14 Jeff MorrissFrom Bruno and Florian Forster via https://bugs.wiresha...