{% extends "base.html" %} {% block comments %} {% endblock %} {% block title %}App Framework: Edit and Add PCAP Files{% endblock %} {% block header_row %}
Description | PCAP File | Upload Time | File Type | Start Time | End Time | Total Packets | Total Packet Bytes |
---|---|---|---|---|---|---|---|
No files uploaded yet. | |||||||
{{ datafile.description }} | {{ datafile.datafile.url|filename }} | {{ datafile.uploaded_at }} | {{ datafile.file_type }} | {{ datafile.start_time }} | {{ datafile.end_time }} | {{ datafile.pkt_count }} | {{ datafile.packet_bytes }} |
This PCAP file manager supports the following PCAP types: {{supported_files}}
{% endif %} {% if pcap_lib_warning %}Accurate Start Time, End Time, Total Packets, and Total Packet Bytes data requires installing steelscript.packets.
{% endif %}