in reply to Re: Killing Net::pcap::loop
in thread Killing Net::pcap::loop

Thanks jenda,

i tried this but no joy. I still hang on the Net::Pcap::loop.

umballah.

Replies are listed 'Best First'.
Re^3: Killing Net::pcap::loop
by umballah (Initiate) on Nov 09, 2009 at 17:12 UTC
    There was a workaround to this problem for me in that I could use Net::Pcap::dispatch to collect all frames in the buffer (using argument $cnt = -1) and if not what I expected then report an error.

    Thanks.