I was recently plagued by a series of popups and permission dialogs when I
wasn't even surfing so I figure something installed a content puller/spyware
whatever on my system. In the process of tracking this crap down I noticed
that several ports, non-standard, on my system are open and listening. My
question is, is there a way I can write a utility that will tell me what
processes are listening on these ports? Can I somehow hook the open port
functionality to retrieve this information?
TIA for any feedback,
--
============
Frank Hickman
NobleSoft, Inc.
============
> processes are listening on these ports? Can I somehow hook the open port
> functionality to retrieve this information?
SysInternals kindly provide source code for their "netstatp", which does
just that.
http://www.sysinternals.com/ntw2k/source/tcpview.shtml
--
Regards,
Kobi Ben Tzvi
"Frank Hickman" <fhic...@noblesoft.com> wrote in message
news:XBednQCOhJw...@comcast.com...
goto the resource section -> free downloads,
James
--
www.catch22.org.uk
Free Win32 Software, Source Code and Tutorials
"Kobi Ben Tzvi" <tsum...@hotmail.comREMOVETHIS> wrote in message
news:OebTbkx...@TK2MSFTNGP09.phx.gbl...
Thanks,