Search the web
Sign In
New User? Sign Up
discussion-pcausa · PCAUSA Discussion List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 5186 - 5215 of 8586   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5186
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 -...
kamyssama
Offline Send Email
Aug 2, 2004
12:14 am
5187
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...
rajesh gupta
rajesh_gupta_99
Online Now Send Email
Aug 2, 2004
11:40 pm
5188
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...
Jack
aikojan
Offline Send Email
Aug 3, 2004
7:21 pm
5189
... From: Jack [mailto:hdjl@...] Sent: Tuesday, August 03, 2004 3:13 PM To: tdivine@...; discussion-pcausa@yahoog Subject: Re:...
Thomas F. Divine
pcatom
Offline Send Email
Aug 3, 2004
8:02 pm
5190
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...
Thomas F. Divine
pcatom
Offline Send Email
Aug 3, 2004
8:48 pm
5191
MessageDear Thomas Where could I find the MFC71.dll ? Best Regards, Juyi ... From: Thomas F. Divine To: discussion-pcausa@yahoogroups.com Sent: Wednesday,...
Juyi
aikojan
Offline Send Email
Aug 3, 2004
9:02 pm
5192
That is the MFC support for Visual C++ 2003. If you download the OIDScope Windows Installer if includes those DLLs. Thomas ... From: "Juyi" <hdjl@...> ...
Thomas F. Divine
pcatom
Offline Send Email
Aug 3, 2004
9:11 pm
5193
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...
Juyi
aikojan
Offline Send Email
Aug 3, 2004
9:27 pm
5194
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:...
Juyi
aikojan
Offline Send Email
Aug 3, 2004
9:38 pm
5195
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...
Thomas F. Divine
pcatom
Offline Send Email
Aug 3, 2004
10:40 pm
5196
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...
Thomas F. Divine
pcatom
Offline Send Email
Aug 4, 2004
1:30 am
5197
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 -...
Thomas F. Divine
pcatom
Offline Send Email
Aug 4, 2004
2:05 am
5198
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...
Nandan Chaturbhuj
nandan_iit
Offline Send Email
Aug 4, 2004
11:52 am
5199
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...
ssavimo
Offline Send Email
Aug 4, 2004
1:04 pm
5200
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...
Thomas F. Divine
pcatom
Offline Send Email
Aug 4, 2004
1:39 pm
5201
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...
Thomas F. Divine
pcatom
Offline Send Email
Aug 4, 2004
1:58 pm
5202
... By the way, have the Rawether 802.11 "WLAN_" helper functions been useful to you? They are new in Rawether V5.5. Thomas F. Divine...
Thomas F. Divine
pcatom
Offline Send Email
Aug 4, 2004
2:23 pm
5203
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,...
ssavimo
Offline Send Email
Aug 4, 2004
3:12 pm
5204
... 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...
Thomas F. Divine
pcatom
Offline Send Email
Aug 4, 2004
3:39 pm
5205
... 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 ...
Thierry
tmurail
Offline Send Email
Aug 4, 2004
4:55 pm
5206
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...
rajesh gupta
rajesh_gupta_99
Online Now Send Email
Aug 4, 2004
6:00 pm
5207
... <snip> Very cool, I'd like to hear if this works. How'd you come up with this scheme? -sd...
Steve Dispensa
stevedpositive
Offline Send Email
Aug 4, 2004
7:15 pm
5208
... 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...
Thomas F. Divine
pcatom
Offline Send Email
Aug 4, 2004
8:22 pm
5209
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 ...
rajesh gupta
rajesh_gupta_99
Online Now Send Email
Aug 4, 2004
11:01 pm
5210
This scheme works. thanks Thomas, i have tested it. Created new packet pool using NdisAllocatePacketPool. set the protoccol to NDIS_PROTOCOL_ID_DEFAULT using ...
rajesh gupta
rajesh_gupta_99
Online Now Send Email
Aug 4, 2004
11:05 pm
5211
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...
ssavimo
Offline Send Email
Aug 5, 2004
12:39 pm
5212
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...
Nandan Chaturbhuj
nandan_iit
Offline Send Email
Aug 5, 2004
2:49 pm
5213
... 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)...
Thierry
tmurail
Offline Send Email
Aug 5, 2004
2:52 pm
5214
According to DDK "Before offloading the checksum calculation for a TCP packet, the TCP/IP transport calculates the one's complement sum for the TCP...
rajesh gupta
rajesh_gupta_99
Online Now Send Email
Aug 6, 2004
2:35 am
5215
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...
Niklas Olsson
niklaso@...
Send Email
Aug 6, 2004
1:12 pm
Messages 5186 - 5215 of 8586   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help