wireshark_extract_smtp_emails
Extract SMTP email metadata including sender, recipient, subject, and server info from pcap files.
Instructions
[SMTP] Extract SMTP email metadata (sender, recipient, subject, mail server info).
Args: pcap_file: Path to capture file limit: Maximum emails to extract (default: 50)
Returns: SMTP email metadata or JSON error
Example: wireshark_extract_smtp_emails("email_traffic.pcap")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| pcap_file | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |