Is it possible to know which process opened a connection in Windows?

Posted by Jader Dias on Super User See other posts from Super User or by Jader Dias
Published on 2010-04-20T14:46:12Z Indexed on 2010/04/20 14:53 UTC
Read the original article Hit count: 217

Filed under:
|
|
|

With netstat -a I can see all connections from my machine to the MySQL Server. There is any way too see which process or executable is responsible for each connection?

The only solution I found so far is to listen the packets and analyse the data inside it. But what if the data couldn't provide information about the process?

© Super User or respective owner

Related posts about wireshark

Related posts about netstat