1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-10 23:46:34 +00:00

Port cache and /etc/hosts reading to ipv6

This commit is contained in:
gio
2015-07-30 06:27:03 +00:00
parent 868cd1f28b
commit cdd487580b
2 changed files with 220 additions and 93 deletions

View File

@@ -130,7 +130,7 @@ class Target;
#include <list>
void nmap_mass_rdns(Target ** targets, int num_targets);
const char *lookup_cached_host(u32 ip);
const char * lookup_cached_host(const struct sockaddr_storage * ip);
std::list<std::string> get_dns_servers();