generate_report
Analyze packet captures to produce network analysis reports in markdown or HTML with customizable sections for summaries, protocols, conversations, HTTP, DNS, and security.
Instructions
Generate a comprehensive analysis report in markdown or HTML.
Args: file_path: Path to PCAP/PCAPNG file report_format: Output format — 'markdown' or 'html' sections: Comma-separated list of sections to include
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| report_format | No | markdown | |
| sections | No | summary,protocols,conversations,http,dns,security |