Help for this page

Select Code to Download


  1. or download this
    use strict; 
    
    ...
            }
    }
    close(DUMP);
    
  2. or download this
    use strict;
    
    ...
            tr/\x1F-\x7E\r\n//cd;
            $pkt .= $_;
    }
    
  3. or download this
    use strict;
    use Net::Pcap;
    ...
                   hdr->{len} $hdr->{caplen} \n";
            $count++;
    }