Skip to main content
Glama

mcpacket

by danohn
MIT License
7

analyze_capinfos

Extract metadata from PCAP files to analyze network packet captures, providing file statistics, packet counts, temporal data, and traffic information for network security and troubleshooting.

Instructions

Return metadata from a PCAP file, similar to Wireshark's capinfos utility.

IMPORTANT: This tool expects a FILE PATH or URL, not file content.

Args: pcap_file: Path to local PCAP file or HTTP URL to remote PCAP file (NOT file content - must be a path or URL)

Returns: A structured dictionary containing PCAP metadata including: - File information (size, name, encapsulation type) - Packet statistics (count, data size, average sizes) - Temporal data (duration, timestamps, rates)

Input Schema

NameRequiredDescriptionDefault
pcap_fileYes

Input Schema (JSON Schema)

{ "properties": { "pcap_file": { "title": "Pcap File", "type": "string" } }, "required": [ "pcap_file" ], "type": "object" }

Other Tools from mcpacket

Related Tools

    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/danohn/mcpacket'

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