Diff between 79dabfb925069d419b5deeb92d7bcd7749d210f9 and 2f75cc50bef1fde96a09ff9c6bcad98426ef4366

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 ad3b7ff..174cd3a 100644
--- a/tools/parser/l2cap.c
+++ b/tools/parser/l2cap.c
@@ -847,7 +847,7 @@ static void l2cap_parse(int level, struct frame *frm)
 				}
 				printf(" ReqSeq %d", (ctrl & 0x3f00) >> 8);
 				if (ctrl & 0x80)
-					printf(" Retransmission Disable");
+					printf(" F-bit");
 				printf("\n");
 			}
 		}