diff options
Diffstat (limited to 'trafgen_proto.h')
-rw-r--r-- | trafgen_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/trafgen_proto.h b/trafgen_proto.h index 41e9383..000938c 100644 --- a/trafgen_proto.h +++ b/trafgen_proto.h @@ -48,6 +48,7 @@ struct proto_hdr { uint32_t pkt_id; struct proto_field *fields; size_t fields_count; + bool is_csum_valid; size_t len; }; |