Issue: 7467
Stream checksum validation no longer has a side effect of setting
PKT_IGNORE_CHECKSUM and thus, no longer affects csum keyword checks.
(cherry picked from commit
758da982f087dce249012304de7d3077adf9bade)
StatsIncr(tv, stt->counter_tcp_invalid_checksum);
return TM_ECODE_OK;
}
- } else {
- p->flags |= PKT_IGNORE_CHECKSUM;
}
- } else {
- p->flags |= PKT_IGNORE_CHECKSUM; //TODO check that this is set at creation
}
AppLayerProfilingReset(stt->ra_ctx->app_tctx);