Re: [PATCH] hcidump: parsing l2cap info rsp
From: Johan Hedberg <hidden>
Date: 2011-07-26 08:05:09
Hi Andrei, On Wed, Jul 06, 2011, Emeltchenko Andrei wrote:
Adds parsing l2cap extended feature mask. before: hcidump -r /tmp/info-rsp.cap HCI sniffer - Bluetooth packet analyzer ver 2.1 btsnoop version: 1 datalink type: 1002quoted
ACL data: handle 11 flags 0x02 dlen 16L2CAP(s): Info rsp: type 2 result 0 Extended feature mask 0x00b8 --- after: src/hcidump -r /tmp/info-rsp.cap HCI sniffer - Bluetooth packet analyzer ver 2.1 btsnoop version: 1 datalink type: 1002quoted
ACL data: handle 11 flags 0x02 dlen 16L2CAP(s): Info rsp: type 2 result 0 Extended feature mask 0x00b8 Enhanced Retransmission mode Streaming mode FCS Option Fixed Channels --- --- parser/l2cap.c | 39 +++++++++++++++++++++++++-------------- 1 files changed, 25 insertions(+), 14 deletions(-)
Applied, thanks. I had to fix the commit message first though: git am treats --- as the end of the message so when I first applied the second part was left out. Johan