I have following file: test_network.pcap: tcpdump capture file (little-endian) - version 2.4 (Ethernet, capture length 65535)
I know that in this file are few video streams.
How do I extract them?
[The file is ~180 GB
]
Try some Pcap TCP reconstruction tools:
There are tools developed to achieve your goal, some of these are open source, for example:
You can check following link for understad pcap specification: PCAP especification
This website could be useful for you: tcpdump.org
Also you can use c++ library: libpcap++