Wireshark-commits: [Wireshark-commits] rev 31824: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Sun, 07 Feb 2010 23:52:00 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=31824

User: wmeier
Date: 2010/02/07 03:52 PM

Log:
 Fix and rework some code a bit:
 -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).

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +60 -75    packet-applemidi.c    Modified