Add info and app-client-criteria. (#7343) (#7348)

This commit is contained in:
Nicolò Maio 2023-03-27 16:19:39 +02:00 committed by GitHub
parent b60204d4fe
commit 9c73a3e7f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 442 additions and 259 deletions

View file

@ -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 = {}