aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-applemidi.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2012-02-27packet-applemidi.c:296:33: error: unused variable ‘p_conv_data’Anders Broman1-1/+1
2012-02-27From Tobias Erichsen:Anders Broman1-37/+136
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-13/+13
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-6/+1
2010-02-07Fix and rework some code a bit:Bill Meier1-77/+62
2010-02-07Fixed warning: format not a string literal and no format arguments.Stig Bjørlykke1-1/+1
2010-02-07From Tobias Erichsen:Anders Broman1-0/+468