wireshark_extract_dns_queries
Extract DNS query details including name and type from pcap files for analysis.
Instructions
[DNS] Extract DNS query details (name, type). Pre-configured for DNS analysis.
Args: pcap_file: Path to capture file limit: Maximum queries to return (default: 100)
Returns: Tabular text with DNS queries or JSON error
Example: wireshark_extract_dns_queries("dns_traffic.pcap")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| pcap_file | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |