mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Implements visibility of ICMP port-unreachable flows IPv4
This commit is contained in:
parent
69b1dd998e
commit
ae23ebcd1c
13 changed files with 307 additions and 11 deletions
|
|
@ -2686,7 +2686,8 @@ function getICMPTypeCode(icmp)
|
|||
|
||||
for _, _e in ipairs(_icmp_types) do
|
||||
if((_e[1] == t) and (_e[2] == c)) then
|
||||
return(_e[3])
|
||||
local res = _e[3]
|
||||
return res
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue