aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btl2cap.h
AgeCommit message (Collapse)AuthorFilesLines
2010-05-19Align definesKovarththanan Rajaratnam1-3/+3
svn path=/trunk/; revision=32887
2009-06-23From Kovarththanan Rajaratnam:Jaap Keuter1-1/+8
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) svn path=/trunk/; revision=28819
2006-05-26pass both chandle and cid from l2cap to higher layer protocols.Ronnie Sahlberg1-0/+9
higher layer protocols need the chandle, cid and direction (from pinfo) in order to identify packets for the same "conversation" (it is not a conversation per se in bluetooth butn one unidirectional flow that we track) svn path=/trunk/; revision=18220
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18196
2006-05-16add dissection of the bluetooth btl2cap layerRonnie Sahlberg1-0/+31
svn path=/trunk/; revision=18170