|
|
|
@ -760,6 +760,10 @@ void RunModeInitializeOutputs(void)
|
|
|
|
"(see https://redmine.openinfosecfoundation.org/issues/353"
|
|
|
|
"(see https://redmine.openinfosecfoundation.org/issues/353"
|
|
|
|
" for an explanation)");
|
|
|
|
" for an explanation)");
|
|
|
|
continue;
|
|
|
|
continue;
|
|
|
|
|
|
|
|
} else if (strncmp(output->val, "unified2-", sizeof("unified2-") - 1) == 0) {
|
|
|
|
|
|
|
|
SCLogWarning(SC_ERR_NOT_SUPPORTED,
|
|
|
|
|
|
|
|
"Unified2 is no longer supported.");
|
|
|
|
|
|
|
|
continue;
|
|
|
|
} else if (strcmp(output->val, "alert-prelude") == 0) {
|
|
|
|
} else if (strcmp(output->val, "alert-prelude") == 0) {
|
|
|
|
#ifndef PRELUDE
|
|
|
|
#ifndef PRELUDE
|
|
|
|
SCLogWarning(SC_ERR_NOT_SUPPORTED,
|
|
|
|
SCLogWarning(SC_ERR_NOT_SUPPORTED,
|
|
|
|
|