http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=26383
User: jake
Date: 2008/10/08 01:33 PM
Log:
From Shane Kearns:
The L2CAP dissector assumes all packets on a connection oriented channel are
B-frames (basic mode, or v1.1 backwards compatibility).
Retransmission mode or flow control mode (introduced in v1.2 bluetooth spec)
use I-frames and S-frames, which are described in the current 2.1 spec here:
Volume 3 (core, host volume) - Part A (L2CAP) - 3.3 (CONNECTION-ORIENTED
CHANNEL IN RETRANSMISSION/FLOW CONTROL MODES).
Directory: /trunk/epan/dissectors/
Changes Path Action
+368 -30 packet-btl2cap.c Modified