Diff between d089eca639337250e54d37ed23855a7fca9c5ff6 and ea224d7b0d8ec2cb8d5879b4fed3a95def2906f2
Changed Files
| File | Additions | Deletions | Status |
| tools/parser/l2cap.c | +1 | -0 | modified |
Full Patch
diff --git a/tools/parser/l2cap.c b/tools/parser/l2cap.c
index 97071ea..a906f42 100644
--- a/tools/parser/l2cap.c
+++ b/tools/parser/l2cap.c
@@ -456,6 +456,7 @@ static void conf_opt(int level, void *ptr, int len, int in, uint16_t cid)
switch (h->type & 0x7f) {
case L2CAP_CONF_MTU:
+ set_mode(in, cid, 0x00);
printf("MTU");
if (h->len > 0)
printf(" %d", get_val(h->val, h->len));