Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: tcp spy ?

From: carl:rebol at: 11-Aug-2003 12:44

It wasn't entirely clear to me if dbtcp.exe is written in REBOL in your example here. If it is, then you can just insert a PROBE into parts of the program to see what's being sent/received. If not in REBOL, then you can create a proxy in REBOL and send your TCP thru it. I wrote one a couple years ago to spy on my browser's connections, and there are some examples circulating around in the script lib and by folks on this list. But, Petr is right... if all you want is to see the packets for any connection, you can use a tool like tcpdump (or whatever the equiv is on Windows). -Carl