follow_tcp_stream
Reconstruct a TCP conversation from a PCAP file. Specify the stream index and choose output format: ASCII, hex, or raw.
Instructions
Reconstruct a TCP conversation from a PCAP file.
Args: filepath: Path to PCAP/PCAPNG file stream_index: Index of the TCP stream to follow (0-based) format: Output format: ascii, hex, or raw
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | Yes | ||
| stream_index | No | ||
| output_format | No | ascii |