From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gavin Hamill Subject: Re: smtp Date: Fri, 14 May 2004 16:53:13 +0100 Sender: netfilter-admin@lists.netfilter.org Message-ID: <200405141653.13263.gdh@acentral.co.uk> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Content-Disposition: inline Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" To: netfilter@lists.netfilter.org On Friday 14 May 2004 16:41, azeem ahmad wrote: > hi > sorry for disturbing you a lot > but i dont know how can i capture the screen. should i write it down That's OK there are a couple of easy alternatives. Either 'ssh' into the machine (google for 'putty' - a good SSH client for windows) and copy and paste the output.. or redirect the output from tcpdump to a file, the same way you can with any UNIX command... $ tcpdump -n -i eth1 port 25 >dump.txt Then you can just insert this text file into the body of your email. Cheers, Gavin.