Hi, I am doing some final testing with my NDIS driver and I have a few questions about that. The MiniportsSendPackets function of a deserialized NDIS IM can be...
All, I have written NDIS IM driver. While calculating the checksum of the modified packet, i am getting bad flags in PNDIS_TCP_IP_CHECKSUM_PACKET_INFO...
Read the "NDIS Loopback Discussion" at NDIS.com: http://www.ndis.com/papers/loopback.htm Basically, you are seeing a software loopback of the runt packet. ...
... Actually, I don't have a definitive answer to your question. Sorry. My suggestion is to go ahead and use spin-locks. Do review your code carefully,...
Thanks, I try to write code, with BC++ builder platform: NDIS_OID OidRequest; OidRequest=OID_802_11_BSSID_LIST; NDIS_802_11_BSSID_LIST returnData[15];//15...
... The first field of the NDIS_802_11_BSSID_LIST and the NDIS_802_11_BSSID_LIST_EX structure is the Length field. For the first list item that field should be...
See the DDK BindView application. Thomas F. Divine _____ From: discussion-pcausa@yahoogroups.com [mailto:discussion-pcausa@yahoogroups.com] On Behalf Of ? ? ...
hi ... Thanks .. you're right. I change data structure for the accepting buffer. And move into the buffer by adding the Length offset. For BSSID_LIST_SCAN I...
Hi, In the IM driver i am returning (MAX_MTU - MyHeaderSize) for OID_GEN_MAXIMUM_FRAME_SIZE because of the fact that after attatching my header the packet...
Hi ... Actually still there are errors in my code, especially for setting BSSID_list_scan. I already follow instruction to rename the ndisprot driver, build...
... The return value FALSE is interesting, but not helpful. Study how to use DeviceIoControl and specifically how to get the error code when FALSE is returned....
Hi All In the IM driver after the modification i add my own header. but during the process of delivery to the destination the packet might get fragmented. can...
hello, i'm having problems installing a NDIS IM driver on windows 2003 x64. It has been compiled for windows x64, but the installer ( HrInstallNetComponent )...
... Are you using INF files that have NTamd64 install sections in them? The W2K SP1 DDK (Build 3790.1830) sample INF files should support x64. Thomas F. Divine...
Hi All, I have the following questions .... these should be very simple questions for the experienced guys here . 1)When is the Dont Fragment Bit set in the IP...
Sorry that you haven't received any help on this here or elsewhere. My excuse is that I'm doing some research along the same lines while developing e GRE/WCCP...
Hi,everyone. I develope a program(client) cooperate with passthru driver, and use installshield to install. I want to the passthru driver can be install with...
It's been a very long time (~5 years) since I've looked at InstallShield, but last time I looked, it didn't directly support driver installations. Windows...
Dear all I'm studying the IM driver development ,and use the DDK sample 'PASSTHRU'. After I intall PASSTHRU , I find that PASSTHRU will bind to each Adapter,...
ze zefeng
xingchen98@...
Dec 13, 2005 2:10 am
7083
_____ From: discussion-pcausa@yahoogroups.com [mailto:discussion-pcausa@yahoogroups.com] On Behalf Of ze zefeng Sent: Monday, December 12, 2005 9:01 PM To:...
You car run a batch file or an exe from installshield which in turn call snetcfg to install passthru driver. I have done this using this approach regards ...
Hi All, My IM driver which tunnels TCP in UDP/IP and then de -encapsulates at the receiving end. Now this works fine when both of them ( sender and receiver...
Hi all ... Is there any function to know whether wireless NIC switch is turn on/off (usually in centrino laptop) programatically? And how to differentiate...