Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有以下文件:test_network.pcap: tcpdump capture file (little-endian) - version 2.4 (Ethernet, capture length 65535) 我知道这个文件中的视频流很少。我如何提取它们?
test_network.pcap: tcpdump capture file (little-endian) - version 2.4 (Ethernet, capture length 65535)
[文件是~180 GB]
~180 GB
尝试一些 Pcap TCP 重建工具:
http://www.codeproject.com/KB/IP/TcpRecon.aspx
http://code.google.com/p/pcap-reconst/
开发了一些工具来实现您的目标,其中一些是开源的,例如:
您可以查看以下链接以了解了解 pcap 规范:PCAP especification
该网站可能对您有用:tcpdump.org
您也可以使用 c++ 库:libpcap++