Fixes web interface http server name visualization issues

This commit is contained in:
Simone Mainardi 2016-06-21 16:19:11 +02:00
parent e33ed413d2
commit 95d6e80bd5

View file

@ -134,7 +134,7 @@ for key, value in ipairs(flows_stats) do
if(vhost ~= nil) then
if((flows_stats[key]["cli.host"] ~= vhost)
and (flows_stats[key]["srv.host"] ~= vhost)
and (flows_stats[key]["http.server_name"] ~= vhost)
and (flows_stats[key]["protos.http.server_name"] ~= vhost)
and (flows_stats[key]["protos.dns.last_query"] ~= vhost)) then
process = false
end