follow_tcp
Follow a TCP stream by index from a pcap file and retrieve its ASCII payload for analysis.
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) |