in reply to Re^2: Killing Net::pcap::loop
in thread Killing Net::pcap::loop
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.