Diff between 6a1cfef9e59652d481ace7071fab956d0494c666 and e2ae29f4831abb1b1fc439cf19fada22270fe106

Changed Files

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

Full Patch

diff --git a/tools/parser/avdtp.c b/tools/parser/avdtp.c
index 4f53553..5397a42 100644
--- a/tools/parser/avdtp.c
+++ b/tools/parser/avdtp.c
@@ -504,6 +504,7 @@ static inline void get_configuration(int level, uint8_t hdr, struct frame *frm)
 	switch (hdr & 0x03) {
 	case 0x00:
 		acp_seid(level, frm);
+		break;
 	case 0x02:
 		capabilities(level, frm);
 		break;
@@ -571,6 +572,7 @@ static inline void security(int level, uint8_t hdr, struct frame *frm)
 	switch (hdr & 0x03) {
 	case 0x00:
 		acp_seid(level, frm);
+		break;
 	case 0x02:
 		hex_dump(level + 1, frm, frm->len);
 		frm->ptr += frm->len;