{% load staticfiles %} {% load analysis_tags %} TCP {% if analysis.network.tcp %} Source Source Port Destination Destination Port {% for p in analysis.network.tcp %} {{p.src}} {{p.sport}} {{p.dst}} {{ iplookups|get_item:p.dst }} {{p.dport}} {% endfor %} {% else %} No TCP connections recorded. {% endif %}
No TCP connections recorded.