Tagged Questions

1
vote
1answer
1k views

Transparent Proxy for Windows XP

I have an experimental TCP/IP stack running under Windows XP. This stack bypasses the Windows TCP/IP stack using a LSP and a NDIS IM. I now have a requirement to provide a proxy service for this to ...
0
votes
1answer
38 views

Is NdisGetCurrentSystemTime different from KeQuerySystemTime?

I found that MinGW Win32 compatibility layer has following definition in ndis.h: #define NdisGetCurrentSystemTime KeQuerySystemTime In WinDDK, definition is: EXPORT VOID ...
0
votes
4answers
2k views

Windows XP support for Remote NDIS

I'm looking at developing a device which will need to support Ethernet over USB (hosted in Linux, XP, and Vista). As I understand it, Vista and Linux support the industry standard USB CDC. However, in ...