mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Changed old info string into lateral movement
This commit is contained in:
parent
48554751f9
commit
cf363eaa10
1 changed files with 2 additions and 2 deletions
|
|
@ -59,8 +59,8 @@ function alert_lateral_movement.format(ifid, alert, alert_type_params)
|
|||
hostinfo2detailshref(server, nil, hostinfo2label(server))
|
||||
|
||||
rsp = rsp .. " ["..interface.getnDPIProtoName(alert.l7_proto).."]"
|
||||
if not isEmptyString(alert_type_params.info) then
|
||||
rsp = rsp .. "[" .. alert_type_params.info .. "]"
|
||||
if not isEmptyString(info) then
|
||||
rsp = rsp .. "[" .. info .. "]"
|
||||
end
|
||||
|
||||
return(rsp)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue