Wireshark-commits: [Wireshark-commits] rev 28819: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Tue, 23 Jun 2009 06:49:41 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=28819

User: jake
Date: 2009/06/22 11:49 PM

Log:
 From Kovarththanan Rajaratnam:
 The Bluetooth AMP Manager protocol was recently adopted by the Bluetooth SIG.
 This protocol sits on top of L2CAP and requires a few changes in order to
 accommodate the new move/create channel request.
 
 This patch includes:
 * a new Bluetooth AMP Manager Protocol dissector
 * changes to L2CAP to handle the new move/create channel signals
 * introduce a dissector table for fixed channel, allowing btamp dissector to
 handle the BT AMP Manager Protocol channel
 * Preliminary changes in L2CAP to support the new enhanced L2CAP modes
 (enhanced retransmission/streaming mode)

Directory: /trunk/epan/dissectors/
  Changes    Path                Action
  +1 -0      Makefile.common     Modified
  +645 -0    packet-btamp.c      Added
  +446 -20   packet-btl2cap.c    Modified
  +8 -1      packet-btl2cap.h    Modified