This commit is contained in:
Luca Deri 2015-09-22 21:00:59 +02:00
parent 0db67b2f09
commit 0b07b4ae65

View file

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