Reply To: Create New Ethernet Packet problem

Home Forums Discussions Support Create New Ethernet Packet problem Reply To: Create New Ethernet Packet problem

#6376
Vadim Smirnov
Keymaster

    Can I do it using winpkfilter ? If yes how can I do that ?

    You can. Just set IP/TCP headers as I have set Ethernet header in the sample above. The actual values of IP/TCP headers depend from the packet you intend to form.

    pavankvnaidu posted a sample where he tries to initialize IP and UDP headers, you have to do the similar job.