Object
This holds information on an individual traceroute hop
The IP address of the host
The hostname of the host
The round-trip time of the host
How many hops away the host is
# File lib/nmap/parser.rb, line 1148 def initialize(hop) parse(hop) end
Compares the TTLs
# File lib/nmap/parser.rb, line 1142 def <=>(hop) @ttl <=> hop.ttl end
[Validate]
Generated with the Darkfish Rdoc Generator 2.