follow_udp
Retrieve the ASCII payload from a specific UDP stream in a packet capture file by providing the stream index.
Instructions
Follow a UDP 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 | UDP stream index to follow (default: 0) |