[WinPcap-users] Problem to list packet with pcap_next_ex

2004-04-19 Thread Julien Seignalet
Hello all, First time I used this mailing list so hello all :) I program a c++ software to capture network traffic and analyze it so Winpcap is very useful :) But i got an issue with the pcap_next_ex function. I explain: In my code i analyze the paket as soon as they arrived and it works

Re: [WinPcap-users] Problem to list packet with pcap_next_ex

2004-04-19 Thread Gianluca Varenni
-users] Problem to list packet with pcap_next_ex Hello all, First time I used this mailing list so hello all :) I program a c++ software to capture network traffic and analyze it so Winpcap is very useful :) But i got an issue with the pcap_next_ex function. I explain: In my