I am currently trying to send my own packets with a NDIS filter driver from the windows driver samples.
I think that I have to send the packets with the function FilterSendNetBufferLists. But I don't know how to create those packets and whether I should add them to the existing NetBufferList or create my own one.
Do I also need to modify the function FilterSendNetBufferListsComplete?