http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24262
User: stig
Date: 2008/02/03 09:04 PM
Log:
From Shane Kearns (bug 2239):
L2CAP dissector is missing retransmission & flow control modes (these were
introduces in BT 1.2 specification)
Configuration commands were not fully decoded because of a bigend/littleend
issue
L2CAP commands had the wrong length set to the protocol tree by reading from
the wrong buffer offset
Also the dissect_options() function consumes all remaining data in the L2CAP
packet, which prevents decoding of other commands which follow a config
request/config response in the same packet.
From me:
Mark an unused parameter.
Directory: /trunk/epan/dissectors/
Changes Path Action
+103 -12 packet-btl2cap.c Modified