|
From: Peter P. <pr...@us...> - 2006-11-23 15:51:58
|
Update of /cvsroot/pyxida/Pyxida/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24820/lib Modified Files: sbon-async.jar Log Message: Tried to get ICMPPinger to work. It's almost there. It now pings reliably but I couldn't figure out how to extract the timestamps from the packets. Just using System.currentTimeMillis() doesn't work because the packet might have been captured a while ago before Jpcap passes it to Java. I sent an email to the Jpcap author, perhaps he can help. Index: sbon-async.jar =================================================================== RCS file: /cvsroot/pyxida/Pyxida/lib/sbon-async.jar,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvs8vsv2C and /tmp/cvsHtUXoe differ |