Here is a sample showing how to build a SYN packet and send it using SharpPcap.
The program prompt the user for a Network Interface, builds a TCP SYN packet, injects it through the interface and print the SYN/ACK reply from the remote host.
Read more...