{% extends "base.html" %} {% block title %}Wireshark - AUTARCH{% endblock %} {% block content %}

Engine Status

Scapy
{{ 'Available' if status.scapy else 'Missing' }}
tshark
{{ 'Available' if status.tshark else 'Not found' }}
Live Capture
{{ 'Ready' if status.can_capture else 'Needs root' }}
Status
Idle

Live Capture

PCAP File Analysis

{% endblock %}