wireshark_extract_http_requests
Extract HTTP request details (method, URI, host) from pcap files for quick analysis. Returns tabular data with configurable request limit.
Instructions
[HTTP] Extract HTTP request details (method, URI, host). Pre-configured for HTTP analysis.
Args: pcap_file: Path to capture file limit: Maximum requests to return (default: 100)
Returns: Tabular text with HTTP request data or JSON error
Example: wireshark_extract_http_requests("web_traffic.pcap", limit=50)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| pcap_file | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |