Net::Traceroute:PurePerl

Net::Traceroute:PurePerl provides traceroute functionality in Perl via raw sockets.
Download

Net::Traceroute:PurePerl Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Tom Scanlan, Andrew Hoying and Daniel Hagerty
  • Publisher web site:
  • http://search.cpan.org/~ahoying/Net-Traceroute-PurePerl-0.10/PurePerl.pm

Net::Traceroute:PurePerl Tags


Net::Traceroute:PurePerl Description

Net::Traceroute:PurePerl provides traceroute functionality in Perl via raw sockets. Net::Traceroute:PurePerl provides traceroute functionality in Perl via raw sockets.SYNOPSIS ^ use Net::Traceroute::PurePerl; my $t = new Net::Traceroute::PurePerl( backend => 'PurePerl', # this optional host => 'www.openreach.com', debug => 0, max_ttl => 12, query_timeout => 2, packetlen => 40, protocol => 'udp', # Or icmp ); $t->traceroute; $t->pretty_print;This module implements traceroute(1) functionality for perl5. It allows you to trace the path IP packets take to a destination. It is implemented by using raw sockets to act just like the regular traceroute.You must also be root to use the raw sockets. Requirements: · Perl


Net::Traceroute:PurePerl Related Software