aboutsummaryrefslogtreecommitdiffstats
path: root/host/simtrace2-sniff.c
diff options
context:
space:
mode:
Diffstat (limited to 'host/simtrace2-sniff.c')
-rw-r--r--host/simtrace2-sniff.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/host/simtrace2-sniff.c b/host/simtrace2-sniff.c
index efb986f..776253a 100644
--- a/host/simtrace2-sniff.c
+++ b/host/simtrace2-sniff.c
@@ -134,6 +134,10 @@ const struct value_string data_flags[] = {
.value = 0,
.str = NULL,
},
+ {
+ .value = SNIFF_DATA_FLAG_ERROR_CHECKSUM,
+ .str = "checksum error",
+ },
};
static void print_flags(const struct value_string* flag_meanings, uint32_t nb_flags, uint32_t flags) {