Diff between b5eb231888c3f09d79138d5542452231b2076eeb and cf948b7f01fe4c76b3182bebb65bafaf97d70f64

Changed Files

File Additions Deletions Status
tools/parser/avdtp.c +1 -1 modified

Full Patch

diff --git a/tools/parser/avdtp.c b/tools/parser/avdtp.c
index 65ac6cc..7b116a3 100644
--- a/tools/parser/avdtp.c
+++ b/tools/parser/avdtp.c
@@ -432,7 +432,7 @@ void avdtp_dump(int level, struct frame *frm)
 		sid = hdr & 0x08 ? 0x00 : get_u8(frm);
 
 		printf("AVDTP(s): %s %s: transaction %d\n",
-			sid & 0x08 ? pt2str(hdr) : si2str(sid), mt2str(hdr), hdr >> 4);
+			hdr & 0x08 ? pt2str(hdr) : si2str(sid), mt2str(hdr), hdr >> 4);
 
 		switch (sid & 0x7f) {
 		case 0x01: