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 7541 - 7570 of 8586   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7541
I have not been able to install the latest ndistool.msi on two machines with XP SP1. I get an error that says: "A DLL required for this install to complete...
David Halley
linkup11
Offline Send Email
Jul 4, 2006
3:44 am
7542
... Thanks for the feedback. It is helpful for folks to report problems like this. They can go unnoticed. I just installed NDISTools downloaded from the web on...
Thomas F. Divine
pcatom
Offline Send Email
Jul 4, 2006
4:11 am
7543
The Windows XP/SP1 computers had windows installer V2.0. I undated to V3.1 and the installation works now. I tried this on two machines with success....Dave...
David Halley
linkup11
Offline Send Email
Jul 4, 2006
8:14 pm
7544
... I guess I should re-work the MSI package to include the necessary installer... (I'm not the greatest at user-mode stuff...). I hope that NDISTools are...
Thomas F. Divine
pcatom
Offline Send Email
Jul 4, 2006
9:28 pm
7545
Hi my new friends Assume I process a packet using IM (intermediate driver) during send or receive. Is it possible to see the changes on the packet through...
omar ali
oaa.infocom
Offline Send Email
Jul 9, 2006
2:19 pm
7546
After receiving a packet descriptor by IM driver by calling ProtocolReceive function by NDIS, the IM will call NdisTransferData. Then after returning SUCCESS...
omar ali
oaa.infocom
Offline Send Email
Jul 9, 2006
2:29 pm
7547
You should use a second PC and observe packets as they actually appear on the wire. Thomas F. Divine _____ From: discussion-pcausa@yahoogroups.com ...
Thomas F. Divine
pcatom
Offline Send Email
Jul 9, 2006
2:47 pm
7548
If a packet descriptor is actually available in ProtocolReceive (NdisGetReceivedPacket does not return NULL), then the packet descriptor contains the entire...
Thomas F. Divine
pcatom
Offline Send Email
Jul 9, 2006
2:55 pm
7549
I have a confusion of where (exactly) I can process the received packet in the IM (intermediate) driver case. I know that there are two roads to receive the...
omar ali
oaa.infocom
Offline Send Email
Jul 10, 2006
2:44 pm
7550
Omar, If you read the DDK carefully you will see that ProtocolReceive is a _required_ handler and ProtocolReceivePacket is an _optional_ handler. So, if you do...
Thomas F. Divine
pcatom
Offline Send Email
Jul 10, 2006
3:03 pm
7551
This is all spelled out pretty clearly in the DDK¹s passthru sample, as well as in the mux sample. I¹d look at those to get a better idea of how things work....
Steve Dispensa
stevedpositive
Offline Send Email
Jul 10, 2006
3:10 pm
7552
I would like to use the capabilities of Java virtual machine in my project in phd. Is there a method to use java language (along with c language) in the...
oaa
oaa.infocom
Offline Send Email
Jul 14, 2006
3:47 pm
7553
Java doesn¹t run in the kernel, so you can¹t directly use it. Depending on what you want to use it for, the best thing would probably be to use an inverted...
Steve Dispensa
stevedpositive
Offline Send Email
Jul 14, 2006
3:56 pm
7554
The Microsoft Passthru driver doesn't do anything at all, so it is not going to be useful unless you make modifications. Modifications to the driver _MUST_ be...
Thomas F. Divine
pcatom
Offline Send Email
Jul 14, 2006
4:12 pm
7555
Can anyone please suggest how to disable a wireless network adapter using C# .NET. Any pointer to using INetCfg API using .NET will also be helpful. I am new...
abhishekvsingh
Offline Send Email
Jul 17, 2006
2:08 pm
7556
Hi my friends i have been read the DDK, but there are some confusions in the position in which i can process the Received packet. it is opposite to the...
oaa
oaa.infocom
Offline Send Email
Jul 18, 2006
6:13 pm
7557
There is no confusion about where to process received packets. The answer was given before in the message: ...
Thomas F. Divine
pcatom
Offline Send Email
Jul 18, 2006
9:07 pm
7558
Mux sample is another intermediate driver sample. While Passthru is a filter IM driver (1:1), mux sample is a "N:1" MUX IM driver. It creates multiple virtual...
Nazan Kurt
nazank80
Offline Send Email
Jul 19, 2006
3:33 am
7559
Hi, How can I transfer from kernel mode (in the IM driver) to the user mode (the visual c environment). Also, how can I make a DLL file. Thank you, With my...
oaa
oaa.infocom
Offline Send Email
Jul 21, 2006
3:53 pm
7560
Dear all I am a phd student in the research stage . My research deals with the active networking and the security of active router under windows OS, hence...
oaa
oaa.infocom
Offline Send Email
Jul 21, 2006
5:13 pm
7561
If you don¹t know how to make a DLL from C code yet, I¹d say you have a lot of background studying to do before you¹re going to be able to do much with ...
Steve Dispensa
stevedpositive
Offline Send Email
Jul 21, 2006
5:54 pm
7562
_____ From: discussion-pcausa@yahoogroups.com [mailto:discussion-pcausa@yahoogroups.com] On Behalf Of oaa Sent: Friday, July 21, 2006 10:59 AM To:...
Thomas F. Divine
pcatom
Offline Send Email
Jul 21, 2006
7:25 pm
7563
Hi, I want to write an IM driver or Protocol driver to intercept/sniff GPRS connection on PPC 2005. How can i start it ? It's there any exist solutions,...
knopper2004
Offline Send Email
Jul 24, 2006
3:04 pm
7564
... I don't know of any code that will help you there. Perhaps others on the list will help. Thomas F. Divine...
Thomas F. Divine
pcatom
Offline Send Email
Jul 24, 2006
7:05 pm
7565
Hello, I'm doing WHQL certification on WinXP SP2 for Passthru driver, compiled with NDIS version 5.0. The test 2c_PerformanceBlast crashes the system, with the...
Cristi
wtherapy
Online Now Send Email
Jul 26, 2006
1:44 pm
7566
If Packet it the original packet being sent by the higher-level protocol and MyPacket is a packet (perhaps a "fresh packet" wrapper), then your code should be:...
Thomas F. Divine
pcatom
Offline Send Email
Jul 26, 2006
2:18 pm
7567
Thank you thomas, I understand ur idea, but the driver is passthru.sys and is the one coming with the 2k3 DDK. I'm copy-pasting the code of the...
Cristi
wtherapy
Online Now Send Email
Jul 26, 2006
2:51 pm
7568
Ok. That looks OK. The MS sample uses terminology that leads to confusion. This line is actually correct, but the names should be changed to insure that no one...
Thomas F. Divine
pcatom
Offline Send Email
Jul 26, 2006
3:01 pm
7569
I am new to WHQL certification and need to get my driver signed in very short time. I have looked for information on MS site but it all looks confusing for me:...
Vijender Yadav
vijinder_yadav
Offline Send Email
Jul 27, 2006
3:03 pm
7570
July 27, 2006 - I still haven't mastered all the details of application and driver installation on Windows Vista. However, I have put together a new Rawether...
Thomas F. Divine
pcatom
Offline Send Email
Jul 27, 2006
9:12 pm
Messages 7541 - 7570 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