HTTPS (almost) everywhere.
[metze/wireshark/wip.git] / epan / dissectors / packet-cigi.c
2019-07-26 Guy HarrisHTTPS (almost) everywhere.
2019-04-04 Gerald Combsepan: Convert our PROTO_ITEM_ macros to inline functions.
2018-06-09 Guy HarrisUse FT_NONE, not FT_STRINGZ, for the field that covers...
2018-02-12 Dario Lombardodissectors: use SPDX identifiers.
2017-05-17 Michael MannUse proto_tree_add_item instead of proto_tree_add_xxx.
2017-03-13 Alexis La Gouttecigi: fix this condition has identical branches [-Werro...
2016-10-13 Michael MannConvert most UDP dissectors to use "auto" preferences.
2016-10-08 Michael MannCombine Decode As and port preferences for tcp.port...
2016-02-22 Michael Mannpacket-cigi.c: Fix conflicting datatypes for hf_ fields.
2015-12-09 Michael Mannnew_create_dissector_handle -> create_dissector_handle...
2015-08-24 Martin Kaisercigi: don't THROW() an exception from a dissector
2015-07-17 Michael MannRemove all preferences related to enabling/disabling...
2015-07-12 Michael MannAdd "user presentable" and "unique string ids" to heuri...
2015-06-25 Martin Kaisercigi: if the packet is not cigi, just return
2015-06-25 Alexis La Gouttefix the 'then' statement is equivalent to the 'else...
2015-04-16 AndersBromanReplace deprecated tvb_length APIs
2014-12-26 Michael MannReplace ip_to_str with [ep_]address_to_str and tvb_ip_t...
2014-12-21 Bill MeierCleanup use of #includes in non-generated epan/dissecto...
2014-09-30 Bill MeierAdd editor modelines; Adjust whitespace as needed.
2014-08-03 Michael MannEliminate proto_tree_add_text from some dissectors.
2014-06-20 Guy HarrisRename dissector_add_handle() to dissector_add_for_deco...
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-12-21 Jakub ZawadzkiAdd missing includes
2013-11-10 Jakub ZawadzkiAdd missing includes in order to remove exceptions...
2013-10-23 Bill Meier#if 0 numerous "unused const variables" (mostly value...
2013-10-14 Anders BromanTry to pptimize heuristics slightly.
2013-09-13 Pascal QuantinConvert a few more dissectors to wmem
2013-03-15 Anders Broman[-Wmissing-prototypes]
2013-03-15 Anders Broman[-Wmissing-prototypes]
2013-01-31 Bill MeierComment out unused hf[] entries & etc.
2012-11-29 Jeff MorrissMake all enum_val_t's const.
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-28 Jakub ZawadzkiUpdate FSF address - part II.
2012-05-15 Bill MeierRemove unneeded #includes (stdlib, stdio, ctypes, time);
2012-04-20 Anders BromanFrom Evan Huus: Use Add DISSECTOR_ASSERT_HINT() macro...
2012-04-13 Jakub ZawadzkiRemove doubled semicolons and semicolons outside function.
2012-03-18 Bill MeierFrom Reinhard Speyerer: Fix several misspellings/typos...
2011-10-15 Bill MeierConvert proto_tree_add_item() 'encoding' arg for field...
2011-10-04 Bill MeierUse ENC_NA as encoding for proto_tree_add_item() calls...
2010-12-21 Jaap KeuterFrom daulis0@gmail.com:
2010-11-04 Bill MeierUse value_string_ext fcns to access certain value_strin...
2010-05-26 Jaap KeuterFrom Brian Woodard:
2010-05-24 Guy HarrisRefer to the endianness arguments as "encoding" rather...
2010-05-12 Guy HarrisInstead of using private #defines for the last argument to
2010-04-06 Bill Meier#include <string.h> not needed.
2010-04-03 Bill MeierRemove unneeded #include <stdio.h>
2010-01-13 Anders BromanFrom Didier Gautheron:
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with...
2009-07-07 Stig BjørlykkeFrom Kovarththanan Rajaratnam:
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-05-24 Stig BjørlykkeRewrite some non-ascii characters.
2009-05-03 Jaap KeuterFrom Brian M. Ames:
2009-04-07 Bill MeierUse some default true_false_string's.
2009-03-16 Bill MeierRemove some non-ascii characters.
2008-12-17 Bill MeierFix some typos and spelling (mostly in text strings)
2008-08-26 Bill Meier#include <emem.h> not req'd
2008-06-27 Bill MeierFix some warnings reported by gcc -Wshadow ...
2008-05-14 Anders BromanFix some of the Errors/warnings detected by checkapi.
2008-04-09 Anders BromanRemove:
2008-03-04 Guy HarrisFor the "cigi.3_2_los_ext_response" field, use the...
2008-03-04 Anders BromanSpoted by ChrisMaynard:
2008-03-03 Gerald CombsFix compilation under gcc.
2008-03-03 Anders BromanFrom Jason Seeliger:
2008-02-08 Stig BjørlykkeAdded missing "svn:keywords Id" and "svn:eol-style...
2007-11-27 Guy Harrisstrcasecmp(), strncasecmp(), g_strcasecmp(), and g_strn...
2007-11-09 Anders BromanApply yet another set of the optimization patches:
2007-10-23 Anders BromanApply the small performance enhancment patches for:
2006-12-07 Anders BromanAs ponted out by Stig Bjørlykke change a whole bunch...
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2005-12-08 Guy HarrisWhen checking whether a packet is for a protocol or...
2005-12-08 Guy HarrisFrom Kyle J. Harms:
2005-12-07 Guy HarrisFix some more scaled-fixed-point values, and have a...
2005-12-07 Guy HarrisSquelch a narrowing-conversion warning.
2005-12-07 Guy HarrisDon't export stuff if no other dissector uses it. ...
2005-12-07 Guy HarrisFix indentation.
2005-12-07 Guy HarrisUnicode considered unnecessary and non-portable. Avoid...
2005-12-06 Guy HarrisNote what we have to be careful of before we start...
2005-12-06 Ronnie Sahlbergfrom Kyle Harms
2005-12-05 Ronnie SahlbergFrom Kyle J Harms