de_ctx->sgh_mpm_context_stream =
MpmFactoryRegisterMpmCtxProfile(de_ctx, "stream",
MPM_CTX_FACTORY_FLAGS_PREPARE_WITH_SIG_GROUP_BUILD);
- de_ctx->sgh_mpm_context_app_proto_detect =
- MpmFactoryRegisterMpmCtxProfile(de_ctx, "app_proto_detect", 0);
DetectMpmInitializeAppMpms(de_ctx);
int32_t sgh_mpm_context_proto_udp_packet;
int32_t sgh_mpm_context_proto_other_packet;
int32_t sgh_mpm_context_stream;
- int32_t sgh_mpm_context_app_proto_detect;
/* the max local id used amongst all sigs */
int32_t byte_extract_max_local_id;