follow_stream
Reconstruct TCP or UDP stream content from a PCAP file, optionally using a TLS key log to decrypt TLS traffic.
Instructions
Follow and reconstruct a TCP or UDP stream.
Args: file_path: Path to the PCAP file protocol: Stream protocol - "tcp", "udp", or "sctp" stream_index: Stream index to follow (default: 0, the first stream) keylog_file: Optional path to a TLS key log file. When provided, use follow_tls_stream instead for decrypted TLS content.
Returns: Reconstructed stream content as ASCII text
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| protocol | Yes | ||
| file_path | Yes | ||
| keylog_file | No | ||
| stream_index | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |