摘要: http://www.rhyous.com/2011/11/13/how-to-read-a-pcap-file-from-wireshark-with-c/In my Computer Security class I am taking as part of my Masters of Computer Science course, we need to parse a Pcap dump file.PrerequisitesIt is expected you have Visual Studio 2010 already. It may work the same with Visu 阅读全文
posted @ 2012-10-14 23:45 hailong 阅读(5897) 评论(0) 推荐(0)
摘要: 来自http://www.cnblogs.com/ErinCodeMM/archive/2011/07/10/2102517.html// OpenAndFilterAndPres.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "pcap.h" #include "remote-ext.h" #include"stdlib.h" /* 4 bytes IP address */ t 阅读全文
posted @ 2012-10-14 23:41 hailong 阅读(1495) 评论(0) 推荐(0)