[Javanetsim-cvs] IceScan icediscover.h, 1.10, 1.11 icedbs.h, 1.2, 1.3 icedebug.h, 1.2, NONE
Status: Beta
Brought to you by:
darkkey
From: Alexander B. <da...@us...> - 2006-12-15 15:28:05
|
Update of /cvsroot/javanetsim/IceScan In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv10002 Modified Files: icediscover.h icedbs.h Removed Files: icedebug.h Log Message: no message Index: icedbs.h =================================================================== RCS file: /cvsroot/javanetsim/IceScan/icedbs.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** icedbs.h 14 Dec 2006 19:45:40 -0000 1.2 --- icedbs.h 15 Dec 2006 15:27:57 -0000 1.3 *************** *** 6,10 **** #include <map> #include <string> - #include "icedebug.h" class ice_service_name_database{ --- 6,9 ---- *************** *** 97,101 **** if(! re1.match(tmpbuf) ){ //FullMatch ! IceRegex re("^([A-F0-9]+)\\s*\\W*([-a-z0-9A-Z.+]+)"); icestring prefix = "", company = ""; --- 96,100 ---- if(! re1.match(tmpbuf) ){ //FullMatch ! IceRegex re("^([A-F0-9]+)\\s*\\W*([-a-z0-9A-Z. +]+)"); icestring prefix = "", company = ""; --- icedebug.h DELETED --- Index: icediscover.h =================================================================== RCS file: /cvsroot/javanetsim/IceScan/icediscover.h,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** icediscover.h 14 Dec 2006 14:15:08 -0000 1.10 --- icediscover.h 15 Dec 2006 15:27:57 -0000 1.11 *************** *** 8,12 **** #include "iceparams.h" #include "iceoutput.h" - #include "icedebug.h" #define ACK_PING_STANDART_PORT 80 --- 8,11 ---- |