Skip to main content
Glama
bx33661

Wireshark MCP

by bx33661

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
NameRequiredDescriptionDefault
output_fileYes
input_filesYes

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bx33661/Wireshark-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server