Click here to Skip to main content
15,892,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello everyone,
i m stuck at this problem. how to track or sens lan card data
using c#. someone help to find out this problem and also suggest me
its a big project or a small module....

i m really thankfull to you...............
Posted
Comments
Kim Togo 6-Jun-11 6:25am    
What do you mean. Do you want to capture data on the LAN ?
Aisha sharma 8-Jun-11 1:35am    
yes i want to capture data of a pc that is
transfered through LAN.... :)
Kim Togo 8-Jun-11 4:03am    
See my answer.

System informations are all accessible with native API's, you may find more from pinvoke.com

Take a look at the following documentation, may be enough for your requirement.

MSDN_DOC[^]

Hope this helps.
 
Share this answer
 
Then you want to use Pcap.Net[^] - Pcap.Net is a .NET wrapper for WinPcap written in C++/CLI and C#.

A Network Sniffer in C#[^]

SharpPcap - A Packet Capture Framework for .NET[^]

Network Sniffer and Connection Analyzer[^]

Good luck :-)
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900