Parent

Methods

Nmap::Parser::Host::OS::OSClass

Holds information for an individual OS class record

Attributes

accuracy[R]

Accuracy of this information

osfamily[R]

Product name, like "Linux" or "Windows"

osgen[R]

A more precise description, like "2.6.X" for Linux

ostype[R]

Device type, like "router" or "general purpose"

osvendor[R]

Company that makes the OS, like "Apple" or "Microsoft"

Public Instance Methods

<=>(osclass) click to toggle source

Compares accuracy

# File lib/nmap/parser.rb, line 1668
def <=>(osclass)
        @accuracy <=> osclass.accuracy
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.