mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue