answersLogoWhite

0


Best Answer

Netstat for Windows is provided by Microsoft itself, so you're unlikely to find any source code for it. However you may find Linux versions of Netstat source code available. The functionality may differ to some extent, but how useful they are will depend on why you need the source code in the first place.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Can anyone provide me a executable C or C plus plus language source code for netstat in Windows XP environment?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What parameter can be added to the netstat command so that you can see what program is responsible fora network connection?

The Windows netstat command; netstat -b (show the executable involved in creating each connection) netstat /? (list of available parameters)


How do you find ports being used in windows server?

Try netstat -a at the command line.


What is the DOS command to view all open ports in Windows XP?

AnswerTHE DOS command is netstat -a.


How can you see a log of internet connections using command prompt in windows vista?

use the netstat command.


Which two commands can be used on a Windows host to display the routing table?

netstat-r route PRINT


How can you trace and remove backdoors on your PC?

You can find if it is running on a port and process name by typing at a command prompt Strat>run(Type "command") when you get to a command prompt type "netstat -obna" you will get a list of executable that are involved with each port or listening ports. You can get a list of commands for NETSTAT by typing "netstat ?" after you find the file name you might have to boot in safe mode to remove it. You can run it in intervals by typing "netstat -obna 5" the five is the number of seconds it waits to run again you may change this number. Also you can look at http://www.symantec.com and do a search at the top.


How do you find out which port is being used by which process in a Unix environment?

There is one general command for the UNIX (actual UNIX not Linux) which will yield which port is being used by what service: lsof -i For Linux it is: netstat For more information for either command, please see these sources: lsof http://www-uxsup.csx.cam.ac.UK/security/lsof.HTML netstat http://www-uxsup.csx.cam.ac.UK/security/netstat.HTML Additional : 'netstat' is a standard tcp/ip utility, so it will work on all platforms using tcp/ip, including windows.


Which Windows command line utility can be used to confirm the multiple TCP connections?

netstat /all will show you all active connections


How would you find all current IP session on a PC?

NETSTAT


Which one of these will let you quickly look at the open ports on a machine?

For Windows and Linux use the - netstat -a command, for this Macintosh I use the whois connected widget.


What paramenter can be added to the netstat command so that you can see what program is resopnsible for a network connection?

netstat -b


What commands can be used to view a host routing table?

netstat -r and route print