Network Analysis
%if not isinstance(network, dict) or (not network["hosts"] and not network["dns"] and not network["http"]): Nothing to display. %else: %if network["hosts"]:
<%include file="../images/world.html" /> Hosts Involved <%include file="../images/plus.html" />
%endif %if network["dns"]:
<%include file="../images/world.html" /> DNS Requests <%include file="../images/plus.html" />
%endif %if network["http"]:
<%include file="../images/world.html" /> HTTP Requests <%include file="../images/plus.html" />
%endif %endif <%include file="../images/arrow_up.html" />