Home
last modified time | relevance | path

Searched defs:serviceDeductions (Results 1 – 2 of 2) sorted by relevance

/dports/security/nmap/nmap-7.91/
H A Dportlist.h116 struct serviceDeductions { struct
124 int name_confidence;
126 char *product;
127 char *version;
128 char *extrainfo;
129 char *hostname;
130 char *ostype;
131 char *devicetype;
132 std::vector<char *> cpe;
134 enum service_tunnel_type service_tunnel;
[all …]
H A Dportlist.cc168 serviceDeductions::serviceDeductions() { in serviceDeductions() function in serviceDeductions