mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Added additional ICMPv6 types/codes
This commit is contained in:
parent
dceb5f2741
commit
da4be43a0e
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue