Diff between 3f3024d24a4abdd3e1f63587d5233cfde2d59064 and c8dd52a6a77b3f992663335dd1997bafd8b243e2
Changed Files
| File | Additions | Deletions | Status |
| tools/parser/l2cap.c | +3 | -0 | modified |
Full Patch
diff --git a/tools/parser/l2cap.c b/tools/parser/l2cap.c
index 6ef953a..9272fed 100644
--- a/tools/parser/l2cap.c
+++ b/tools/parser/l2cap.c
@@ -667,6 +667,9 @@ static void info_opt(int level, int type, void *ptr, int len)
}
}
break;
+ case 0x0003:
+ printf("Fixed channel list\n");
+ break;
default:
printf("Unknown (len %d)\n", len);
break;