wireshark_merge_pcaps
Combine multiple network capture files into a single file for unified analysis using the Wireshark MCP server.
Instructions
Merge multiple capture files into one.
Args: output_file: Path for merged output file input_files: Comma-separated list of input file paths
Returns: Success message or JSON error
Errors: FileNotFound: One or more input files not found ToolNotFound: mergecap not available
Example: wireshark_merge_pcaps("merged.pcap", "file1.pcap,file2.pcap,file3.pcap")
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_file | Yes | ||
| input_files | Yes |