Thread: Program that monitors what programs are on what ports!

  1. #1
    C++ beginner
    Join Date
    Jun 2004
    Posts
    66

    Program that monitors what programs are on what ports!

    I'd like to create a program that monitors processes that are running on what ports on my computer. I actually had a program on my computer, though I can't recall who made the thing.

    Again, I want to see what my computer is running on certain ports - my question is: What sort of programming knowledge will I need to do something like this? More importantly - how can I do this?

    I'm running windows, so I imagine the msdn will be a big help - but what should I search for?
    Oh my goodness.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Sounds just like netstat.
    Comes pre-supplied as part of your XP installation.

  3. #3
    C++ beginner
    Join Date
    Jun 2004
    Posts
    66
    Quote Originally Posted by Salem
    Sounds just like netstat.
    Comes pre-supplied as part of your XP installation.
    Well yeah, that's fine - but I want to do something like that on my own. A bit of a learning experience if you will.

    EDIT: The program that I had on my computer was not netstat but a free tool made by some security company.
    EDIT2: The program is called 'fport' and is available here: http://www.foundstone.com/
    Last edited by mabufo; 03-11-2006 at 02:32 PM.
    Oh my goodness.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Date program starts DOS's date
    By jrahhali in forum C++ Programming
    Replies: 1
    Last Post: 11-24-2003, 05:23 PM
  2. Programs opening programs
    By LinuxPLC in forum C Programming
    Replies: 1
    Last Post: 11-21-2002, 12:50 PM
  3. fopen();
    By GanglyLamb in forum C Programming
    Replies: 8
    Last Post: 11-03-2002, 12:39 PM
  4. Replies: 2
    Last Post: 05-10-2002, 04:16 PM
  5. My program, anyhelp
    By @licomb in forum C Programming
    Replies: 14
    Last Post: 08-14-2001, 10:04 PM