From 4f21cc8b5c80d80d50d4599ab434f49bca9a830c Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sat, 4 Jul 2020 04:02:02 +0000 Subject: [PATCH] crosstabs-only also --- dump-spo2.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dump-spo2.c b/dump-spo2.c index a7100e6068..ff9e530069 100644 --- a/dump-spo2.c +++ b/dump-spo2.c @@ -718,6 +718,12 @@ parse_category(int level, int j, int *n_leaves) match_u16_assert(0x0e74); match_byte_assert(0); match_DspSimpleText(); + if (match_u16(0x8018)) + { + printf("18 80(%02x %02x %02x) ", + data[pos], data[pos + 1], data[pos + 2]); + pos += 3; + } match_DspString(); int n_subcategories = get_u32(); -- 2.30.2