1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-29 10:59:02 +00:00

Add human readeable DNS ipv* packets generation

This commit is contained in:
gio
2015-07-30 06:27:06 +00:00
parent cdd487580b
commit d10e155f30
2 changed files with 189 additions and 38 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(const struct sockaddr_storage * ip);
int lookup_cached_host(const struct sockaddr_storage * ip, char * name, size_t maxlen);
std::list<std::string> get_dns_servers();