Fixup: tvb_get_string(z) -> tvb_get_string(z)_enc
[metze/wireshark/wip.git] / epan / dissectors / packet-assa_r3.c
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
2014-01-29 Alexis La GoutteMerge "Apply layouts in Qt Creator. Fix a tooltip."
2014-01-23 Guy HarrisUse tvb_get_string_enc() rather than tvb_get_string().
2013-12-12 Bill Meier(Trivial)
2013-11-09 Gerald CombsFix unused and shadow variable errors.
2013-11-09 Michael MannAdd data parameter to tcp_dissect_pdus() as well as...
2013-09-22 Pascal Quantinemem -> wmem conversion:
2013-09-15 Michael MannConvert proto_tree_add_uint_format to proto_tree_add_ui...
2013-09-09 Michael Mannexpert_add_info_format_text -> expert_add_info_format
2013-09-01 Michael MannBatch of filterable expert info.
2013-08-07 Martin Kaiserfix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2013-07-01 Bill MeierDefine certain 'const char *...' arrays as static.
2013-06-04 Jeff MorrissFix the fuzz failure reported (by me) in https://bugs...
2013-04-09 Jeff MorrissFix the fuzz failure reported in https://bugs.wireshark...
2013-03-29 Evan HuusRename value string (and similar) functions to use...
2013-03-19 Anders BromanFrom beroset:
2013-03-13 Anders Broman- [-Wmissing-prototypes]
2013-02-26 Bill MeierFix spelling/typos found using a list of commonly missp...
2013-02-26 Bill Meierit's ==> its & its ==> it's as needed.
2012-12-11 Jeff MorrissMove ett and hf arrays into proto_register routine.
2012-12-06 Jeff MorrissFix inifite loop in the R3 dissector reported in
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-07-14 Chris Maynardtvb_length_remaining() can return -1, so be sure to...
2012-07-11 Bill MeierFix [-Werror=sign-compare] compiler warning
2012-07-11 Bill MeierSimplify code ....
2012-07-11 Bill MeierRemove "comment to myself".
2012-07-11 Bill MeierGeneral cleanup:
2012-07-09 Bill MeierFrom Evan Huus: Struct cleanup in packet-assa_r3.c
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-16 Bill Meierall:
2012-05-07 Guy HarrisGet rid of remaining Booleans-as-encoding-arguments in
2012-04-18 Anders BromanFrom Evan Huus: There were two cases where we could...
2012-03-06 Bill MeierFix benign issue: For FT_BOOLEAN fields with a zero...
2011-10-24 Bill MeierFix encoding arg for various fcn calls:
2011-10-23 Bill MeierFix a proto_tree_add_item() encoding arg.
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-10 Bill MeierComment out some unused hf[] entries;
2011-10-10 Bill MeierConvert proto_tree_add_item() 'encoding' parameter...
2011-10-10 Bill Meier Convert 'encoding' parameter of certain proto_tree_add...
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-08-31 Stig BjørlykkeSecond try to move crc routines to libwsutil.
2011-08-30 Stig BjørlykkeRevert r38800, as the crc routines contains some tvb...
2011-08-30 Stig BjørlykkeMove all crc routines to libwsutil.
2011-04-22 Stephen FisherFound by clang 3.0 (built from trunk): various implicit...
2011-04-21 Alexis La GoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-04-21 Alexis La GoutteFix Dead Store (Dead nested assignment) Warning found...
2011-01-20 Stephen FisherFix the dead initialization warnings found by clang...
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-12-06 Bill MeierFix various typos and spelling errors.
2010-11-01 Bill MeierUse value_string_ext fcns when accessing value_string...
2010-10-11 Bill MeierDefine some fcns & vars as static;
2010-04-07 Guy HarrisSquelch a compiler warning.
2010-01-10 Gerasimos DimitriadisFix for Bug 4369:
2010-01-10 Gerasimos DimitriadisPartial fix for Bug 4369:
2010-01-07 Gerasimos DimitriadisPartial fix for Bug 4369:
2009-11-28 Bill Meierproto_reg_handoff...: if (!initialized) not req'd;
2009-11-28 Jaap KeuterFrom J.C. Wren: