mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Implements flows filter by client/server ASN
This commit is contained in:
parent
420dbe8020
commit
4e4020a480
13 changed files with 150 additions and 49 deletions
|
|
@ -55,8 +55,9 @@ to_skip = (currentPage-1) * perPage
|
|||
|
||||
if(sortOrder == "desc") then sOrder = false else sOrder = true end
|
||||
|
||||
local ases_stats = interface.getASesInfo(sortColumn, perPage, to_skip, sOrder,
|
||||
false --[[high, but not higher details as there's no need for nDPI here --]])
|
||||
local ases_stats = interface.getASesInfo({sortColumn = sortColumn,
|
||||
maxHits = perPage, toSkip = to_skip,
|
||||
a2zSortOrder = sOrder, detailsLevel = "high"})
|
||||
|
||||
local total_rows = 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue