Hi everyone
I am working on an experiment where I want to analyze raw network traffic (PCAP files from Wireshark) and then ask natural language questions on top of that data using an LLM via MCP (Model Context Protocol) server.
Goal (high level):
- Capture traffic using Wireshark / PCAP
- Analyze raw packet‑level data (not just summaries)
- Expose this data to an MCP server
- Ask NLQ questions, e.g.:
- “Is there any suspicious traffic spike?”
- “Which IP is generating abnormal packets?”
- “What protocols dominated during the outage?”
- I want to keep the system low‑cost, serverless, and focused on deep raw‑data analysis, not just summaries.
Any guidance, examples, or design suggestions would be greatly appreciated.
Thanks in advance!