Update of /cvsroot/javanetsim/IceScan/icesockets
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv6985/icesockets
Modified Files:
sock_utils.cc sock_name.h sock_utils.h csocket.h
Added Files:
cpcapreader.h
Removed Files:
sock_pcap.h
Log Message:
no message
Index: sock_name.h
===================================================================
RCS file: /cvsroot/javanetsim/IceScan/icesockets/sock_name.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** sock_name.h 21 Dec 2006 16:29:36 -0000 1.17
--- sock_name.h 21 Dec 2006 16:36:27 -0000 1.18
***************
*** 33,37 ****
icestring get_source_ip(const icestring &destip, icestring &sourceint);
! icestring get_arp_from_cache(icestring &ip);
#endif
--- 33,37 ----
icestring get_source_ip(const icestring &destip, icestring &sourceint);
! icestring get_arp_from_cache(icestring &);
#endif
Index: csocket.h
===================================================================
RCS file: /cvsroot/javanetsim/IceScan/icesockets/csocket.h,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** csocket.h 21 Dec 2006 16:29:36 -0000 1.25
--- csocket.h 21 Dec 2006 16:36:27 -0000 1.26
***************
*** 6,10 ****
#include "sock_err.h"
#include "sock_name.h"
! #include "sock_time.h"
#ifdef WIN32
--- 6,10 ----
#include "sock_err.h"
#include "sock_name.h"
! #include "sock_utils.h"
#ifdef WIN32
Index: sock_utils.h
===================================================================
RCS file: /cvsroot/javanetsim/IceScan/icesockets/sock_utils.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** sock_utils.h 21 Dec 2006 16:29:36 -0000 1.1
--- sock_utils.h 21 Dec 2006 16:36:27 -0000 1.2
***************
*** 1,4 ****
! #ifndef ICESOCK_SOCK_TIME_H
! #define ICESOCK_SOCK_TIME_H
#include "sock_types.h"
--- 1,4 ----
! #ifndef ICESOCK_SOCK_UTILS_H
! #define ICESOCK_SOCK_UTILS_H
#include "sock_types.h"
Index: sock_utils.cc
===================================================================
RCS file: /cvsroot/javanetsim/IceScan/icesockets/sock_utils.cc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** sock_utils.cc 21 Dec 2006 16:29:36 -0000 1.1
--- sock_utils.cc 21 Dec 2006 16:36:27 -0000 1.2
***************
*** 1,3 ****
! #include "sock_time.h"
#ifdef WIN32
--- 1,3 ----
! #include "sock_utils.h"
#ifdef WIN32
--- NEW FILE: cpcapreader.h ---
(This appears to be a binary file; contents omitted.)
--- sock_pcap.h DELETED ---
|