106
Intrusion Detection and Prevention / Re: Suricata 5 Beta - Can We Upload to OPNSense
« on: August 26, 2019, 07:35:49 am »
btw. wouldn't it perhaps make sense, to plan suricata 5 for 20.1?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
const char *prefix = NULL;
if (ConfGet("stats.decoder-events-prefix", &prefix) != 1) {
prefix = "decoder";
SCLogWarning(SC_WARN_DEFAULT_WILL_CHANGE, "in 5.0 the default "
"for decoder event stats will go from "
"'decoder.<proto>.<event>' to 'decoder.event.<proto>.<event>'. "
"See ticket #2225. To suppress this message, "
"set stats.decoder-events-prefix in the yaml.");
}
stats_decoder_events_prefix = prefix;