Is there a way to send raw packet Ethernet to other host via C#? In Windows 7 if it makes difference.
feedback
|
|
Based on suggestion by Saint_pl:
I have some resources for you that maybe helpful. I don't try that solutions in Windows 7 but maybe it contains some good info to start. Raw Ethernet Packet Manipulation or mirror on CodeProject
Also some info on raw sockets (just in case you interesting too): Client (and Server) Sockets Communication take a look on whole chapter but here key parts:
Not sending packets but maybe interesting: A Network Sniffer in C#, SharpPcap - A Packet Capture Framework for .NET | |||||||||||
feedback
|
| |||||||||
feedback
|
|
iphelper API has some low level stuff - but probably not quite as low as you want to get | |||
|
feedback
|