IP ports

J

John

I'm trying to test a network application that I developed
and I think some other process has the UDP port that I am
expecting to use. Is there a tool that will show me which
processes have IP ports open and which port they have?
 
S

Steve Parry [MVP]

John said:
I'm trying to test a network application that I developed
and I think some other process has the UDP port that I am
expecting to use. Is there a tool that will show me which
processes have IP ports open and which port they have?

www.kerio.com have a free firewall that shows what ports are open and
sending/listening
 
A

Arild Bakken

John said:
I'm trying to test a network application that I developed
and I think some other process has the UDP port that I am
expecting to use. Is there a tool that will show me which
processes have IP ports open and which port they have?

netstat -a -o

gives a list of ports, and the process ID, which you can then lookup in
taskmanager, but TCPView from SysInternals is probably better.


Arild
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top