GV, I rewrote the code to use pcap_next_ex() and instead of using pcap_breakloop() used my own flag variable and things are now working fine.
Many Thanks! Regards, Srivats On Wed, Nov 4, 2009 at 8:36 PM, <[email protected]> wrote: > Date: Tue, 3 Nov 2009 16:14:40 -0800 > From: "Gianluca Varenni" <[email protected]> > Subject: Re: [Winpcap-users] pcap_loop()/pcap_breakloop() problem > To: <[email protected]> > Message-ID: <24e1c7dc3463495c91220bd7f1e2e...@nelson3> > Content-Type: text/plain; format=flowed; charset="iso-8859-1"; > reply-type=original > > There is no difference between pcap_next_ex and pcap_loop/pcap_dispatch even > in that case. Please consider that when dumping to disk, the bottleneck is > > 1. the disk itself > 2. the filesystem > 3. the fact that pcap_dump_open/pcap_dump use the standard FILE I/O > routines. > > Have a nice day > GV _______________________________________________ Winpcap-users mailing list [email protected] https://www.winpcap.org/mailman/listinfo/winpcap-users
