Analyzes PCAP files to enable LLMs to query and understand network traffic, providing structured JSON responses.
This modular Python server analyzes PCAP files, enabling Large Language Models (LLMs) to read and interpret network packet captures from local or remote sources. It provides structured JSON responses about network traffic, utilizing a flexible architecture with dedicated modules for various protocols, ensuring targeted analysis and easy extensibility. The server leverages the powerful Scapy library for comprehensive packet parsing and analysis.