{% extends "base.html" %} {% block content %}
Filename File Size MD5 Processing Start Duration Status
{{filename}} {{filesize|filesizeformat}} {{md5}} {{start}} {{duration}} {{status}}
{% for error in errors %}
{{error}}
{% endfor %}
{% for analysis in analyses %}
IDS Version Ruleset Duration
{{analysis.module}} {{analysis.version}} {{analysis.ruleset}} {{analysis.duration}}
{% for row in analysis.alerts | sort(attribute='timestamp')%} {% else %} {% endfor %}
Timestamp SID Class Type Message Source Destination Protocol
{{row.timestamp}} {{row.sid}} {{row.classtype}} {{row.message}} {{row.source}} {{row.destination}} {{row.protocol}}
No Alerts Generated
{% else %} No analysis of PCAP performed {% endfor %}
{% endblock %}