wireshark_follow_stream
Reassemble and paginate network streams from pcap files. Supports TCP, UDP, TLS, HTTP, and HTTP2 protocols with ASCII, hex, or raw output.
Instructions
[Stream] Reassemble stream with pagination. protocol: tcp|udp|tls|http|http2. output_mode: ascii|hex|raw.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| protocol | No | tcp | |
| pcap_file | Yes | ||
| limit_lines | No | ||
| output_mode | No | ascii | |
| offset_lines | No | ||
| stream_index | Yes | ||
| search_content | No |