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.