Minor flow info change

This commit is contained in:
Luca Deri 2016-04-24 21:57:38 +02:00
parent 89ea597be3
commit 8017ad8c3d

View file

@ -264,6 +264,8 @@ for key, value in ipairs(flows_stats) do
info = shortenString(flows_stats[key]["ssl.certificate"])
elseif(flows_stats[key]["bittorrent_hash"] ~= nil) then
info = shortenString(flows_stats[key]["bittorrent_hash"])
elseif(flows_stats[key]["host_server_name"] ~= nil) then
info = shortenString(flows_stats[key]["host_server_name"])
end
flows_stats[key]["info"] = info