Re: OT: tcp redictor with dump-(in|out)put-to-stdout capability

2006-04-07 Thread Nikos Vassiliadis
On Friday 07 April 2006 15:10, Karl Pielorz wrote: > >> Why dont you wish use tcpdump? > > > > Cause I want to debug http, which is ASCII. Having every > > tcp segment in hex and/or ASCII won't help much. > > 'GET / HTTP/1.1' is much easier to read than the hexdump. > > 0x4174206c6561737420666f7220

Re: OT: tcp redictor with dump-(in|out)put-to-stdout capability

2006-04-07 Thread Karl Pielorz
Why dont you wish use tcpdump? Cause I want to debug http, which is ASCII. Having every tcp segment in hex and/or ASCII won't help much. 'GET / HTTP/1.1' is much easier to read than the hexdump. 0x4174206c6561737420666f72206d653a29 Have you tried tcpflow? That can either dump the actual fl

Re: OT: tcp redictor with dump-(in|out)put-to-stdout capability

2006-04-07 Thread Nikos Vassiliadis
On Friday 07 April 2006 14:27, Igor Robul wrote: > On Fri, Apr 07, 2006 at 11:32:04AM +0300, Nikos Vassiliadis wrote: > > Hi, > > > > I am searching for program similar to net/redir. It's > > a simple program that listens to a tcp port and redirects > > all input to another address:port. I want to

Re: OT: tcp redictor with dump-(in|out)put-to-stdout capability

2006-04-07 Thread Igor Robul
On Fri, Apr 07, 2006 at 11:32:04AM +0300, Nikos Vassiliadis wrote: > Hi, > > I am searching for program similar to net/redir. It's > a simple program that listens to a tcp port and redirects > all input to another address:port. I want to debug http > and I need something that does what redir does

Re: OT: tcp redictor with dump-(in|out)put-to-stdout capability

2006-04-07 Thread Nikos Vassiliadis
On Friday 07 April 2006 12:53, [EMAIL PROTECTED] wrote: > El día Friday, April 07, 2006 a las 12:43:09PM +0300, Nikos Vassiliadis escribió: > > > There is one of the oldest firewall toolkits, the TIS' FWTK, > > > > > > http://www.fwtk.org/main.html > > > > > > it has some so called 'plug-gw', writ

Re: OT: tcp redictor with dump-(in|out)put-to-stdout capability

2006-04-07 Thread guru
El día Friday, April 07, 2006 a las 12:43:09PM +0300, Nikos Vassiliadis escribió: > > There is one of the oldest firewall toolkits, the TIS' FWTK, > > > > http://www.fwtk.org/main.html > > > > it has some so called 'plug-gw', writte in C, which does exactly what > > you want, excepting TCP on one

Re: OT: tcp redictor with dump-(in|out)put-to-stdout capability

2006-04-07 Thread Nikos Vassiliadis
On Friday 07 April 2006 11:44, [EMAIL PROTECTED] wrote: > El día Friday, April 07, 2006 a las 11:32:04AM +0300, Nikos Vassiliadis escribió: > > Hi, > > > > I am searching for program similar to net/redir. It's > > a simple program that listens to a tcp port and redirects > > all input to another a

Re: OT: tcp redictor with dump-(in|out)put-to-stdout capability

2006-04-07 Thread guru
El día Friday, April 07, 2006 a las 11:32:04AM +0300, Nikos Vassiliadis escribió: > Hi, > > I am searching for program similar to net/redir. It's > a simple program that listens to a tcp port and redirects > all input to another address:port. I want to debug http > and I need something that does

OT: tcp redictor with dump-(in|out)put-to-stdout capability

2006-04-07 Thread Nikos Vassiliadis
Hi, I am searching for program similar to net/redir. It's a simple program that listens to a tcp port and redirects all input to another address:port. I want to debug http and I need something that does what redir does plus dumping all input & output to my terminal. Is there some- thing like that