
Nmap Development mailing list archives
[no subject]
From: martino.gabriele () email it
Date: Thu, 2 Feb 2006 14:14:16 +0100
Hi! Im a student and im doing a work with Nmap. im analyzing idle_scan.cc and i have a question for you. I dont understand well the sense of tree scanning while(portidx < numports) { portsleft = numports - portidx; /* current_groupsz is doubled below because idle_subscan cuts in half */ groupsz = MIN(portsleft, (int) (proxy.current_groupsz * 2)); idle_treescan(&proxy, target, portarray + portidx, groupsz, -1); portidx += groupsz; } Please help me. -- Email.it, the professional e-mail, gratis per te: http://www.email.it/f Sponsor: Credito: cerca il tuo credito in modo rapido e sicuro! Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=4588&d=20060202 _______________________________________________ Sent through the nmap-dev mailing list http://cgi.insecure.org/mailman/listinfo/nmap-dev
Current thread:
- [no subject] martino . gabriele (Feb 02)