Net::Traceroute6

Traceroute6 functionality in Perl
Download

Net::Traceroute6 Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Janos Mohacsi
  • Publisher web site:
  • http://search.cpan.org/~mohacsi/

Net::Traceroute6 Tags


Net::Traceroute6 Description

Traceroute6 functionality in Perl Net::Traceroute6 offers traceroute/traceroute6 functionality in Perl.SYNOPSIS use Socket6; use Net::Traceroute6; $tr = Net::Traceroute6->new(host=> "hydra6.ik.bme.hu"); if($tr->found) { my $hops = $tr->hops; if($hops > 1) { print "Router was " . $tr->hop_query_host($tr->hops - 1, 0) . " "; } }This module implements traceroute/traceroute6 functionality for Perl 5. It allows you to trace the path IP packets take to a destination. It is currently implemented as a parser around the system traceroute command. Requirements: · Perl


Net::Traceroute6 Related Software