简体   繁体   English

如何从 pcap 文件中获取图像?

[英]How can i get an image from a pcap file?

I wrote a basic c# wrapper for winpcap to capture packets from an interface and saving them to a dump file.我为 winpcap 编写了一个基本的 c# 包装器,以从接口捕获数据包并将它们保存到转储文件中。 Now i wanna get images in that pcap files.现在我想在那个 pcap 文件中获取图像。 Is there a c# library for this purpose?是否有用于此目的的 c# 库?

Have a look at DriftNet看看DriftNet

Inspired by EtherPEG (though, not owning an Apple Macintosh, I've never actually seen it in operation), Driftnet is a program which listens to network traffic and picks out images from TCP streams it observes. Driftnet 受 EtherPEG 的启发(虽然没有 Apple Macintosh,但我从未真正看到它在运行中),Driftnet 是一个程序,它监听网络流量并从它观察到的 TCP 流中挑选图像。 Fun to run on a host which sees lots of web traffic.在看到大量 web 流量的主机上运行很有趣。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM