mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Updated pcap page
This commit is contained in:
parent
6cdfca5eca
commit
11ea46db7e
15 changed files with 268 additions and 66 deletions
|
|
@ -31,6 +31,11 @@ local server = _GET["server"]
|
|||
local flow_info = _GET["flow_info"]
|
||||
local aggregation_criteria = _GET["aggregation_criteria"] or "client_server_srv_port_app_proto"
|
||||
local base_url = ntop.getHttpPrefix() .. "/lua/flows_stats.lua"
|
||||
local ifid = _GET["ifid"]
|
||||
if not isEmptyString(ifid) then
|
||||
interface.select(ifid)
|
||||
end
|
||||
|
||||
local page_params = {
|
||||
ifid = interface.getId(),
|
||||
client = client,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue