Diff between acfa41dedb47f1bff9399e2273e4623aac4decc5 and 89f8d6bae18f853ae2ab9f6de21b62469f82d84c

Changed Files

File Additions Deletions Status
monitor/intel.c +2 -1 modified

Full Patch

diff --git a/monitor/intel.c b/monitor/intel.c
index f5e9f59..416f525 100644
--- a/monitor/intel.c
+++ b/monitor/intel.c
@@ -1606,7 +1606,8 @@ static const struct intel_tlv *process_ext_subevent(const struct intel_tlv *tlv,
 		print_text(COLOR_UNKNOWN_EXT_EVENT,
 				"Unknown extended subevent 0x%2.2x",
 				tlv->subevent_id);
-		return NULL;
+		packet_hexdump(tlv->value, tlv->length);
+		return next_tlv;
 	}
 
 	if (tlv->length != subevent->length) {