Added additional ICMPv6 types/codes

This commit is contained in:
Luca Deri 2025-02-10 23:31:05 +01:00
parent dceb5f2741
commit da4be43a0e

View file

@ -43,7 +43,6 @@ 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