wireshark_extract_dhcp_info
Extract DHCP lease information from pcap files, including IP addresses, hostnames, DNS servers, and lease times.
Instructions
[DHCP] Extract DHCP lease information (IPs, hostnames, DNS servers, lease times).
Args: pcap_file: Path to capture file
Returns: DHCP lease information or JSON error
Example: wireshark_extract_dhcp_info("network_boot.pcap")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pcap_file | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |