aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btl2cap.h
AgeCommit message (Collapse)AuthorFilesLines
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