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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 6194 - 6223 of 8586   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6194
Hi, I install a miniport virtual adapter as a part of installation of my product. The new connection icon created for my adapter gets name as "Local Area...
Vij
vijinder_yadav
Offline Send Email
Mar 1, 2005
2:16 pm
6195
hello, I have a NDIS intermediate driver , and in ReceiveHandler handler ( not ReceivePacketHandler ) I'm creating a packet on my own, using allocations, i'm...
Cristi
wtherapy
Online Now Send Email
Mar 1, 2005
2:18 pm
6196
... Since you say "the traffic is almost blocked", then perhaps some performance tips will help. You want to minimize the work that you do to handle each ...
Thomas F. Divine
pcatom
Offline Send Email
Mar 1, 2005
6:29 pm
6197
Thank you Thomas, but i don't think this is the main problem here; actually, right after the IM driver is installed, the network goes down and then up again, ...
Cristi
wtherapy
Online Now Send Email
Mar 1, 2005
9:22 pm
6198
... That isn't actually long enough to hold the entire packet if LookaheadBufferSize < PacketSize. ... OK, if you have copied the HeaderBuffer somewhere... ......
Thomas F. Divine
pcatom
Offline Send Email
Mar 1, 2005
9:35 pm
6199
Hello, How can I detect my access-point's encryption type (wep or wpa_psk) by using NDIS_OID_802_11_BSSID_LIST_EX? I see that there are fields IELength and...
slcoder
Offline Send Email
Mar 2, 2005
12:48 pm
6200
what is the the difference between TCP and UDP received TSDU format? Does TSDU (the TSDU that leaves the Tcp.sys and handed to AFD.sys) contain ACK, SYN flags...
ffarsif ff
ffarsiff
Offline Send Email
Mar 2, 2005
9:23 pm
6201
There is no difference between the TCP and UDP TSDU format. Both are just the payload. You can examine the information using the TDILpbkH sample which, I...
Thomas F. Divine
pcatom
Offline Send Email
Mar 2, 2005
10:44 pm
6202
... NDIS_OID_802_11_BSSID_LIST_*EX* structure. ... Perhaps I'm missing something but I'm not finding a WPA element in the IEs as defined in the IEEE 802.11...
jwhance
Offline Send Email
Mar 7, 2005
8:23 pm
6203
Is there a kernel mode function which we can use in TDI drivers to query if a user mode process (by its name or PID) is running or not? In normal use, I have a...
Sanjay Chadda
sanjayc.rm
Offline Send Email
Mar 7, 2005
11:11 pm
6204
... I don't have the answer to your specific question. I think that the best approach to insure that your driver knows that your application is alive and well...
Thomas F. Divine
pcatom
Offline Send Email
Mar 7, 2005
11:25 pm
6205
I originally posted this on microsoft.public.development.device.drivers, but didn't get any satisfaction. I hope I'll do better here... I have an NDISIM that...
Stan Bell
stan.bell@...
Send Email
Mar 8, 2005
8:57 am
6206
Hello, I have a general quest regarding NDIS IM driver. I plan to use the NDIS IM samples to create a firewall. Once I install the IM driver, how do I prevent...
Ramakrishna Nayak
nayak3127
Offline Send Email
Mar 8, 2005
3:00 pm
6207
... This sounds like the driver signing bug that Microsoft introduced "by design". Here are some comments from Bryan Burgin: "The situation I am aware of is...
Thomas F. Divine
pcatom
Offline Send Email
Mar 8, 2005
3:49 pm
6208
Hi, I was just checking the port assignments at www.iana.org (and in the nmap reference) and this arose a question: e.g. for http there's both a port 80 udp...
mosquitooth
Offline Send Email
Mar 8, 2005
4:08 pm
6209
... Some information can be found in the Microsoft article "INFO: Controlling Stacking Order of NDIS 5.0 Intermediate Drivers" (KB Article 250615) at the URL: ...
Thomas F. Divine
pcatom
Offline Send Email
Mar 8, 2005
4:28 pm
6210
Thanks Thomas, Do I understand then, that if I don't have my driver signed, Microsoft are going to make sure it doesn't work ? Stan ... From: Thomas F. Divine...
Stan Bell
stan.bell@...
Send Email
Mar 8, 2005
5:14 pm
6211
... That would be a harsh statement, but there are a lot of frustrated developers who would agree with you. If an end-user elects to install an unsigned...
Thomas F. Divine
pcatom
Offline Send Email
Mar 8, 2005
6:01 pm
6212
Howdy, Using Rawether, I would like to write a boolean function IsWlanAdapaterWpaCapable(hAdapter) , this function should return true if the adapter...
Jim Howard
centexjim
Offline Send Email
Mar 8, 2005
6:08 pm
6213
... You can check this fairly quickly using the NDIScope or OIDScope utility. They can fetch the current encryption status. An alternative would be to attempt...
Thomas F. Divine
pcatom
Offline Send Email
Mar 8, 2005
6:36 pm
6214
Salut Jim, JH> Using Rawether, I would like to write a boolean function JH> IsWlanAdapaterWpaCapable(hAdapter) , this function should return true if the JH>...
Thierry
tmurail
Offline Send Email
Mar 8, 2005
7:01 pm
6215
Thomas, Thanks for yr reply. I see that when my app calls CloseHandle() to close the driver handle, I get these calls in driver in this order: IRP_MJ_CLEANUP ...
Sanjay Chadda
sanjayc.rm
Offline Send Email
Mar 8, 2005
7:33 pm
6216
There was an extended chat about this on the kernel-mode newsgroup recently. Basically for each file object (device object) the system maintains tow counters:...
Thomas F. Divine
pcatom
Offline Send Email
Mar 8, 2005
7:41 pm
6217
I'm trying to understand the use of OID_802_11_ADD_KEY and configuring an adapter to use WPA-PSK. After spending some time using SoftICE and capturing calls to...
jwhance
Offline Send Email
Mar 9, 2005
7:52 pm
6218
Selon jwhance <jwh20@...>: All is explained in IEEE 802.11i documentation, WPA documentation is only an add-on. (PACAUSA's PCAGizmo is a good tool too...
Thierry
tmurail
Offline Send Email
Mar 10, 2005
10:32 am
6219
Bonjour jwhance, Monday, March 7, 2005, 9:02:02 PM, vous ecriviez: j> --- In discussion-pcausa@yahoogroups.com, Thierry <pcausa@y...> ... j>...
Thierry
tmurail
Offline Send Email
Mar 10, 2005
10:46 am
6220
... is only an ... I think you for your response but 802.11i is 190 pages in length. And almost all of it is written in a style that seems to assume that the...
jwhance
Offline Send Email
Mar 10, 2005
6:47 pm
6221
Salut jwhance, j> I think you for your response but 802.11i is 190 pages in length. j> And almost all of it is written in a style that seems to assume that j>...
Thierry
tmurail
Offline Send Email
Mar 11, 2005
12:50 am
6222
Real 802.11 Security: Wi-Fi Protected Access and 802.11i by Jon Edney, William A. Arbaugh is a good book to read. http://www.amazon.com/exec/obidos/tg/detail/-...
ramki_nayak
nayak3127
Offline Send Email
Mar 11, 2005
2:10 pm
6223
I am using RawEther v5.03.16.58 and I am having problems setting the keys using OID_802_11_ADD_KEY. I see the MiniportSetInformation function called for other...
ramki_nayak
nayak3127
Offline Send Email
Mar 11, 2005
2:11 pm
Messages 6194 - 6223 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