wireshark-commits  

[Wireshark-commits] rev 31824: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-applemidi.c

wmeier
Sun, 07 Feb 2010 15:52:41 -0800

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

___________________________________________________________________________
Sent via:    Wireshark-commits mailing list <wireshark-commits@wireshark.org>
Archives:    http://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://wireshark.org/mailman/options/wireshark-commits
             mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe
  • [Wireshark-commits] rev 31824: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-applemidi.c wmeier