Now that we continue to track ssl/tls after the handshake, we need
to fix tests that checked for the cutoff flags.
goto end;
}
- if (!AppLayerParserStateIssetFlag(f.alparser, APP_LAYER_PARSER_NO_INSPECTION) &&
- !(ssn.client.flags & STREAMTCP_STREAM_FLAG_NOREASSEMBLY) &&
- !(ssn.server.flags & STREAMTCP_STREAM_FLAG_NOREASSEMBLY)) {
- printf("The flags should be set\n");
- result = 0;
- goto end;
- }
-
if (!(f.flags & FLOW_NOPAYLOAD_INSPECTION)) {
printf("The flags should be set\n");
result = 0;