Re: tool(s) to analyze contents of tcp-sessions

2002-03-05 Thread Robert Waldner
On Mon, 04 Mar 2002 17:53:12 +0100, Olivier Macchioni writes: >> I'm looking for a tool with which I could analyze the contents >> (payload) of captured tcp-sessions. >tcpflow Ah, yes. That one comes _very_ close to what I need. Thanks. BTW, ethereal I already know, but it's not too useful w

Re: tool(s) to analyze contents of tcp-sessions

2002-03-04 Thread Noel Koethe
On Mon, 04 Mär 2002, Robert Waldner wrote: > I'm looking for a tool with which I could analyze the contents > (payload) of captured tcp-sessions. I know tcpdump, ngrep, tcptrace et > al but none of them can do what I need, and before I spend a week of > hacking together my own software...

Re: tool(s) to analyze contents of tcp-sessions

2002-03-04 Thread Jacob Elder
On Mon, Mar 04, 2002 at 05:09:29PM +0100, Robert Waldner wrote: > > Hi! > > I'm looking for a tool with which I could analyze the contents > (payload) of captured tcp-sessions. I know tcpdump, ngrep, tcptrace et > al but none of them can do what I need, and before I spend a week of > hacki

Re: tool(s) to analyze contents of tcp-sessions

2002-03-04 Thread Charl Matthee
On Mon Mar 04 2002 at 05:09:29PM +0100 'Robert Waldner' <[EMAIL PROTECTED]> wrote: > What I need would be something which could provide output like: > > TCP-session $foo from $bar:1234 to $baz:4321: > > >> GET / HTTP/1.0 > << HTTP/1.1 200 OK > << Date: Mon, 04 Mar 2002 16:06:15 GMT Ethereal is

Re: tool(s) to analyze contents of tcp-sessions

2002-03-04 Thread Jan-Benedict Glaw
On Mon, 2002-03-04 17:09:29 +0100, Robert Waldner <[EMAIL PROTECTED]> wrote in message <[EMAIL PROTECTED]>: > What I need would be something which could provide output like: > > TCP-session $foo from $bar:1234 to $baz:4321: > > >> GET / HTTP/1.0 > << HTTP/1.1 200 OK > << Date: Mon, 04 Mar 2002 1

Re: tool(s) to analyze contents of tcp-sessions

2002-03-04 Thread Olivier Macchioni
On Mon, 04 Mar 2002 17:09:29 +0100 Robert Waldner wrote: > I'm looking for a tool with which I could analyze the contents > (payload) of captured tcp-sessions. > > What I need would be something which could provide output like: > > TCP-session $foo from $bar:1234 to $baz:4321: > > >> GET / H