Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Real time reading of multiple pcap 'instances' at once

by JPaul (Hermit)
on Nov 14, 2008 at 22:05 UTC ( #723734=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $SIG{ALRM} = \&every_sec();  alarm(1);
    
    ...
        $Counter = 0;
        alarm(1);
        }
    
  2. or download this
    foreach $filter (qw(filter1 filter2 filter3)) {
        my $fh = FileHandle->new();
    ...
                  }
             }
         }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://723734]
Approved by GrandFather
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2023-10-03 14:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?