Hi All, I am trying to creat a completely new NDSI packet in Internediate driver, in order to modify the TCP Header. I have studied the examples from PCAUSA -...
Hi Everyone, I am writting a IM driver, where i am modifing the Source Ip and Destonation IP in the outgoing packets. I am not sure what to do with the TCP...
MessageDear Thomas, I have reworte the WRAPI with NDIS_802_11_BSSID_LIST_EX structure. But it did not work. I used the command "wbemtest" to list all NDIS...
What about the display of formatted BSSID list when you select the 802.11 tab (at the top)? Is it correct? Thomas F. Divine P.S. for Posters: Please don't copy...
MessageDear Thomas Where could I find the MFC71.dll ? Best Regards, Juyi ... From: Thomas F. Divine To: discussion-pcausa@yahoogroups.com Sent: Wednesday,...
That is the MFC support for Visual C++ 2003. If you download the OIDScope Windows Installer if includes those DLLs. Thomas ... From: "Juyi" <hdjl@...> ...
MessageDear Thomas This is the ouput of OIDScope : Query For OID_802_11_BSSID_LIST (0x0D010217) On Atheros AR5001X+ Wireless Network Adapter 000000: 03 00 00...
MessageDear Thomas Yes, I could found the MAC of all APs. What is the problem ? Best Regards, Juyi ... From: Juyi To: discussion-pcausa@yahoogroups.com Cc:...
As I said in a previous message on July 28: "Are you sure that you are using the NDIS_802_11_BSSID_LIST_EX structure instead of the NDIS_802_11_BSSID_LIST...
Here is my suggestion. I believe that it will work, but I have only tested it partially and those tests were not recent. Allocate a separate NDIS packet pool...
The other solution to this problem is the one recommended by Microsoft by comments in the PassThru MPQueryInformation handler: "NOTE on OID_TCP_TASK_OFFLOAD -...
Hello Everyone, I am writing a modifing NDIS driver. I wrote some code and added to a project as dll. I am able to compile the dll but it is not being called...
Hello my name is Sebastien, I am new in this discussion group. So, actually I try to make a generic application to get and modify some parameters of a NIC...
In the DDK documentation lookup the following topics: 1.) OID_802_11_SSID Note that one effect is to turn the radio on if it was previously off. Note the...
What sort of DLL is it? Why should it be called? If it is actually a NDIS miniport driver, then lookup the PB documentation for installing NDIS miniport...
I want to thank you, for helping me. I will take care of what you told me. If you don't mind I would like to know about some other problems I found. In fact,...
... See the DDK documentation for OID_802_11_DESIRED_RATES. Use the code the displays rates to understand what is needed to set the rates. I would NOT expect...
... It probably use proprietary OID's. you can use WDM Sniffer to know wich OID's are used... For example OID FF030021 is used for my Sitecom WLAN-12 ...
Hi Thomas, Thanks a lot for your reply. I did disable the TCp checksum offloading. My driver works perfectly in that scenario. I am used the registry entree to...
... Examined the e100bex NDIS miniport sources. Plus recollections of experiments made in the past. You may not actually need a separate packet pool if you jam...
Thanks a lot for your reply. There is really strange thing i noticed while i was debugging my IM driver. As you mentioned, the TCP/IP stack calculates the TCP ...
This scheme works. thanks Thomas, i have tested it. Created new packet pool using NdisAllocatePacketPool. set the protoccol to NDIS_PROTOCOL_ID_DEFAULT using ...
Indeed I try to set the radio state with the OID FF030021 with many NIC and in fact I succeed to change the radio state only with the actiontec WLAN (Prism...
Hello Everyone, I am very much new to the windowsCE envoirnment. I am findinf registry handling very difficult to understand. I am suppose to implement AODV on...
... First you can check if this this OID is handled, with NDISScope. But I still think it's not a good hack. For example Fujitsu-Siemens's E-5400 (prism GT)...
Hi, This question may have been asked here before, but I couldn't find it. Anyhow, it would be fun to create a program that monitors what other programs in my...