mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Added tracings
Added details parameter to NetworkInterface::lua() and subclasses
This commit is contained in:
parent
77239315a9
commit
3aadd4e8be
154 changed files with 522 additions and 162 deletions
|
|
@ -27,7 +27,7 @@ function callback_utils.foreachInterface(ifnames, condition, callback, update_di
|
|||
interface.updateDirectionStats()
|
||||
end
|
||||
|
||||
local ifstats = interface.getStats()
|
||||
local ifstats = interface.getStats(false) -- limited stats
|
||||
|
||||
if condition == nil or condition(ifstats.id) then
|
||||
if((ifstats.type ~= "pcap dump") and (ifstats.type ~= "unknown")) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue