Added support in flow details for STUN MAPPED-ADDRESS

This commit is contained in:
Luca Deri 2024-04-12 21:13:52 +02:00
parent 7d0a946007
commit 4a93fe8a87
5 changed files with 49 additions and 7 deletions

View file

@ -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