Discussion:
L2TP & Packet Drivers
(too old to reply)
Patrick Whittle
2010-08-02 16:04:34 UTC
Permalink
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.
Pavel A.
2010-08-03 01:16:57 UTC
Permalink
Post by Patrick Whittle
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
Patrick Whittle
2010-08-03 13:34:51 UTC
Permalink
Do Windows packet drivers connect to L2TP?
Post by Pavel A.
Post by Patrick Whittle
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
Petr Laznovsky
2010-08-31 21:30:00 UTC
Permalink
Post by Pavel A.
Make a "NDIS protocol" driver.
Check this http://info.iet.unipi.it/~luigi/dummynet/

L.

Marcin Załęczny
2010-08-21 07:57:19 UTC
Permalink
Take a look at http://www.winpcap.org. Opensource.
If you need something specific you can learn at available sources.

--
Marcin Zaleczny
Post by Patrick Whittle
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.
Loading...