dissectors: more SPDX license convertions.
[metze/wireshark/wip.git] / epan / dissectors / packet-pflog.c
2018-03-07 Dario Lombardodissectors: more SPDX license convertions.
2016-12-31 Michael MannDissectors don't need a journey of self discovery.
2016-06-27 Michael Manntvb_get_string_enc + proto_tree_add_item = proto_tree_a...
2016-03-20 Michael MannCreate call_data_dissector() to call data dissector.
2016-03-20 Michael MannManually add protocol dependencies derived from find_di...
2016-02-22 Michael MannFix some hf_ field datatype conflicts.
2015-12-09 Michael Mannnew_create_dissector_handle -> create_dissector_handle...
2015-11-18 Michael Manncreate_dissector_handle -> new_create_dissector_handle
2015-07-17 Michael MannThe pflog spec appears to have some host-endian field...
2014-12-23 Martin MathiesonDeleting unnecessary #includes from dissectors.
2014-07-05 Michael Mannconvert to proto_tree_add_subtree[_format]
2014-06-18 Dario LombardoFixup: tvb_get_string(z) -> tvb_get_string(z)_enc
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-14 Jakub ZawadzkiFix some trivial warnings.
2013-09-22 Pascal Quantinemem -> wmem conversion:
2013-09-09 Michael Mannexpert_add_info_format_text -> expert_add_info_format
2013-06-14 Michael MannRemove check_col() and the occasional tree.
2013-05-27 Michael MannBatch of filterable expert infos
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-10 Jakub ZawadzkiInitial commit to support yet another method of passing...
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-10 Bill Meier Convert 'encoding' parameter of certain proto_tree_add...
2011-10-04 Bill MeierUse ENC_NA as encoding for proto_tree_add_item() calls...
2011-09-21 Bill MeierFix ex "modeline" so it works;
2011-08-05 Jörg MayerMake buildbot OSX-10.5-x86 happy:
2011-08-05 Alexis La GoutteUpdate pflog dissector via https://bugs.wireshark.org...
2011-06-17 Jakub Zawadzkipflog: use BSD_AF_ defines from <epan/aftypes.h>.
2011-05-20 Bill MeierDon't assign to a proto_item* if the value won't be...
2011-02-23 Anders BromanFrom Alexis La Goutte:
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-04-06 Bill Meier#include <string.h> not needed.
2009-08-16 Kovarththanan Raja... Switch a bunch of dissectors over to using tvb_new_subs...
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_PROTOCOL) with col_check
2009-06-21 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2007-03-22 Jörg MayerSebastien Tandel:
2005-09-17 Guy HarrisMove a pile of protocol-related headers from the top...
2005-08-08 Ulf Lampingvarious code cleanup:
2005-08-02 Jörg MayerFix more "no previous declaration" warnings
2004-12-31 Guy HarrisDon't assign const pointers to non-const pointers,...
2004-08-06 Guy HarrisFrom Albert Chin: rename resolv.{ch} to addr_resolv...
2004-07-18 Gilbert RamirezMove dissectors to epan/dissectors directory.