tshark_extract_files
Extract files from packet captures (pcap) by reassembling objects from HTTP, DICOM, IMF, SMB, or TFTP network traffic.
Instructions
Extract files from HTTP, DICOM, IMF, SMB, or TFTP traffic in a pcap file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Path to the pcap file on the remote host | |
| protocol | No | Protocol to extract files from (default: http) | |
| outputDir | No | Directory to save extracted files (default: /tmp/mcp-extracted) |