mirror of
https://github.com/nmap/nmap.git
synced 2026-01-05 22:19:03 +00:00
Added --exclude-ports option to Nmap
This commit is contained in:
1
nmap.h
1
nmap.h
@@ -436,6 +436,7 @@ void printinteractiveusage();
|
||||
void getpts(const char *expr, struct scan_lists * ports); /* someone stole the name getports()! */
|
||||
void getpts_simple(const char *origexpr, int range_type,
|
||||
unsigned short **list, int *count);
|
||||
void removepts(const char *expr, struct scan_lists * ports);
|
||||
void free_scan_lists(struct scan_lists *ports);
|
||||
|
||||
/* Renamed main so that interactive mode could preprocess when necessary */
|
||||
|
||||
Reference in New Issue
Block a user