info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: remote cvs connection analasys (debug)


From: Wim Kerkhoff
Subject: Re: remote cvs connection analasys (debug)
Date: Thu, 01 Nov 2001 12:02:15 -0800

Harry Putnam wrote:
> 
> "Gianni Mariani" <address@hidden> writes:
> 
> > maybe you can try a tcp forwarding thingy.
> >
> >        http://freshmeat.net/projects/tcp_forward/
> >
> > and tweak it to dump the transaction.
> 
> That looks promising .. thanks.
> If I knew more about tcpdump I guess I could find out something that
> way too.

Another tool that I use quite often for debugging HTTP/SMTP/IMAP/etc, is
tcpflow. It opens up the contents of each packet... run it like this to
log everything to STDOUT in a terminal:

tcpflow -c

Or, to get traffic to or from a specific host:

tcpflow -c 'host 192.168.1.5'

The -c logs to STDOUT. Without, you tons of packet files in your
directory.

I like tcpflow as its much easier to read then tcpdump.

-- 

Regards,

Wim Kerkhoff, Software Engineer
Merilus, Inc.  -|- http://www.merilus.com
Email: address@hidden

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]