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 8313 - 8342 of 8586   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8313
I've been using the tdi client/server code from PCAUSA successfully for several months, but I have run into a problem that is not covered by the example code....
tsgale
Offline Send Email
Apr 8, 2008
7:10 pm
8314
Can this be implemented using sharing flags passed to ZwCreateFile which creates the address file object? Also remember that the address belongs to you unless...
Thomas F. Divine
pcatom
Offline Send Email
Apr 9, 2008
2:56 am
8315
Thomas, I don't think this is going to work, at least I don't think so. I need to do the equivalent of the following setsockopt (SOCKET s, int level, int...
tsgale
Offline Send Email
Apr 9, 2008
3:33 pm
8316
Hi, I would like to process the "layer 2" frame of of the 802.11 network. I want to know the where to start my work and what are tools required. I will be...
mk rao
keshava_2103
Offline Send Email
Apr 11, 2008
1:44 pm
8317
Unfortunately the Windows NDIS design and implementation does not make this task easy. On pre-Vista Windows versions Windows NDIS API simply does not expose...
Thomas F. Divine
pcatom
Offline Send Email
Apr 15, 2008
3:41 pm
8318
I believe that a monitoring LWF on Vista will let you see 802.11 frames, although I have not tested this myself. I think that's how NetMon3 works. As an...
Bryan Burgin
bburgin@...
Send Email
Apr 15, 2008
6:55 pm
8319
Even on vista, a LWF will see what the native wi-fi miniport will provide. I've seen native wi-fi miniports that provide "cooked" 802.11 frames i.e. not the...
Gianluca Varenni
gianluca_var...
Offline Send Email
Apr 15, 2008
7:30 pm
8320
Hi, long time ago i ordered the TDI samples from PCAUSA as a base for my own driver. The TDIPASSL example (and i copied this) always verifies the DeviceObject...
jesa5471
Offline Send Email
Apr 16, 2008
2:26 pm
8321
Hello, I have a NDIS_PACKET created in my NDIS intermediate driver, created as follows: NdisAllocatePacket( &Status, &pDgrPacket, ...
Cristi
wtherapy
Offline Send Email
Apr 23, 2008
11:52 am
8322
The code is basically OK. I don't see anything obviously wrong. However, I do it a little differently. First, use NdisQueryPacket to fetch the number of...
Thomas F. Divine
pcatom
Offline Send Email
Apr 23, 2008
6:12 pm
8323
Hello ALL, I have configured my Wireless Access Point with the below configuration. I am using CISCO AIRONET 802.11a/b/g WIRELESS ADAPTER card and a 3rd party...
Maju, M IN BLR SISL
m.maju@...
Send Email
Apr 29, 2008
12:46 pm
8324
Folks, Is there any option on windows 2003 server to disable *generating* ICMP redirects? I know there is an option to disable responding to ICMP redirects,...
sanjayc.rm
Offline Send Email
Apr 29, 2008
12:46 pm
8325
Maju, Sorry, but I haven't been involved in International issues like this. It certainly looks like you have done your homework and are doing logical things. I...
Thomas F. Divine
pcatom
Offline Send Email
Apr 30, 2008
3:00 pm
8326
Today I received a direct email asking that I try to answer this question. Unfortunately, I wasn't able to reply directly to that individual; my email was not...
Thomas F. Divine
pcatom
Offline Send Email
May 2, 2008
4:05 pm
8327
I installed the WinCE passthru driver, then the connection manager for WiFi stops working. Any idea if this is an incompatibility issue on Passthru Driver? ...
Qiang zhang
qiangieee
Online Now Send Email
May 5, 2008
5:22 pm
8328
Dr. Gary Templeton, Assistant Professor of MIS at Mississippi State University has asked our group to participate in a study of eGroup "social" behavior. This...
Thomas F. Divine
pcatom
Offline Send Email
May 6, 2008
9:09 pm
8329
Hi. We have a project where we need to build a windows application (C# .Net Framework 2.0) that setup our consultants notebooks networks configurations to...
infocraft88
Offline Send Email
May 9, 2008
7:28 pm
8330
Actually, there are no PCAUSA products that will help you in this area. Most of these functions can be implemented using facilities provided by Microsoft APIs...
Thomas F. Divine
pcatom
Offline Send Email
May 9, 2008
7:50 pm
8331
Thank you Thomas. I will look for this. My best regards. Alexandre ... product...
infocraft88
Offline Send Email
May 9, 2008
8:04 pm
8332
Hi Aleandre, Have you looked at MultiNetwork Manager from globesoft. http://www.globesoft.com/ it sounds as if it does the things you are after /Niklas To:...
Niklas Olsson
niklaso@...
Send Email
May 16, 2008
2:12 pm
8333
Thank you Niklas... i will give it a close look. Alexandre ... +0000Subject: [discussion-pcausa] Re: Plz help us to select your correct product that attend...
infocraft88
Offline Send Email
May 16, 2008
5:42 pm
8334
As we know, TCP protocol has the concept of Receive Window Size, and it plays a important role on the performance of network traffic. Now, I want to change...
dingjianjian1981
dingjianjian...
Offline Send Email
May 22, 2008
12:24 pm
8335
I can't speak as to whether your scheme has any merit. However, if you want to tinker with these fields and flags you would not use a TDI filter. A TDI filter...
Thomas F. Divine
pcatom
Offline Send Email
May 22, 2008
1:47 pm
8336
Didn't finish a sentence: " A TDI filter is located above the kernel-mode and will never see packet headers or packetized data." Thomas...
Thomas F. Divine
pcatom
Offline Send Email
May 22, 2008
1:50 pm
8337
"or set the registry key of TCP1323Opts( Need a reboot to validate the change, that's not I want). So I have the following thought. Develop a NDIS driver" My...
Bryan Burgin
bburgin@...
Send Email
May 22, 2008
6:20 pm
8338
Hi, I've used the ndis6 version of the NDISPROT driver. I'm trying do pretty typical things like using the following OIDs: OID_DOT11_CURRENT_OPERATION_MODE ...
leel.geo
Offline Send Email
May 25, 2008
3:13 am
8339
See if stopping the Native Wifi service changes your results (nwifi.sys): "net stop nativewifip" From: discussion-pcausa@yahoogroups.com...
Bryan Burgin
bburgin@...
Send Email
May 25, 2008
4:03 am
8340
Are you sure that the Microsoft WLAN user-mode API isn't sufficient for your needs? NDISPROT does not actually bind to Native Wi-Fi miniports. Instead, it...
Thomas F. Divine
pcatom
Offline Send Email
May 25, 2008
4:05 am
8341
Hi, When nativewifip is stopped the wireless interfaces disappear. They are still seen from the Network Connections Window. However, they are no longer listed...
leel.geo
Offline Send Email
May 26, 2008
2:35 am
8342
Hi Thomas, Unfortunately the WLAN user-mode API will not be sufficient. I am working on porting supplicant with functionality unsupported on Native Wi-Fi. I...
leel.geo
Offline Send Email
May 26, 2008
2:35 am
Messages 8313 - 8342 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