Diff between 0e8291f2b5d33a6ad76bf4b297c683f244f6a36a and 30f6d3d759de40e637d19eba1547e8fd29711c90

Changed Files

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

Full Patch

diff --git a/tools/parser/l2cap.c b/tools/parser/l2cap.c
index 2153719..2649614 100644
--- a/tools/parser/l2cap.c
+++ b/tools/parser/l2cap.c
@@ -306,6 +306,10 @@ static char *mode2str(uint8_t mode)
 		return "Retransmission";
 	case 0x02:
 		return "Flow control";
+	case 0x03:
+		return "Enhanced Retransmission";
+	case 0x04:
+		return "Streaming";
 	default:
 		return "Reserved";
 	}