当前位置: 技术问答>linux和unix
关于使用libpcap截包的问题
来源: 互联网 发布时间:2015-05-21
本文导语: pcap_t * temp;截包 (*temp).buffer是不是就是截下来的东西,buffer是从源文件pcap-int.h看来的。但是返回field not found,请问截下来的东西在哪里? | pcap_loop(descr,0,(pcap_handler)handle_ethernet,NULL); u_int16_...
pcap_t * temp;截包
(*temp).buffer是不是就是截下来的东西,buffer是从源文件pcap-int.h看来的。但是返回field not found,请问截下来的东西在哪里?
(*temp).buffer是不是就是截下来的东西,buffer是从源文件pcap-int.h看来的。但是返回field not found,请问截下来的东西在哪里?
|
pcap_loop(descr,0,(pcap_handler)handle_ethernet,NULL);
u_int16_t handle_ethernet
(u_char *args,const struct pcap_pkthdr* pkthdr,const u_char*packet);
packet里是截下来的东西
u_int16_t handle_ethernet
(u_char *args,const struct pcap_pkthdr* pkthdr,const u_char*packet);
packet里是截下来的东西