Parent

Methods

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

This holds information on an individual traceroute hop

Attributes

ttl[R]

How many hops away the host is

rtt[R]

Round-trip time of the host

addr[R]

IP address of the host

hostname[R]

Hostname of the host

Public Instance Methods

<=>(hop) click to toggle source

Compares the TTLs

# File lib/nmap/parser.rb, line 1403
        def <=>(hop)
                @ttl <=> hop.ttl
        end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.