How can I send a datagram with an Ethernet trailer? If I use SocketType.Raw, I'll have to send the whole IP header and I have no idea how to do that.
Here's a picture that will explain this better:
As you can see, there's no data. The "00 00 00 00 ..." is the trailer.
Thanks.
EDIT: I removed the language requirement, added a WireShark capture.