http://www.msdn.microsoft.com/librar...8mwan_5tuv.asp
The above section in the DDK has the details on implementing a WAN miniport
driver.
Also, you can look into the TDI drivers on how to interact with the
transport from a miniport.
http://www.msdn.microsoft.com/librar...toper_9oiv.asp
--
Kadir
[MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.
"NG" <> wrote in message
news:049301c347b0$ed5da7a0$...
> Hi,
>
> Can anyone give me some directions on the ndiswan pptp
> interface for developing VPN WAN miniport? I looked
> through the whole MSDN library about pptp or vpn but
> haven't seen much about how to develop such a miniport
> driver to work with ndiswan pptp. Specifically as a WAN
> miniport driver, how to send received WAN packets to the
> TCP/IP layer, and from where to receive their reply
> packets?
>
> Thanks,
> NG
>