摘要:
#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; ... 阅读全文