mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 11:55:27 +00:00
Remove unused member OSScan::ip_ver
This commit is contained in:
parent
1ef698cb7e
commit
c47c0e2567
1 changed files with 0 additions and 1 deletions
|
|
@ -525,7 +525,6 @@ class HostOsScanInfo {
|
|||
class OSScan {
|
||||
|
||||
private:
|
||||
int ip_ver; /* IP version for the OS Scan (4 or 6) */
|
||||
int chunk_and_do_scan(std::vector<Target *> &Targets, int family);
|
||||
int os_scan_ipv4(std::vector<Target *> &Targets);
|
||||
int os_scan_ipv6(std::vector<Target *> &Targets);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue