Help for this page

Select Code to Download


  1. or download this
    12-APR-03 12:20:46.902801 IP 10.60.0.114.2684 > 10.60.0.3.110: . ack 3
    +927995843 win 0
    
  2. or download this
     
    $file = 'testfile';
    open(file_info,$file) or die "Can't open $file : $!";
    ...
    print "$src_ip $src_port $dst_ip $dst_port \n";
    }
    close(file_info)