Fixes for handling nProbe-like applications

This commit is contained in:
Luca Deri 2025-01-02 21:23:22 +01:00
parent 9352d0cdcd
commit a7e027f024
6 changed files with 78 additions and 50 deletions

View file

@ -6039,8 +6039,7 @@ int NetworkInterface::sortFlows(u_int32_t *begin_slot, bool walk_all,
p->deviceIpFilter(&deviceIP), p->inIndexFilter(&inIndex),
p->outIndexFilter(&outIndex);
ntop->getTrace()->traceEvent(
TRACE_NORMAL, "[Device IP] %s / [In Idx] %u / [Out Idx] %u",
ntop->getTrace()->traceEvent(TRACE_NORMAL, "[Device IP] %s / [In Idx] %u / [Out Idx] %u",
Utils::intoaV4(deviceIP, buf, sizeof(buf)), inIndex, outIndex);
}