mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-20 17:29:13 +00:00
Fixes for handling nProbe-like applications
This commit is contained in:
parent
9352d0cdcd
commit
a7e027f024
6 changed files with 78 additions and 50 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue