Diff between 1894978e81557725cad38c816092e138e68fde26 and 2a37ff72373a77f70606e07a9d1845a22ca40e20
Changed Files
| File | Additions | Deletions | Status |
| tools/parser/l2cap.c | +1 | -1 | modified |
Full Patch
diff --git a/tools/parser/l2cap.c b/tools/parser/l2cap.c
index 5aaef2c..ecae8fd 100644
--- a/tools/parser/l2cap.c
+++ b/tools/parser/l2cap.c
@@ -271,7 +271,7 @@ static void conf_opt(int level, void *ptr, int len)
printf(" 0x%02x (%s)", *(h->val + 1), type2str(*(h->val + 1)));
break;
- case L2CAP_CONF_RFC_MODE:
+ case L2CAP_CONF_RFC:
printf("Mode");
if (h->len > 0)
printf(" 0x02%x (%s)", *h->val, mode2str(*h->val));