Fixed TooEarly nDPI protocol report

This commit is contained in:
Luca Deri 2021-05-22 11:40:01 +02:00
parent d81d8a3295
commit 45f0f80296
5 changed files with 31 additions and 21 deletions

View file

@ -1368,7 +1368,7 @@ function getApplicationLabel(name)
local icon = getApplicationIcon(name)
name = name:gsub("^%l", string.upper)
return(icon.." "..name)
return(icon.." "..shortenString(name, 12))
end
-- #################################