Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > ndiswan pptp interface for WAN miniport driver

Reply
Thread Tools Display Modes

ndiswan pptp interface for WAN miniport driver

 
 
NG
Guest
Posts: n/a

 
      07-11-2003
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

 
Reply With Quote
 
 
 
 
Kadirvel C Vanniarajan [MSFT]
Guest
Posts: n/a

 
      07-11-2003
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
>



 
Reply With Quote
 
Maxim S. Shatskih
Guest
Posts: n/a

 
      07-12-2003
> 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


L2TP in w2k is NDISCoWAN miniport, with TAPI support (make call/handle
incoming call) implemented in CoNDIS call manager callbacks (as
usually, well-documented in MSDN).

This is the upper edge. The lower edge is a TDI client, which talks to
raw socket interface in IP.

PPTP uses obsolete NDISTAPI support on the upper edge and IIRC not a
CoWAN miniport.

Max


 
Reply With Quote
 
Bill Tang
Guest
Posts: n/a

 
      07-15-2003

Product link to WAN Tunneling Framework. The sample
implementation is an L2TP WAN miniport that runs on
9x/NT/2000/XP.

http://www.deterministicnetworks.com...cts/tunnel.asp


>-----Original Message-----
>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
>
>.
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
WAN Miniport (SSTP) - missing driver Mick Windows Vista Networking 5 11-04-2008 12:53 PM
Wan Miniport driver problem John Windows Vista General Discussion 6 04-07-2008 04:17 AM
WAN Miniport driver missing John Windows Vista General Discussion 4 04-05-2008 04:23 PM
WAN Miniport (SSTP) - missing driver Mick Windows Vista General Discussion 5 11-02-2007 05:50 AM
VPN always defaults to WAN Miniport (L2TP) instead of PPTP Eagle117 Windows Vista Networking 3 07-27-2007 03:06 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59