analyze_dhcp_packets
Analyze DHCP packets from PCAP files to identify network configuration issues, monitor IP address assignments, and troubleshoot DHCP server-client communications.
Instructions
Analyze DHCP packets from a PCAP file and return comprehensive analysis results.
Args: pcap_file: Path to local PCAP file or HTTP URL to remote PCAP file
Returns: A structured dictionary containing DHCP packet analysis results
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pcap_file | Yes |