mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-04 01:40:12 +00:00
Reworked service and periodic map
This commit is contained in:
parent
731ed865a4
commit
3af2b10a9f
10 changed files with 83 additions and 40 deletions
|
|
@ -64,7 +64,7 @@ for k,v in pairs(p) do
|
|||
if((host_ip == nil)
|
||||
or (v.client == host_ip)
|
||||
or (v.server == host_ip) ) then
|
||||
local k = "^".. getL4ProtoName(v.l4_proto) .. "." .. v.l7_proto .."$"
|
||||
local k = "^".. getL4ProtoName(v.l4_proto) .. ":" .. v.l7_proto .."$"
|
||||
|
||||
keys_regex[v.l7_proto] = k
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue