|
|
|
@ -638,7 +638,6 @@ uint16_t PatternMatchDefaultMatcher(void)
|
|
|
|
goto done;
|
|
|
|
goto done;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef BUILD_HYPERSCAN
|
|
|
|
#ifndef BUILD_HYPERSCAN
|
|
|
|
if ((strcmp(mpm_algo, "hs") == 0)) {
|
|
|
|
if ((strcmp(mpm_algo, "hs") == 0)) {
|
|
|
|
@ -646,6 +645,7 @@ uint16_t PatternMatchDefaultMatcher(void)
|
|
|
|
"not compiled into Suricata.");
|
|
|
|
"not compiled into Suricata.");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
}
|
|
|
|
FatalError(SC_ERR_INVALID_YAML_CONF_ENTRY, "Invalid mpm algo supplied "
|
|
|
|
FatalError(SC_ERR_INVALID_YAML_CONF_ENTRY, "Invalid mpm algo supplied "
|
|
|
|
"in the yaml conf file: \"%s\"", mpm_algo);
|
|
|
|
"in the yaml conf file: \"%s\"", mpm_algo);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|