crosstabs-only also
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 4 Jul 2020 04:02:02 +0000 (04:02 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 4 Jul 2020 04:02:02 +0000 (04:02 +0000)
dump-spo2.c

index a7100e60689792445d0af54aa6dcbde8b0765390..ff9e5300692260ae9f705fe3effb7171d683e544 100644 (file)
@@ -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();