[REBOL] Re: tcp spy ?
From: petr:krenzelok:trz:cz at: 12-Aug-2003 12:01
[patrick--philipot--laposte--net] wrote:
>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.
>
Hmm, it does not necessarily have to be specific to http protocol imo.
Maybe you could adapt it to general tcp proxy? Maybe someone did so
already and will post the code ....
-pekr-