Linux (user-space) RAW Socket Programming – Generate Layer-3 IP multicast OSPF Packets
https://youtu.be/BkQiZ5rSR8A Here is the Layer-3 IP multicast OSPF Packet raw sockets sample source-code discussed in the video: /*---------- The Linux Channel ------------*/ #include <stdlib.h> #include <unistd.h> #include <sys/socket.h> #include <netinet/in.h>…