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

@ -28,7 +28,7 @@ for k,v in pairs(p) do
end
if(l4 ~= v.l7_proto) then
table.insert(row, l4 .. "." .. v.l7_proto)
table.insert(row, l4 .. ":" .. v.l7_proto)
else
table.insert(row, v.l7_proto)
end