follow_tcp
Extract the ASCII payload of a TCP stream from a pcap file by specifying the file path and stream index.
Instructions
Follow a TCP stream by index and return its ASCII payload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the .pcap or .pcapng file | |
| stream_id | No | TCP stream index to follow (default: 0) |