1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-22 07:29:01 +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

@@ -189,6 +189,8 @@ template<class T> T box(T bmin, T bmax, T bnum) {
return bnum;
}
int wildtest(char *wild, char *test);
void hdump(unsigned char *packet, unsigned int len);
void lamont_hdump(char *cp, unsigned int length);