[REBOL] Re: tcp spy ?
From: patrick:philipot:laposte at: 12-Aug-2003 10:47
Hi Carl,
Dbtcp.exe is not written in Robol. This server is capable of executing SQL
query on any ODBC database. My goal is to insert a Rebol spy between the
server and the client to dump the transferred data without interfering in
any way (Starfleet first directive: "do not interfere").
As Petr suggested, I have turned myself towards existing software (tcpviewer
and Socket workbench). It works but ...
However I am sure that such a "tcp sniffer" could be done with Rebol.
But the only example I found is the Proxy.r from the Rebol library which is
very specific to the HTTP protocol.
Olivier Auverlot book's gives me also some clues, but I am still looking for
something more appropriate to my needs.
So if any one has some piece of code, even unfinished ...
Regards
Patrick