Skip to main content
Glama
bx33661

Wireshark MCP

by bx33661

wireshark_extract_fields

Extract specific network packet fields from PCAP files as structured tabular data for analysis using customizable filters and pagination.

Instructions

[Tabular] Extract specific fields as comma/tab-separated data.

Args: fields: Comma-separated field names (e.g. "ip.src,tcp.port,http.host") display_filter: Optional filter (e.g. "http.request.method == POST") limit: Max rows to return (default: 100) offset: Skip first N rows (pagination)

Returns: Tabular text output or JSON error

Errors: FileNotFound: pcap_file does not exist ExecutionError: Field extraction failed

Example: wireshark_extract_fields("file.pcap", "ip.src,ip.dst,tcp.port", display_filter="tcp")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pcap_fileYes
fieldsYes
display_filterNo
limitNo
offsetNo

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