I am converting an NDIS5 IM to an NDIS6 LWF. This filter, having detected a UDP packet of interest from the lower layer needs to perform one of the following:
- Copy the packet, manipulate the destination and send it back to the lower layer for transmission or
- As in 1) but do not send the packet to the higher layer
I would appreciate an overview of the NBL related functions I need to call to achieve this. TIA