Reworked service and periodic map

This commit is contained in:
Luca Deri 2020-10-11 14:47:15 +02:00
parent 731ed865a4
commit 3af2b10a9f
10 changed files with 83 additions and 40 deletions

View file

@ -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