[Javanetsim-cvs] IceScan config-win.h, NONE, 1.1 TODO, 1.18, 1.19 csubtarget.cc, 1.4, 1.5 defwin.h,
Status: Beta
Brought to you by:
darkkey
From: Alexander B. <da...@us...> - 2006-12-21 18:18:52
|
Update of /cvsroot/javanetsim/IceScan In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv16814 Modified Files: TODO csubtarget.cc defwin.h Added Files: config-win.h Removed Files: Makefile Log Message: Index: TODO =================================================================== RCS file: /cvsroot/javanetsim/IceScan/TODO,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** TODO 21 Dec 2006 17:35:08 -0000 1.18 --- TODO 21 Dec 2006 18:18:47 -0000 1.19 *************** *** 1,5 **** IceScan ToDo: ! *** 14 Dec 2006 *** -- UI -- --- 1,5 ---- IceScan ToDo: ! *** 21 Dec 2006 *** -- UI -- *************** *** 25,28 **** --- 25,33 ---- + ARP Scan + Fingerprint + -- WIN32-specific -- + + * fix pcap read interface auto select + + -- Misc -- Index: csubtarget.cc =================================================================== RCS file: /cvsroot/javanetsim/IceScan/csubtarget.cc,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** csubtarget.cc 21 Dec 2006 17:35:08 -0000 1.4 --- csubtarget.cc 21 Dec 2006 18:18:47 -0000 1.5 *************** *** 51,55 **** icestring mac = get_arp_from_cache(hostname); ! if(mac != "" && mac != "00:00:00:00:00:00"){ char Mac[24], vmac[7]; --- 51,55 ---- icestring mac = get_arp_from_cache(hostname); ! if(mac != "" && mac != "00:00:00:00:00:00" && mac!="cc:cc:cc:cc:cc:cc"){ char Mac[24], vmac[7]; Index: defwin.h =================================================================== RCS file: /cvsroot/javanetsim/IceScan/defwin.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** defwin.h 21 Dec 2006 13:11:46 -0000 1.1 --- defwin.h 21 Dec 2006 18:18:47 -0000 1.2 *************** *** 13,14 **** --- 13,19 ---- #undef HAVE_BZERO + #undef HAVE_SYS_TIME_H + + #define ICESCAN_DATADIR "" + + #define HAVE_LIBDNET 1 \ No newline at end of file --- Makefile DELETED --- --- NEW FILE: config-win.h --- /* config.h. Generated by configure. */ /* config.h.in. Generated from configure.ac by autoheader. */ /* freebsd */ /* #undef FREEBSD */ /* Define to 1 if you have the <arpa/inet.h> header file. */ #define HAVE_ARPA_INET_H 1 /* Define to 1 if you have the `bzero' function. */ #define HAVE_BZERO 1 /* Define to 1 if you have the <fcntl.h> header file. */ #define HAVE_FCNTL_H 1 /* Define to 1 if you have the `ftime' function. */ #define HAVE_FTIME 1 /* Define to 1 if you have the `gethostbyaddr' function. */ #define HAVE_GETHOSTBYADDR 1 /* Define to 1 if you have the `gethostbyname' function. */ #define HAVE_GETHOSTBYNAME 1 /* Define to 1 if you have the `gethostname' function. */ #define HAVE_GETHOSTNAME 1 /* Define to 1 if you have the `gettimeofday' function. */ #define HAVE_GETTIMEOFDAY 1 /* Define to 1 if you have the `inet_ntoa' function. */ #define HAVE_INET_NTOA 1 /* Define to 1 if you have the <inttypes.h> header file. */ #define HAVE_INTTYPES_H 1 /* Define to 1 if you have the `dnet' library (-ldnet). */ #define HAVE_LIBDNET 1 /* Define to 1 if you have the <libintl.h> header file. */ #define HAVE_LIBINTL_H 1 /* Define to 1 if you have the `pcap' library (-lpcap). */ #define HAVE_LIBPCAP 1 /* Define to 1 if you have the `pcre' library (-lpcre). */ #define HAVE_LIBPCRE 1 /* Define to 1 if you have the `pcrecpp' library (-lpcrecpp). */ #define HAVE_LIBPCRECPP 1 /* Define to 1 if you have the `pthread' library (-lpthread). */ #define HAVE_LIBPTHREAD 1 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and to 0 otherwise. */ #define HAVE_MALLOC 1 /* Define to 1 if you have the <memory.h> header file. */ #define HAVE_MEMORY_H 1 /* Define to 1 if you have the `memset' function. */ #define HAVE_MEMSET 1 /* Define to 1 if you have the <netdb.h> header file. */ #define HAVE_NETDB_H 1 /* Define to 1 if you have the <netinet/in.h> header file. */ #define HAVE_NETINET_IN_H 1 /* Define to 1 if your system has a GNU libc compatible `realloc' function, and to 0 otherwise. */ #define HAVE_REALLOC 1 /* Define to 1 if you have the `select' function. */ #define HAVE_SELECT 1 /* Define to 1 if you have the `socket' function. */ #define HAVE_SOCKET 1 /* Define to 1 if stdbool.h conforms to C99. */ #define HAVE_STDBOOL_H 1 /* Define to 1 if you have the <stdint.h> header file. */ #define HAVE_STDINT_H 1 /* Define to 1 if you have the <stdlib.h> header file. */ #define HAVE_STDLIB_H 1 /* Define to 1 if you have the <strings.h> header file. */ #define HAVE_STRINGS_H 1 /* Define to 1 if you have the <string.h> header file. */ #define HAVE_STRING_H 1 /* Define to 1 if you have the `strstr' function. */ #define HAVE_STRSTR 1 /* Define to 1 if you have the <sys/file.h> header file. */ #define HAVE_SYS_FILE_H 1 /* Define to 1 if you have the <sys/ioctl.h> header file. */ #define HAVE_SYS_IOCTL_H 1 /* Define to 1 if you have the <sys/param.h> header file. */ #define HAVE_SYS_PARAM_H 1 /* Define to 1 if you have the <sys/select.h> header file. */ #define HAVE_SYS_SELECT_H 1 /* Define to 1 if you have the <sys/socket.h> header file. */ #define HAVE_SYS_SOCKET_H 1 /* Define to 1 if you have the <sys/stat.h> header file. */ #define HAVE_SYS_STAT_H 1 /* Define to 1 if you have the <sys/timeb.h> header file. */ #define HAVE_SYS_TIMEB_H 1 /* Define to 1 if you have the <sys/time.h> header file. */ #define HAVE_SYS_TIME_H 1 /* Define to 1 if you have the <sys/types.h> header file. */ #define HAVE_SYS_TYPES_H 1 /* Define to 1 if you have the <unistd.h> header file. */ #define HAVE_UNISTD_H 1 /* Define to 1 if the system has the type `_Bool'. */ #define HAVE__BOOL 1 /* releasedate */ #define ICESCAN_DATE "21 December 2006" /* name */ #define ICESCAN_NAME icescan /* version */ #define ICESCAN_VERSION "0.0.6" /* website */ #define ICESCAN_WEBSITE "http://javanetsim.cvs.sourceforge.net/javanetsim/IceScan/" /* linux */ #define LINUX 1 /* netbsd */ /* #undef NETBSD */ /* openbsd */ /* #undef OPENBSD */ /* Name of package */ #define PACKAGE "icescan" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "ke...@ti..." /* Define to the full name of this package. */ #define PACKAGE_NAME "icescan" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "icescan "0.0.6"" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "icescan" /* Define to the version of this package. */ #define PACKAGE_VERSION ""0.0.6"" /* Define to the type of arg 1 for `select'. */ #define SELECT_TYPE_ARG1 int /* Define to the type of args 2, 3 and 4 for `select'. */ #define SELECT_TYPE_ARG234 (fd_set *) /* Define to the type of arg 5 for `select'. */ #define SELECT_TYPE_ARG5 (struct timeval *) /* solaris */ /* #undef SOLARIS */ /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ #define TIME_WITH_SYS_TIME 1 /* Version number of package */ #define VERSION ""0.0.6"" /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ /* Define to rpl_malloc if the replacement function should be used. */ /* #undef malloc */ /* Define to rpl_realloc if the replacement function should be used. */ /* #undef realloc */ /* Define to `unsigned' if <sys/types.h> does not define. */ /* #undef size_t */ |