mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Added support in flow details for STUN MAPPED-ADDRESS
This commit is contained in:
parent
7d0a946007
commit
4a93fe8a87
5 changed files with 49 additions and 7 deletions
|
|
@ -667,7 +667,7 @@ local function formatFlowHost(flow, cli_or_srv, historical_bounds, hyperlink_suf
|
|||
mac
|
||||
end
|
||||
|
||||
local function formatFlowPort(flow, cli_or_srv, port, historical_bounds)
|
||||
function formatFlowPort(flow, cli_or_srv, port, historical_bounds)
|
||||
if not historical_bounds then
|
||||
return "<A HREF=\"" .. ntop.getHttpPrefix() .. "/lua/flows_stats.lua?port=" .. port .. "\">" .. port .. "</A>"
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue