Reply To: Creating new Eth packet

Home Forums Discussions Support Creating new Eth packet Reply To: Creating new Eth packet

#6148
Vadim Smirnov
Keymaster

    How can I create the new Ethernet packet?

    Allocate buffer to store the packet, initialize Ethernet and IP (ICMP, UDP, TCP headers), copy packet data.

    On the other hand, would it be possible to send this ethernet packet to a certain port inside the same machine with this application?

    Yes, this is possible.