mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Improved ICMP entropy report
This commit is contained in:
parent
980f065935
commit
2864694cc1
2 changed files with 11 additions and 13 deletions
|
|
@ -43,6 +43,7 @@ end
|
|||
function icmp_utils.get_icmp_type(icmp_type, omit_number)
|
||||
local icmp_type_string = i18n("icmp_info.type." .. tostring(icmp_type) .. ".info") or ""
|
||||
|
||||
|
||||
if isEmptyString(icmp_type_string) then
|
||||
icmp_type_string = tostring(icmp_type)
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue