umballah has asked for the wisdom of the Perl Monks concerning the following question:
Note: $$ref2pcap_master is my pcap object.eval { local $SIG{'ALRM'} = sub {Net::pcap::breakloop($$ref2pcap_mas +ter);}; alarm 10; # Capture two messages outgoing and incoming Net::Pcap::loop($$ref2pcap_master, 2, \&do_eth_init_process, +\$init_fail); alarm 0; };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Killing Net::pcap::loop
by Corion (Patriarch) on Nov 09, 2009 at 11:27 UTC | |
|
Re: Killing Net::pcap::loop
by Jenda (Abbot) on Nov 09, 2009 at 11:27 UTC | |
by umballah (Initiate) on Nov 09, 2009 at 11:32 UTC | |
by umballah (Initiate) on Nov 09, 2009 at 17:12 UTC | |
|
Re: Killing Net::pcap::loop
by gmargo (Hermit) on Nov 09, 2009 at 19:20 UTC |