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

Date: Fri, 26 May 2006 08:30:59 GMT
User: sahlberg
Date: 2006/05/26 08:30 AM

Log:
 protocols running atop ACL/L2CAP needs to be able to track pdus based on
 acl chandle + direction + l2cap-CID    to uniquely identify a single specific
 flow of PDU packets.
 
 So we need to pass the chandle upp from acl to l2cap at least.
 
 
 
 It would have been nice to handle this using "conversations" but the bluetooth
 stack does not eaily map to the idiom host:port<->host:port
 
 instead in bluetooth you have unidirectional flows that are identified by ACL-chandle:L2CAP-CID:direction     and additional state held inside l2cap  would attach two such flows together into a "conversation".
 Bluetooth packets themself    only indentify "half" of the two way conversation.

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +1 -0      Makefile.common       Modified