Update of /cvsroot/javanetsim/IceScan
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv22959
Modified Files:
Makefile.am Makefile.in icediscover.h
Log Message:
no message
Index: Makefile.in
===================================================================
RCS file: /cvsroot/javanetsim/IceScan/Makefile.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile.in 21 Dec 2006 13:13:34 -0000 1.1
--- Makefile.in 21 Dec 2006 13:17:57 -0000 1.2
***************
*** 177,181 ****
icescandir = $(datadir)/icescan
icescan_SOURCES = icescan.cc
! icescan_DATA = services ieee-oui.txt README INSTALL COPYING AUTHORS ChangeLog INSTALL.configure
@DEFS@ = -DICESCAN_DATADIR=$(icescandir) @DEFS@
all: config.h
--- 177,181 ----
icescandir = $(datadir)/icescan
icescan_SOURCES = icescan.cc
! icescan_DATA = services ieee-oui.txt README INSTALL COPYING AUTHORS ChangeLog INSTALL.conf
@DEFS@ = -DICESCAN_DATADIR=$(icescandir) @DEFS@
all: config.h
Index: Makefile.am
===================================================================
RCS file: /cvsroot/javanetsim/IceScan/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile.am 21 Dec 2006 13:11:46 -0000 1.1
--- Makefile.am 21 Dec 2006 13:17:57 -0000 1.2
***************
*** 2,6 ****
icescandir = $(datadir)/icescan
icescan_SOURCES = icescan.cc
! icescan_DATA = services ieee-oui.txt README INSTALL COPYING AUTHORS ChangeLog INSTALL.configure
@DEFS@ = -DICESCAN_DATADIR=$(icescandir) @DEFS@
--- 2,6 ----
icescandir = $(datadir)/icescan
icescan_SOURCES = icescan.cc
! icescan_DATA = services ieee-oui.txt README INSTALL COPYING AUTHORS ChangeLog INSTALL.conf
@DEFS@ = -DICESCAN_DATADIR=$(icescandir) @DEFS@
Index: icediscover.h
===================================================================
RCS file: /cvsroot/javanetsim/IceScan/icediscover.h,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** icediscover.h 21 Dec 2006 13:16:26 -0000 1.33
--- icediscover.h 21 Dec 2006 13:17:57 -0000 1.34
***************
*** 6,19 ****
#include "icesockets/csocket.h"
#include "icesockets/crawsocket.h"
- #include "iceoutput.h"
#include "iceparams.h"
!
! #ifndef WIN32
! #define ACK_PING_STANDART_PORT 80
! #else
! #define ACK_PING_STANDART_PORT 80
! #endif
!
#define ARP_PING_STANDART_PORT 138
#define ATTEMPTS 5
--- 6,13 ----
#include "icesockets/csocket.h"
#include "icesockets/crawsocket.h"
#include "iceparams.h"
+ #include "iceoutput.h"
! #define ACK_PING_STANDART_PORT 80
#define ARP_PING_STANDART_PORT 138
#define ATTEMPTS 5
|