Wireshark-commits: [Wireshark-commits] rev 45873: /trunk/epan/ /trunk/epan/dissectors/: Makefile.co

Date: Fri, 02 Nov 2012 15:35:29 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45873

User: alagoutte
Date: 2012/11/02 08:35 AM

Log:
 From Tomasz Mon via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7809 Add USBAudio and MIDI System Exclusive dissectors.
 
 USBAudio dissector can reassemble SysEx commands.
 MIDI SysEx dissector can (partially) dissect DigiTech protocol.
 
 From me :
 Fix a wrong encoding type found by fix-encoding-args tools
 Add Modelines info

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +2 -0      Makefile.common       Modified
  +1432 -0   packet-sysex.c        Added
  +358 -0    packet-usb-audio.c    Added

Directory: /trunk/epan/
  Changes    Path              Action
  +2 -0      CMakeLists.txt    Modified