THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.

Revision history  [back]

follow udp stream cmd line

Hello!

I need to extract video from .pcap file (multicast stream). I can open file in wireshark->analyze->follow->UDP stream->show and save data as raw->save as->video.ts. But how I can get similar result in tshark? When I use tshark -r abc.pcap -z follow,udp,raw,0 -w video.ts, I get something wrong.