Ethereal

Re: [Ethereal-users] Ethereal Version 0.10.6 - Identifying actual program transmitting & recieving I
Google
 
Web Ethereal.com

Home | Introduction | Documentation | Lists | FAQ | Development | Wiki | Bugs

Ethereal-users: September 2004


mark abrams wrote:

How do I identify the actual program that is
transmitting the packets from my PC to the destination
IP?

You can use a network analysis program such as Ethereal to find the traffic, get the local IP address and port number (and protocol, i.e. TCP or UDP) from the packets, and, if this is Windows, use a utility such as TCPView:


	http://www.sysinternals.com/ntw2k/source/tcpview.shtml

or, if it's a UN*X, use a utility such as lsof:

	http://freshmeat.net/projects/lsof/

(which comes with at least some UN*Xes) to see what process is using that IP address, port number (and protocol).


Powered by MHonArc 2.6.10