flowProcess profiling

This commit is contained in:
Alfredo Cardigliano 2019-07-25 16:33:41 +00:00
parent 00539359bd
commit 7efc8dfcae
4 changed files with 37 additions and 1 deletions

View file

@ -856,6 +856,7 @@ void ZMQParserInterface::preprocessFlow(ParsedFlow *flow, NetworkInterface *ifac
}
if(!invalid_flow) {
if(flow->hasParsedeBPF()) {
/* Direction already reliable when the event is an accept or a connect.
Heuristic is only used in the other cases. */