Skip to main content
Glama
bx33661

Wireshark MCP

by bx33661

wireshark_filter_save

Filter network packets from a PCAP file using Wireshark display filters and save the filtered results to a new file for focused analysis.

Instructions

Filter packets from a pcap and save to a new file.

Args: input_file: Source pcap file output_file: Destination pcap file display_filter: Wireshark display filter (e.g. "http.request.method == POST")

Returns: Success message or error JSON

Errors: FileNotFound: input_file does not exist ExecutionError: Filter failed

Example: wireshark_filter_save("big.pcap", "http_only.pcap", "http")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
input_fileYes
output_fileYes
display_filterYes

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