mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
parent
b60204d4fe
commit
9c73a3e7f0
12 changed files with 442 additions and 259 deletions
|
|
@ -41,7 +41,7 @@ local total = 0
|
|||
-- flows_filter["detailsLevel"] = "high"
|
||||
|
||||
if not flows_to_update then
|
||||
flows_stats = interface.getFlowsInfo(flows_filter["hostFilter"], flows_filter, flows_filter["talkingWith"] ,flows_filter["client"],flows_filter["server"])
|
||||
flows_stats = interface.getFlowsInfo(flows_filter["hostFilter"], flows_filter, flows_filter["talkingWith"] ,flows_filter["client"],flows_filter["server"], flows_filter["flow_info"])
|
||||
|
||||
if(flows_stats == nil) then
|
||||
flows_stats = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue