Diff between 2f75cc50bef1fde96a09ff9c6bcad98426ef4366 and 7b87a471a4805ec386662b02c15b0205676cc2ba

Changed Files

File Additions Deletions Status
tools/parser/l2cap.c +2 -0 modified

Full Patch

diff --git a/tools/parser/l2cap.c b/tools/parser/l2cap.c
index 174cd3a..ee869dc 100644
--- a/tools/parser/l2cap.c
+++ b/tools/parser/l2cap.c
@@ -848,6 +848,8 @@ static void l2cap_parse(int level, struct frame *frm)
 				printf(" ReqSeq %d", (ctrl & 0x3f00) >> 8);
 				if (ctrl & 0x80)
 					printf(" F-bit");
+				if (ctrl & 0x10)
+					printf(" P-bit");
 				printf("\n");
 			}
 		}