ICMP traffic

{% if report.analysis.network.icmp %} {% for packet in report.analysis.network.icmp %} {% endfor %}
Source Destination ICMP Type Data
{{packet.src}} {{packet.dst}} {{packet.type}} {{packet.data}}
{% else %}

No ICMP traffic performed.

{% endif %}