[Javanetsim-cvs] IceScan csubtarget.h, 1.43, 1.44 iceparams.h, 1.16, 1.17
Status: Beta
Brought to you by:
darkkey
From: Alexander B. <da...@us...> - 2006-12-17 18:49:59
|
Update of /cvsroot/javanetsim/IceScan In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv26141 Modified Files: csubtarget.h iceparams.h Log Message: Index: iceparams.h =================================================================== RCS file: /cvsroot/javanetsim/IceScan/iceparams.h,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** iceparams.h 17 Dec 2006 15:06:36 -0000 1.16 --- iceparams.h 17 Dec 2006 18:49:55 -0000 1.17 *************** *** 124,130 **** } ! #ifdef WIN32 ! ethernet = true; ! #endif init_default_ports(); --- 124,130 ---- } ! //#ifdef WIN32 ! // ethernet = true; ! //#endif init_default_ports(); Index: csubtarget.h =================================================================== RCS file: /cvsroot/javanetsim/IceScan/csubtarget.h,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -d -r1.43 -r1.44 *** csubtarget.h 17 Dec 2006 15:06:36 -0000 1.43 --- csubtarget.h 17 Dec 2006 18:49:55 -0000 1.44 *************** *** 523,528 **** if ((tcp->th_flags & TH_RST) && (par->scan_type == FIN_SCAN || par->scan_type == NULL_SCAN || par->scan_type == XMAS_SCAN)) { ! port = ntohs(tcp->th_sport); ! if(scanning_ports.find(port) != scanning_ports.end()){ if(!scanning_ports[port].done){ --- 523,528 ---- if ((tcp->th_flags & TH_RST) && (par->scan_type == FIN_SCAN || par->scan_type == NULL_SCAN || par->scan_type == XMAS_SCAN)) { ! port = ntohs(tcp->th_sport); ! if(scanning_ports.find(port) != scanning_ports.end()){ if(!scanning_ports[port].done){ |