This tool can capture serial port traffic and store all data in PCAP format. It is later possible to open it by Wireshark and analyze it. It is also possible to use realtime mode with named pipe ...
PCAP_Analyser/ ├── README.md # This file ├── requirements.txt # Python dependencies ├── simple_analyzer.py # Core PCAP analysis engine ├── mcp_server.py # MCP server for LLM integration ├── mcp_config ...