NDIS Intermediate (IM) drivers are not supported on all versions of Windows 9X. One alternative that usually comes to mind is to implement the same ...
How can I create a virtual ethernet adapter in windows95/98 by writing a NDIS miniport driver. Are there any special things to take care of when creating...
I know about the PCAUSA product. But I was wondering if anyone has an NDIS Intermediate Driver working with the Dial-Up adapter with W98 or W2K? (All I am...
Hi, Now I can construct a packet and send it out in NT4.0 NDIS IM driver. I want to send this packet to some host. It seems that I must fill the ethernet frame...
Hi, everyone, Who know some websites where there are source codes which do with IP packet fragmentation(for example add our own IP header to original packet...
Hi, everyone I want to add my own ip header to the original ip packet which is intercepted in NDIS IM driver. How should I do? Xinwen Fu ... Department of...
Hi, The current PCASIM driver does not support RAS. Thanks to Mr. Scott Meeuwsen, he has an excellent paper showing how to make IM driver work with NDISWAN...
Hello Thomas, I have just downloaded the actutal documentation file for Windis V46 and also the new Ndiscope sample. After I installed it, tried to use the new...
How can i make encryption on outgoing packets and check and convert incoming packets? The questions i must solve is as follows 1. How to get NDIS_PACKET to...
Hi, Thomas, Now I want to tell you about my idea of your IP delay at rceiving a point. I think you use a non periodic timer object. You use NdisSetTimer(...)...
Hi,Everyone Now I'm confused by the relationship of receive functions of IM driver. When a packet is indicated by a NIC, I know there are two types of ...
Hello folks, I have developed an NDIS Intermediate Driver which is intended to interface with our hardware on the lower edge, and act like an ethernet adapter...
I need some general pointers to guide my study and investigation. The vision of my project includes a simple file access protocol over TCP. I can see how to...
In fact,My program is developed based on ImSamp. I have a question. If I create WIN32 application using IMsamp 's I/O interface to send a packet,what will...
Hi, You say I can send packets like microsoft's PACKET sample. But I have a question. That sample use IRP transfer user data from application to driver, I must...
Hi, How to construct a packet and then send it out in NT 4.0 IM driver? I can't succeed inplementing this. How can I construct such a packet? What should I...
Hi all, I running my sniffer program on two different computers connecting to the same network hub. The sniffer program is using WinDis SDK ver 4.2. The...
Can you provide an example of a client program (e.g. Opens port 22 on www.randombytes.com, and transmits whatever is written to the /device/sampleclient)? I...
Hello all, I am using the Win32 NDIS package to create custom TCP packets to perform a traceroute. Although this is not a problem with the Win32 NDIS package,...
Hello Folks, I am developing and NDIS Intermediate driver, and want to use the DDK sample "Packet" driver as way to test it during development. When an open...
Your question about performance is a relative question. It depends on your objectives. If your objective is to collect a continuous stream of runt (short)...
Hello all, I purchased WinDIS32 a while back for a small project and it worked great. It worked so well in fact that I would like to expand what my app will...
We are using Borland CBuilder (4.0) with the WinDIS32 package. The program we have works beautifully as long as you run it in the debugger. Even if it is...
I am trying to do the following in an intermediate NDIS driver on NT, based on the IMSAMP sample. In the Status Indication function (CLStatusIndication in the...
WELCOME We're pleased that several of you have have subscribed to the PCAUSA Discussion List. This is a new venture for PCAUSA, and we're not sure what to...
The PCAUSA Discussion list is an opt-in public forum for the discussion of topics related to PCAUSA products and the more general topic of kernel-mode...