Merge branch 'dev' of https://github.com/ntop/ntopng into dev

This commit is contained in:
Luca Deri 2018-12-10 22:31:55 +01:00
commit e203cf1048
18 changed files with 96 additions and 56 deletions

View file

@ -2507,6 +2507,7 @@ function getFlowStatus(status, flowstatus_info)
elseif(status == 16) then return(formatSuspiciousDeviceProtocolAlert(flowstatus_info))
elseif(status == 17) then return("<font color=orange>"..i18n("flow_details.elephant_flow_l2r").."</font>")
elseif(status == 18) then return("<font color=orange>"..i18n("flow_details.elephant_flow_r2l").."</font>")
elseif(status == 19) then return("<font color=orange>"..i18n("flow_details.longlived_flow").."</font>")
else return("<font color=orange>"..i18n("flow_details.unknown_status",{status=status}).."</font>")
end
end