> (Is there a windows utility that does the equivalent of netstat -a? How
> does one see what is being listened to?)
In XP pro, it's 'netstat' :)
To see which program is listening, use the '-o' option to list pids, then
use task manager to get the process name from the pid (you'll have to select
the pid field to be displayed via view->Select Columns...).
Christian