Skip to main content
Glama

mcpacket

by danohn
MIT License
7

analyze_dhcp_packets

Analyze DHCP packets from PCAP files to identify network configuration issues and security anomalies. Supports local files or URLs for network troubleshooting and security monitoring.

Instructions

Analyze DHCP packets from a PCAP file and return comprehensive analysis results.

⚠️ FILE UPLOAD LIMITATION: This MCP tool cannot process files uploaded through Claude's web interface. Files must be accessible via URL or local file path.

SUPPORTED INPUT FORMATS:

UNSUPPORTED:

  • Files uploaded through Claude's file upload feature

  • Base64 file content

  • Relative file paths

Args: pcap_file: HTTP URL or absolute local file path to PCAP file

Returns: A structured dictionary containing DHCP packet analysis results

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