mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Fixes #5733 and the regressions introduced by 13d804e199
Updated code for new nDPI API
This commit is contained in:
parent
14143d7690
commit
aca352452e
6 changed files with 20 additions and 15 deletions
|
|
@ -745,7 +745,7 @@ else
|
|||
print("(<A HREF=\""..ntop.getHttpPrefix().."/lua/")
|
||||
print("flows_stats.lua?category=" .. flow["proto.ndpi_cat"] .. "\">")
|
||||
print(getCategoryLabel(flow["proto.ndpi_cat"]))
|
||||
print("</A>) ".. formatBreed(flow["proto.ndpi_breed"]))
|
||||
print("</A>) ".. formatBreed(flow["proto.ndpi_breed"], flow["proto.is_encrypted"]))
|
||||
end
|
||||
|
||||
if(flow["verdict.pass"] == false) then print("</strike>") end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue