How to implement a socket (IP layer) packets using C# ?
C#
2
Posts
2
Posters
0
Views
1
Watching
-
HI all.... i really need helping for socket programming ...............
-
HI all.... i really need helping for socket programming ...............
there is a unmanage library Called WinPcap, search google, download it from http://www.winpcap.org/ then it adds some function to API that you can use them, if you don't know anything about PInvoke, use SharpPcap (Managed Code for winpcap) it is simply a DLL that you can add as reference for your application and use it(Search SourceForge.net to download it), for IP or Ethernet Packet Capturing and sending