调用winpcap发送路由器公告
摘要:
#include #include #include #pragma comment(lib, "packet.lib") #pragma comment(lib, "wpcap.lib") int main(int argc, char **argv) { pcap_t *fp; char errbuf[PCAP_ERRBUF_SIZE]; u_ch... 阅读全文
posted @ 2018-02-05 23:38 yanhc 阅读(448) 评论(0) 推荐(0)
浙公网安备 33010602011771号