HTTPS (almost) everywhere.
[metze/wireshark/wip.git] / epan / dissectors / packet-armagetronad.c
2019-07-26 Guy HarrisHTTPS (almost) everywhere.
2019-07-12 Guy HarrisHave the message data just be a raw FT_BYTES field.
2018-02-12 Dario Lombardodissectors: use SPDX identifiers.
2016-12-31 Michael MannDissectors don't need a journey of self discovery.
2016-10-13 Michael MannConvert most UDP dissectors to use "auto" preferences.
2015-12-09 Michael Mannnew_register_dissector -> register_dissector for dissec...
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-10-04 Bill MeierAdd editor modelines; Reformat as appropriate.
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-12 Pascal QuantinConvert a few dissectors from emem to wmem API
2013-03-29 Evan HuusRename value string (and similar) functions to use...
2013-03-13 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-08-15 Michael Mannconvert GStrings to more "ephemeral friendly" use.
2012-06-28 Jakub ZawadzkiUpdate FSF address - part II.
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-09-26 Anders BromanMake it build again.
2011-09-26 Anders BromanGet rid of check_col() and use ENC_BIG_ENDIAN.
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
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:
2008-12-17 Bill MeierFix some typos and spelling (mostly in text strings)
2008-08-14 Bill MeierUse const with value_string array definitions
2008-07-11 Jeff Morriss(Finally) stop guint16s to access a string: just treat...
2008-07-10 Jeff MorrissCast that guint16 into a char before trying to NULL...
2008-07-09 Jeff MorrissDon't declare a char[] then cast it into a guint16...
2008-05-05 Anders BromanRemove depreciated functions g_string_sprint, g_string_...
2007-06-18 Bill MeierFix windows build error ....
2007-06-18 Stephen FisherFrom Guillaume Chazarain:
2006-05-28 Anders BromanEthereal->Wireshark
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2005-08-02 Jörg MayerSome warning fixes for "no previous declaration"
2005-07-22 Ronnie Sahlbergreplace one tvb_memdup() with a tvb_memcpy() using...
2005-05-14 Ronnie SahlbergFrom Guillaume Chazarain