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