HTTPS (almost) everywhere.
[metze/wireshark/wip.git] / epan / dissectors / packet-banana.c
2019-07-26 Guy HarrisHTTPS (almost) everywhere.
2018-02-12 Dario Lombardodissectors: use SPDX identifiers.
2016-10-08 Michael MannCombine Decode As and port preferences for tcp.port...
2015-12-09 Michael Mannnew_create_dissector_handle -> create_dissector_handle...
2015-04-15 AndersBromanReplcae deprecated API tvb_length with tvb_reported_len...
2014-12-21 Bill MeierCleanup use of #includes in non-generated epan/dissecto...
2014-06-19 Michael MannRevert "Fixup: tvb_* -> tvb_captured"
2014-06-18 Dario LombardoFixup: tvb_* -> tvb_captured
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-09-09 Michael Mannexpert_add_info_format_text -> expert_add_info_format
2013-08-28 Anders BromanUse dissector_delete_uint_range/dissector_add_uint_range
2013-07-05 Michael MannBatch of filterable expert infos.
2013-03-14 Anders Broman[-Wmissing-prototypes]
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...
2012-06-12 Bill MeierFix: code under 'if(tree)' (in)directly calls sub-disse...
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-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-09-21 Bill MeierFix ex "modeline" so it works;
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-10-11 Bill MeierDefine some fcns & vars as static;
2010-04-28 Bill MeierLet's not use tabs with tab-width=4; Converts tabs...
2010-04-06 Bill Meier#include <string.h> not needed.
2010-04-03 Bill MeierRemove unneeded #include <stdio.h>
2010-03-25 Bill MeierRemove svn:executable property.
2009-07-07 Stig BjørlykkeFrom Kovarththanan Rajaratnam:
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-06-15 Bill Meierproto_reg_handoff... doesn't need 'if (!inited) ...';
2009-06-15 Stig BjørlykkeAdded missing 'const' for value_string.
2009-06-12 Gerald CombsAdd a Banana dissector. This is used by the Twisted...