1
0
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:
jay
2014-07-04 05:47:11 +00:00
parent e63eb7211e
commit 3b59b0ae16
8 changed files with 126 additions and 9 deletions

1
nmap.h
View File

@@ -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 */