aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-applemidi.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-19Fix errors found by fix-encoding-args.plJoão Valverde1-1/+1
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-1/+1
2020-04-13Standardise IETF RFC and Draft URLs in dissectors.Martin Mathieson1-2/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-12-18RTP: RTP dissector is able to decode RTP over TCP (RFC 4571)Jiri Novak1-1/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-1/+1
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-3/+5
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+1
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-2/+1
2015-01-30Cleanup:Bill Meier1-76/+73
2015-01-25applemidi: col_...() shouldn't be called under 'if(tree)'Bill Meier1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-10-03Add editor modelines; Adjust whitespace as needed.Bill Meier1-1/+14
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-04-03Fix Bug 9920 Buildbot crash due to SDP/RTP mismatchHadriel Kaplan1-10/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-23Use tvb_get_string_enc() rather than tvb_get_string().Guy Harris1-1/+1
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-3/+0
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-12Convert a few dissectors from emem to wmem APIPascal Quantin1-3/+4
2013-03-12- [-Wmissing-prototypes]Anders Broman1-2/+5
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-08-19use session allocated memory for rtp_add_address/srtp_add_address hash tablesMichael Mann1-14/+4
2012-07-22Update display filter names per Bug 2794. Part 1 of many.Michael Mann1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-04-23Do indentation cleanup (e.g., 4-space tabs => spaces)Bill Meier1-8/+15
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