摘要: 1 // OpenAndFilterAndPres.cpp : Defines the entry point for the console application. 2 // 3 4 #include "stdafx.h" 5 #include "pcap.h" 6 #include "remote-ext.h" 7 #include"stdlib.h" 8 9 /* 4 bytes IP address */ 10 typedef struct ip_address{ 11 u_char byte1; 12 阅读全文
posted @ 2011-07-10 20:39 ErinFlyingFish 阅读(5982) 评论(1) 推荐(0) 编辑