Improved ICMP entropy report

This commit is contained in:
Luca Deri 2022-12-18 14:06:35 +01:00
parent 980f065935
commit 2864694cc1
2 changed files with 11 additions and 13 deletions

View file

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