Hello Friend i want C program to scan Operating System on network,and display the output and can it is possible to connect to that particular OS.....or is there any other way to achieve this thing.

Recommended Answers

All 3 Replies

http://nmap.org/

Hello Salem i went through this but this i already made application...i want some reference or 3 4 line of starting code so i can move forward...can u tell me which section i focus on... it is given the info about technique ...how it use.....


thanks

Hello Friend i want C program to scan Operating System on network,and display the output and can it is possible to connect to that particular OS.....or is there any other way to achieve this thing.

(this is your request)

http://nmap.org/

(this is an answer which fully serves your request)

Hello Salem i went through this but this i already made application...i want some reference or 3 4 line of starting code so i can move forward...can u tell me which section i focus on... it is given the info about technique ...how it use.....


thanks

Hello Salem i went through this but this i already made application...

And if we write it, and hand it to you, then the application isn't already made or what?

i want some reference or 3 4 line of starting code so i can move forward...

Here you go:

int main(void)
{
  /* TODO: Add code here */
  return 0;
}
commented: Best 4 lines of code to give to a person asking for 4 lines of code :) +19
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.