mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
parent
d7765bb32d
commit
359d359d09
8 changed files with 121 additions and 73 deletions
|
|
@ -35,6 +35,8 @@ local uid = _GET["uid"]
|
|||
local pid = _GET["pid"]
|
||||
local container = _GET["container"]
|
||||
local pod = _GET["pod"]
|
||||
local icmp_type = _GET["icmp_type"]
|
||||
local icmp_code = _GET["icmp_cod"]
|
||||
|
||||
local deviceIP = _GET["deviceIP"]
|
||||
local inIfIdx = _GET["inIfIdx"]
|
||||
|
|
@ -196,6 +198,9 @@ if not isEmptyString(asn) then
|
|||
pageinfo["asnFilter"] = tonumber(asn)
|
||||
end
|
||||
|
||||
pageinfo["icmp_type"] = tonumber(icmp_type)
|
||||
pageinfo["icmp_code"] = tonumber(icmp_code)
|
||||
|
||||
if not isEmptyString(tcp_state) then
|
||||
pageinfo["tcpFlowStateFilter"] = tcp_state
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue