Update of /cvsroot/javanetsim/IceScan/icesockets
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv1118/icesockets
Modified Files:
csocket.h ice_rand.h
Added Files:
sock_arp.h
Log Message:
no message
Index: ice_rand.h
===================================================================
RCS file: /cvsroot/javanetsim/IceScan/icesockets/ice_rand.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ice_rand.h 13 Dec 2006 12:59:06 -0000 1.1
--- ice_rand.h 14 Dec 2006 19:23:32 -0000 1.2
***************
*** 15,22 ****
#endif
! #if HAVE_OPENSSL
! #include <openssl/rand.h>
! #endif
!
int get_random_bytes(void *buf, int numbytes) {
static char bytebuf[2048];
--- 15,19 ----
#endif
! // from Fyodor's "The Art of Port Scanning"
int get_random_bytes(void *buf, int numbytes) {
static char bytebuf[2048];
--- NEW FILE: sock_arp.h ---
(This appears to be a binary file; contents omitted.)
Index: csocket.h
===================================================================
RCS file: /cvsroot/javanetsim/IceScan/icesockets/csocket.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** csocket.h 14 Dec 2006 13:42:06 -0000 1.10
--- csocket.h 14 Dec 2006 19:23:32 -0000 1.11
***************
*** 13,16 ****
--- 13,17 ----
#include "sock_name.h"
#include "sock_time.h"
+ #include "sock_arp.h"
class csocket{
|