HTTPS (almost) everywhere.
[metze/wireshark/wip.git] / epan / dissectors / packet-vtp.c
2019-07-26 Guy HarrisHTTPS (almost) everywhere.
2018-02-12 Dario Lombardodissectors: use SPDX identifiers.
2016-09-16 Alexis La GoutteVTP: Always display reserved/unsed fields
2015-12-09 Michael Mannnew_create_dissector_handle -> create_dissector_handle...
2015-11-18 Michael Manncreate_dissector_handle -> new_create_dissector_handle
2014-12-21 Bill MeierCleanup use of #includes in non-generated epan/dissecto...
2014-10-03 Bill MeierAdd editor modelines; Adjust whitespace as needed.
2014-09-08 Michael MannEliminate proto_tree_add_text from some of the dissectors.
2014-07-06 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-10 Anders Broman- Forward declaration of register functions.
2013-09-30 Michael MannConvert some proto_tree_add_string_format calls to...
2013-09-22 Pascal Quantinemem -> wmem conversion:
2013-09-09 Michael Mannexpert_add_info_format_text -> expert_add_info_format
2013-07-03 Michael MannFix infinite loop in VTP dissector. Bug 8887 (https...
2013-06-30 Michael MannMinor improvements to VTP dissector.
2013-03-03 Michael MannReplace proto_tree_add_text "error messages" with exper...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-15 Bill MeierRemove unneeded #includes (stdlib, stdio, ctypes, time);
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-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-05-11 Jeff MorrissFrom Peter Paluch via https://bugs.wireshark.org/bugzil...
2011-05-06 Jeff MorrissFrom Peter Paluch via https://bugs.wireshark.org/bugzil...
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-09-23 Jeff MorrissReplace blurbs that match the name (case insensitive...
2010-04-06 Bill Meier#include <string.h> not needed.
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_INFO) with col_check
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_PROTOCOL) with col_check
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2007-03-26 Ronnie SahlbergFrom Sebastien Tandel
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2004-07-18 Gilbert RamirezMove dissectors to epan/dissectors directory.