Update Free Software Foundation address.
[metze/wireshark/wip.git] / epan / dissectors / packet-artnet.c
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-28 Anders BromanSet but not used variable
2012-05-28 Anders BromanRemove C++ style comments initilize some variables.
2012-05-28 Anders BromanFrom Erwin Rol:
2012-05-15 Bill MeierRemove unneeded #includes (stdlib, stdio, ctypes, time);
2012-04-23 Bill MeierDo indentation cleanup (e.g., 4-space tabs => spaces)
2012-04-04 Chris MaynardAvoid some potential divide by zero errors that Clang...
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-20 Bill MeierUse ENC_NA as proto_tree_add_item() encoding arg for...
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-26 Anders BromanGet rid of check_col, while at it set ENC.
2011-04-19 Stig BjørlykkeFrom Michael Mann via bug 2794:
2011-01-16 Jeff MorrissReplace some tvb_get_ptr()s with tvb_get_ephemeral_stri...
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-05-10 Bill MeierIndentation & whitespace cleanup (including: "4 space...
2010-04-03 Bill MeierRemove unneeded #include <stdio.h>
2009-10-09 Anders BromanFrom Didier Gautheron:
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_clear with col_check
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-01 Jaap KeuterFrom Reinhard Speyerer:
2009-03-18 Guy HarrisNone of those strings will have a length that doesn...
2009-03-17 Bill MeierAdd a comment about the way g_snprintf() is used.
2009-02-22 Jaap KeuterIncorporate plugin dissector into build in collection.