analyze_large_pcap
Process large PCAP files in chunks to analyze network traffic without memory overload, using optional filters.
Instructions
Analyze a large PCAP file in chunks for memory efficiency.
Processes packets in batches, accumulating statistics.
Args: filepath: Path to PCAP/PCAPNG file chunk_size: Number of packets per processing chunk display_filter: Optional Wireshark display filter ctx: Optional MCP context for progress reporting
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | Yes | ||
| chunk_size | No | ||
| display_filter | No |