mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
Fix for #176
This commit is contained in:
parent
0db67b2f09
commit
0b07b4ae65
1 changed files with 2 additions and 1 deletions
|
|
@ -236,7 +236,8 @@ for key, value in pairs(flows_stats) do
|
|||
|
||||
---------------- APP ----------------
|
||||
if(application ~= nil) then
|
||||
process = process and (flows_stats[key]["proto.ndpi"] == application)
|
||||
io.write(flows_stats[key]["proto.ndpi"].."\n")
|
||||
process = process and (string.ends(flows_stats[key]["proto.ndpi"], application))
|
||||
end
|
||||
if (debug and (not process)) then io.write("Stop ndpi\n")end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue