المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Capturing TCP/IP packets in (DOS)



C++ Programming
04-06-2009, 11:13 AM
Hello everyone,

First time post here so please be lenient.

My question is in regards to a C++ syntax problem. I am trying to make a standard (DOS) program that can capture TCP/IP traffic. This will be an academic project between a friend and I.
Question is this; how do we go about getting the program to interface with the Layer 3 (network layer) to capture TCP/IP traffic?

We are also trying to figure out how to retrieve device properties and display them in the terminal. Information such as a standard input “ipconfig” to display the network adapter’s information.
This entire program will be in C++, using N++ for a editor and Dev++ for a compiler.
Please if there is any required reading you would recommend, please include it in your response.

Thank you very much in advance,

V/R
Rob&Big