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

This holds information on an individual traceroute hop

Methods

<=>   new  

External Aliases

hostname -> host
addr -> ipaddr

Attributes

addr  [R]  The IP address of the host
hostname  [R]  The hostname of the host
rtt  [R]  The round-trip time of the host
ttl  [R]  How many hops away the host is

Public Class methods

Public Instance methods

Compares the TTLs

[Validate]