[Javanetsim-cvs] IceScan/icesockets sock_win.h, NONE, 1.1 sock_pcap.h, 1.1, 1.2 sock_types.h, 1.14,
Status: Beta
Brought to you by:
darkkey
From: Alexander B. <da...@us...> - 2006-12-16 17:29:21
|
Update of /cvsroot/javanetsim/IceScan/icesockets In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv1926/icesockets Modified Files: sock_pcap.h sock_types.h Added Files: sock_win.h Log Message: no message Index: sock_types.h =================================================================== RCS file: /cvsroot/javanetsim/IceScan/icesockets/sock_types.h,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** sock_types.h 16 Dec 2006 14:42:42 -0000 1.14 --- sock_types.h 16 Dec 2006 17:29:16 -0000 1.15 *************** *** 2,5 **** --- 2,7 ---- #define ICESOCK_SOCK_TYPES_H + #include "sock_win.h" + #include <vector> #include <string> Index: sock_pcap.h =================================================================== RCS file: /cvsroot/javanetsim/IceScan/icesockets/sock_pcap.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** sock_pcap.h 16 Dec 2006 17:18:28 -0000 1.1 --- sock_pcap.h 16 Dec 2006 17:29:16 -0000 1.2 *************** *** 29,33 **** } ! printf("DEV: %s\n",dev); /* open the device for sniffing. --- 29,33 ---- } ! //printf("DEV: %s\n",dev); /* open the device for sniffing. --- NEW FILE: sock_win.h --- (This appears to be a binary file; contents omitted.) |