1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Move random address generation to TargetGroup/NetBlock

This commit is contained in:
dmiller
2024-05-01 22:19:29 +00:00
parent 019557382b
commit b940270375
8 changed files with 53 additions and 18 deletions

View File

@@ -101,6 +101,7 @@ public:
const std::list<struct sockaddr_storage> &get_unscanned_addrs(void) const;
/* is the current expression a named host */
int get_namedhost() const;
void generate_random_ips();
};
#endif /* TARGETGROUP_H */