|
|
#1 (permalink) |
|
Guest
Posts: n/a
|
I've been trying to find a packet driver for Windows (Windows 2003 Server)
to be able to use my software. The packet driver I previously used, ran in DOS. I also had my software running in a VDM. If you know much about the packet driver interface, please give your insight into how I can use my software with L2TP. |
|
|
|
#2 (permalink) |
|
Guest
Posts: n/a
|
"Patrick Whittle" <patrick_whittle@hotmail.com> wrote in message
news:#$GSlxlMLHA.1996@TK2MSFTNGP06.phx.gbl... > I've been trying to find a packet driver for Windows (Windows 2003 Server) > to be able to use my software. The packet driver I previously used, ran > in DOS. I also had my software running in a VDM. If you know much about > the packet driver interface, please give your insight into how I can use > my software with L2TP. > Make a "NDIS protocol" driver. Examples are available in WDK and other places. Unless you have your own hardware, in that case it becomes harder. But if all you need is L2TP, just use the Windows L2TP VPN. -- pa |
|
|
|
#3 (permalink) |
|
Guest
Posts: n/a
|
Do Windows packet drivers connect to L2TP?
"Pavel A." <pavel_a@12fastmail34.fm> wrote in message news:5897047A-8004-4CD5-96E0-7C4BE642E3D8@microsoft.com... > "Patrick Whittle" <patrick_whittle@hotmail.com> wrote in message > news:#$GSlxlMLHA.1996@TK2MSFTNGP06.phx.gbl... >> I've been trying to find a packet driver for Windows (Windows 2003 >> Server) to be able to use my software. The packet driver I previously >> used, ran in DOS. I also had my software running in a VDM. If you know >> much about the packet driver interface, please give your insight into how >> I can use my software with L2TP. >> > > Make a "NDIS protocol" driver. Examples are available in WDK and other > places. > Unless you have your own hardware, in that case it becomes harder. > But if all you need is L2TP, just use the Windows L2TP VPN. > > -- pa > > |
|
|
|
#4 (permalink) |
|
Guest
Posts: n/a
|
Take a look at http://www.winpcap.org. Opensource.
If you need something specific you can learn at available sources. -- Marcin Zaleczny Użytkownik "Patrick Whittle" <patrick_whittle@hotmail.com> napisał w wiadomości grup dyskusyjnych:#$GSlxlMLHA.1996@TK2MSFTNGP06.phx.gbl ... > I've been trying to find a packet driver for Windows (Windows 2003 Server) > to be able to use my software. The packet driver I previously used, ran > in DOS. I also had my software running in a VDM. If you know much about > the packet driver interface, please give your insight into how I can use > my software with L2TP. > |
|