void packet_handler(u_char* packets,const struct pcap_pkthdr *header,const u_char *data) 在这个方法中如何得到 包的内容! 还有就是这个方法的参数的意思!!谢谢!!
I have been using dotnetwinpcap to use WinPcap in my VB.net program. However I find that I cannot decipher the results into something comparable to what Ethereal gives me in its "Packet Bytes" window.