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

Export & Download

Download generated artifacts for protocol analysis tools.


{% if artifacts.dissector_path %}
Wireshark Dissector

Lua dissector for Wireshark protocol analysis

Download
{% endif %} {% if artifacts.scapy_layer_path %}
Scapy Layer

Python Scapy layer for packet manipulation

Download
{% endif %} {% if artifacts.kaitai_path %}
Kaitai Struct

Binary parser definition for multiple languages

Download
{% endif %} {% if artifacts.test_vectors_path %}
Test Vectors

Generated test cases for protocol validation

Download
{% endif %} {% if artifacts.report_path %}
Analysis Report

Comprehensive analysis report (HTML/PDF)

Download
{% endif %} {% if not artifacts %}
No artifacts available yet. Analysis may still be in progress or incomplete.
{% endif %}

{% endblock %}