mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Adds Application label to flow alerts
This commit is contained in:
parent
7f7dea8d87
commit
626677705b
1 changed files with 1 additions and 1 deletions
|
|
@ -673,7 +673,7 @@ function formatRawFlow(record, flow_json)
|
|||
|
||||
local l7proto_name = interface.getnDPIProtoName(tonumber(record["l7_proto"]) or 0)
|
||||
if not isEmptyString(l7proto_name) and l4_proto_label ~= l7proto_name then
|
||||
flow = flow.."["..l7proto_name.."] "
|
||||
flow = flow.."["..i18n("application")..": " ..l7proto_name.."] "
|
||||
end
|
||||
|
||||
local decoded = json.decode(flow_json)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue