mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 06:01:28 +00:00
Correct a false comment
This commit is contained in:
@@ -172,8 +172,7 @@ public:
|
|||||||
Target *next_target();
|
Target *next_target();
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Ports is the list of ports the user asked to be scanned (0 terminated),
|
/* ports is used to pass information about what ports to use for host discovery */
|
||||||
you can just pass NULL (it is only a stupid optimization that needs it) */
|
|
||||||
Target *nexthost(HostGroupState *hs,const addrset *exclude_group,
|
Target *nexthost(HostGroupState *hs,const addrset *exclude_group,
|
||||||
struct scan_lists *ports, int pingtype);
|
struct scan_lists *ports, int pingtype);
|
||||||
int load_exclude_file(addrset *exclude_group, FILE *fp);
|
int load_exclude_file(addrset *exclude_group, FILE *fp);
|
||||||
|
|||||||
Reference in New Issue
Block a user