aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-applemidi.c
AgeCommit message (Collapse)AuthorFilesLines
2010-05-13As suggested in ↵Jeff Morriss1-6/+1
http://www.wireshark.org/lists/wireshark-dev/200809/msg00075.html (as referenced in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2907 ) and https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3411 : Write a new convenience routine for finding a conversation and, if it is not found, create it. The frame number and addresses are taken from pinfo (as is the common case). Use this function in a bunch of dissectors. svn path=/trunk/; revision=32790
2010-02-07Fix and rework some code a bit:Bill Meier1-77/+62
-No prefs so prefs calback not req'd; -Remove (seemingly) not needed dissector registration on UDP port 0; -Rework dissect_applemidi_heur() and related so that once dissect_applemidi_heur() determines that a pair of UDP addr/ports are being used for the AppleMIDI protocol, dissect_apple_midi() will always be called directly for UDP packets with that pair (rather than dissect_applemidi_heur() always be called for every packet). svn path=/trunk/; revision=31824
2010-02-07Fixed warning: format not a string literal and no format arguments.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=31816
2010-02-07From Tobias Erichsen:Anders Broman1-0/+468
AppleMIDI - dissector for lightweight session protocol used in Apple network MIDI. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4455 svn path=/trunk/; revision=31814