wireshark_extract_http_requests
Extract HTTP request details from pcap files to analyze web traffic patterns, identify endpoints, and monitor network activity.
Instructions
[Convenience] Extract HTTP request details (method, URI, host). Pre-configured field extraction for HTTP analysis.
Returns: Tabular text with HTTP request data or JSON error
Example: wireshark_extract_http_requests("web_traffic.pcap", limit=50)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pcap_file | Yes | ||
| limit | No |