Hi
I want to develop a special NDIS IM driver (based on the
passthru sample)with the only functionality, that it
bridges all packets that come from one of the two
installed NICs to the other one and vice versa. Now,
every packet I receive in my ReceivePacket handler is
received in a special context (right?), e.g. all the
handles to the miniports etc. that are part of the PADAPT
structure. Now, how can I use another NIC to
really 'receive' the packet on?
Or is my whole approach wrong? If so, how is this done?
Thanks a lot
Sam