Class Nmap::Parser::Host::Traceroute
In: lib/nmap/parser.rb
Parent: Object

This holds information on a traceroute, such as the port and protocol used and an array of responsive hops

Methods

hop   hops   new  

Classes and Modules

Class Nmap::Parser::Host::Traceroute::Hop

Attributes

port  [R]  The port used during traceroute
proto  [R]  The protocol used during traceroute

Public Class methods

Public Instance methods

Returns the Hop object for the given TTL

Returns an array of Hop objects, which are each a responsive hop, and passes them each to a block if one if given.

[Validate]