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

merge soc07 r4727 - Added --top-ports/--port-ratio and wildcard/[] -p switch extensions.

This commit is contained in:
fyodor
2007-08-11 02:58:03 +00:00
parent 510eba5dd2
commit e51abafe02
9 changed files with 528 additions and 258 deletions

View File

@@ -119,9 +119,7 @@ struct protocol_list {
struct protocol_list *next;
};
int addprotocolsfromservmask(char *mask, u8 *porttbl, struct scan_lists *ports);
struct protoent *nmap_getprotbynum(int num);
struct scan_lists *getfastprots(void);
struct scan_lists *getdefaultprots(void);
#endif