Sending raw Ethernet packets from a specific interface in C on Linux
Lately I’ve been writing some code to send packets to a specific MAC address from a specific interface. I’m sure this will come in handy again so here is how it goes: Includes #include <netinet/in.h> #include …