mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Various ICMP flow handling improvements
This commit is contained in:
parent
6bd3b75fc4
commit
e190632fd8
7 changed files with 87 additions and 19 deletions
|
|
@ -62,7 +62,7 @@ if(stats ~= nil) then
|
|||
|
||||
print('<tr><td><a href="'..ntop.getHttpPrefix()..'/lua/flows_stats.lua?icmp_type='..
|
||||
icmp_type..'&icmp_cod='..icmp_value..'&version='.. ternary(is_v4, "4", "6") ..'">'..
|
||||
icmp_utils.get_icmp_label(ternary(is_v4, 4, 6), icmp_type, icmp_value)..'</a>')
|
||||
icmp_utils.get_icmp_label(icmp_type, icmp_value)..'</a>')
|
||||
|
||||
print(string.format("<td>%u</td>", icmp_type))
|
||||
print(string.format("<td>%u</td>", icmp_value))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue