This commit is contained in:
Luca Deri 2022-01-18 22:52:32 +01:00
parent d94bd3255e
commit a1e4e98fcb
4 changed files with 8 additions and 2 deletions

View file

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