in reply to Re: Net::Pcap Filters and alarm()
in thread Net::Pcap Filters and alarm() [SOLVED]

Thank you thank you thank you! :D I got it now. Instead of using the rabbit hole pcap_loop, I have my own sub routine that just goes through each packet that matches my pcap_filter. I kinda wish cpan were like wikipedia and we could contribute documentation! :S

Thanks again!