Sending custom network packets in C

Viewed 33

I want to craft a network packets, and send it via a specific socket. Using C, is it possible to craft the packet's Application layer part (Build it from binary) and then using a socket to transport the packet? Meaning letting the OS take care of the rest of the process.

0 Answers
Related