From 0bce84b09d89dc2f0105e2aabcee5b53a734162f Mon Sep 17 00:00:00 2001 From: Miika Turkia Date: Thu, 20 Apr 2017 17:36:49 +0300 Subject: Support for new DM5 blob format Currently we do not know what the extra data in the sampleBlob is, but the block size must be adjusted nevertheless. Signed-off-by: Miika Turkia --- core/parse-xml.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/parse-xml.c b/core/parse-xml.c index d1cfc88ed..75fa49df2 100644 --- a/core/parse-xml.c +++ b/core/parse-xml.c @@ -2469,6 +2469,9 @@ extern int dm5_dive(void *param, int columns, char **data, char **column) case 3: block_size = 23; break; + case 4: + block_size = 26; + break; default: block_size = 16; break; -- cgit v1.2.3-70-g09d2