mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Implements #6215
This commit is contained in:
parent
d94bd3255e
commit
a1e4e98fcb
4 changed files with 8 additions and 2 deletions
|
|
@ -474,6 +474,7 @@ else
|
|||
print("flows_stats.lua?category=" .. flow["proto.ndpi_cat"] .. "\">")
|
||||
print(getCategoryLabel(flow["proto.ndpi_cat"]))
|
||||
print("</A>) ".. formatBreed(flow["proto.ndpi_breed"], flow["proto.is_encrypted"]))
|
||||
print(" ["..i18n("ndpi_confidence")..": "..flow.confidence.."]")
|
||||
end
|
||||
|
||||
if(flow["verdict.pass"] == false) then print("</strike>") end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue