Re: [tcpdump-workers] How to find the exact error happened when the

2009-04-02 Thread Shameem Ahamed
Hello Aaron, Thanks for the reply. It works fine. Regards, Shameem > Date: Thu, 2 Apr 2009 15:30:11 -0700 > Subject: Re: [tcpdump-workers] How to find the exact error happened when the > From: synfina...@gmail.com > To: tcpdump-workers@lists.tcpdump.org > > On Wed, Apr 1

Re: [tcpdump-workers] How to find the exact error happened when the

2009-04-02 Thread Aaron Turner
On Wed, Apr 1, 2009 at 10:36 PM, Shameem Ahamed wrote: > > Hi All, > > I am calling the pcap_loop function with a count of -1 (I want to process all > the packets in the captured pcap file.). > > After the first correct packet (packet with a valid payload), pcap_loop > terminates with a -1, whic

[tcpdump-workers] How to find the exact error happened when the pcap_loop returns -1

2009-04-01 Thread Shameem Ahamed
Hi All, I am calling the pcap_loop function with a count of -1 (I want to process all the packets in the captured pcap file.). After the first correct packet (packet with a valid payload), pcap_loop terminates with a -1, which indicates an internal error . Am i correct ?. How can i know th