Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com From: =?ISO-8859-1?Q?Ren=E9_Berber?= Subject: Re: Question: tcpdump for Cygwin? Date: Tue, 21 Jun 2005 13:01:37 -0500 Lines: 20 Message-ID: References: <42B84F20 DOT 3060908 AT verizon DOT net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) In-Reply-To: <42B84F20.3060908@verizon.net> X-IsSubscribed: yes Fernando Barsoba wrote: > I'd like to capture packets sent between server and client sockets in > the same machine. I know tcpdump would do that, but it seems it's not > implemented in Cygwin. Is there another way of doing this? There's also tcpflow, very similar but easier to use. Both tcpdump and tcpflow use the WinPcap library, which is compiled with the -mnocygwin option. I'm using tcpflow compiled w/o -mnocygwin with WinPcap version 3.01 which is an old version (current is 3.1) and it works only by chance, it shouldn't work and it doesn't with version 3.1 since I didn't change the build to use the correct option... I haven't tried compiling with -mnocygwin. Additional info: I followed the instructions posted to this list by Brian Dessent on 30 Jul 2003 with subject "Re: tcpflow under cygwin anybody?". HTH -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/