Fixup: tvb_get_string(z) -> tvb_get_string(z)_enc
[metze/wireshark/wip.git] / epan / dissectors / packet-dua.c
2014-06-18 Dario LombardoFixup: tvb_get_string(z) -> tvb_get_string(z)_enc
2014-06-07 Michael Manntvb_new_subset -> tvb_new_subset_length when length...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-09-22 Pascal Quantinemem -> wmem conversion:
2013-09-16 Michael MannConvert proto_tree_add_uint_format to proto_tree_add_ui...
2013-06-14 Michael MannRemove check_col() and the occasional tree.
2013-03-16 Anders Broman[-Wmissing-prototypes]
2012-10-11 Bill MeierChange 'for (i=1; i<=n;...' to 'for (i=0; i<n; ...)
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 Jakub ZawadzkiUpdate FSF address - part II.
2012-04-26 Bill MeierMinor: reformatting, unneeded #includes, whitespace...
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...
2011-01-05 Jeff MorrissDon't pass the result of tvb_get_ptr() into a %s format...
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-05-24 Guy HarrisRefer to the endianness arguments as "encoding" rather...
2010-05-13 Guy HarrisCreate a new REP_NA value for fields where there are...
2010-05-12 Guy HarrisInstead of using private #defines for the last argument to
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_set_str (COL_PROTOCOL) with col_check
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2008-12-18 Bill MeierFix various typos and spelling errors (mostly in text...
2008-10-31 Stig BjørlykkeFix some "format not a string literal and no format...
2008-09-30 Bill MeierMinor proto_reg_handoff cleanup: use find_dissector...
2008-08-25 Bill Meier#include <prefs.h> not req'd
2008-03-15 Jeff MorrissFrom bugs.wireshark.org/bugzilla/show_bug.cgi?id=1539 :
2007-08-17 Anders BromanAdd a rudimentarry DPNSS dissector - work in progress.
2007-05-01 Martin MathiesonMake these protocols findable by name.
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2005-09-17 Guy HarrisMove a pile of protocol-related headers from the top...
2005-08-02 Jörg MayerSome warning fixes for "no previous declaration"
2005-04-28 Michael TüxenAdd support for DUA dissection. Now all SIGTRAN protoco...