I need to extract TCP Flows with their content from dump file and then save their flow into other file each flow separately
tcpflow -r my_dump_file.pcap -o output_dir/
It will extract each tcp flow, separately, into a file under output_dir. Each flow in its own file.
Here's the manpage with more options