摘要:
#include #include #include #include #include #include "myerror.h"int main(int argc, char* argv[]){ struct in_addr net_ip_address; struct in_addr net_mask_address; u_int32_t net_ip; u_int32_t net_mask; char errbuff[PCAP_ERRBUF_SIZE]; char* net_ip_string; char* net_mask_string; ... 阅读全文
posted @ 2013-09-15 12:21
Coder王
阅读(497)
评论(0)
推荐(0)
浙公网安备 33010602011771号