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