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...
Show off your group to the world. Share a photo of your group with us.

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 7875 - 7904 of 8586   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7875
Hello, I have a Microsoft digitally signed NDIS IM driver that installs from a location on the HDD ( suppose C:\Program Files\Kit\ ). The driver installs ok...
Cristi
wtherapy
Online Now Send Email
May 2, 2007
10:23 am
7876
Hi everyone, I've written a simple intermediate driver for basic packet filtering. It seems it's working well, but now i want to add another functionality. I...
dgtfm84
Offline Send Email
May 2, 2007
11:23 am
7877
We are writing an app for Vista that needs to connect to wireless networks that supports 802.1X authentication but no encryption. The EAP Host framework that...
Ranjeet Chakraborty
ranjeetc
Offline Send Email
May 2, 2007
2:32 pm
7878
It's a little dangerous to have drivers in program files, isn't it? What if that drive isn't available early enough during boot? I've never tried what you...
Steve Dispensa
stevedpositive
Offline Send Email
May 2, 2007
4:15 pm
7879
Turn on IP routing (there's a usermode IPHLPAPI call for it IIRC) and just indicate the packet up. The host will route it automatically. -sd...
Steve Dispensa
stevedpositive
Offline Send Email
May 2, 2007
4:18 pm
7880
Do you remove the INF files of the IM driver upon uninstallation (using SetupOEMUninstallInf())? Have a nice day GV ... From: Cristi To:...
Gianluca Varenni
gianluca_var...
Offline Send Email
May 2, 2007
4:43 pm
7881
Cristi, I think you can try remove the CopyFiles instruction from your .inf file (in the [<YourDriver>_install.NT] section). You would then have to copy your...
Zachary Azoulay
zaz0u@...
Send Email
May 2, 2007
7:44 pm
7882
Did you use SetupCopyOEMInf to copy your INF? And, if you did, you need to call it TWICE: once for each of the two INFs. From:...
Bryan Burgin
bburgin@...
Send Email
May 2, 2007
9:55 pm
7883
We have a security product and after instalation we want to mark certain executable files as trusted. First by checking the digital signature and if this is...
svinturis
Offline Send Email
May 3, 2007
12:58 pm
7884
hi guys, thanks for the suggestions: I use SetupCopyOEMInf once for the protocol and once for the miniport inf. I do not use SetupUninstallOEMInf to uninstall,...
Cristi
wtherapy
Online Now Send Email
May 3, 2007
12:58 pm
7885
I havent checked the snetcfg utility, but the bindview sample is certainly a bit broken from that point of view: the INF files are not deleted by the...
Gianluca Varenni
gianluca_var...
Offline Send Email
May 3, 2007
6:13 pm
7886
... Great, I was missing the IPHLPAPI call (if anyone is interested, it's named "EnableRouter")! Now I have another problem... avoiding loops. I need a way to...
dgtfm84
Offline Send Email
May 3, 2007
6:44 pm
7887
Can you give me an example of what kind of routing loop you're talking about here? What kind of packet transformation are you doing? If you have an IM driver,...
Steve Dispensa
stevedpositive
Offline Send Email
May 4, 2007
1:46 am
7888
Off the top of my head, I'd look at CryptoAPI. I have never done this, so there may be a shortcut, but basically it's a matter of figuring out exactly how PE...
Steve Dispensa
stevedpositive
Offline Send Email
May 4, 2007
1:49 am
7889
My IM driver actually passes the whole packet to a userspace application. The application can modify, drop or accept the packet, thus the driver has no control...
dgtfm84
Offline Send Email
May 4, 2007
6:13 pm
7890
To answer this my old brain needs to know where the packet originated (received from wire or an intercepted send?) and so forth. Thomas F. Divine...
Thomas F. Divine
pcatom
Offline Send Email
May 4, 2007
7:36 pm
7891
Sure... Right now i'm working on intercepted sends. Then i will move to packets received from wire, but it think it will be easier. What i basically do now is:...
dgtfm84
Offline Send Email
May 4, 2007
10:15 pm
7892
I think you can make some improvements. Drivers like the PCAUSA "Packet Redirector" have two handles for each binding. One handle is on the lower...
Thomas F. Divine
pcatom
Offline Send Email
May 4, 2007
10:41 pm
7893
Hi all, I'm approaching in the development of windows drivers and I'm trying to modify the passthru driver provided in the Windows Driver Development Kit. In...
c_togni
Offline Send Email
May 5, 2007
11:46 am
7894
First you are talking a lot of memory here depending on the NIC. Think carefully about the design, do you really need to hold the complete packet? If so for...
Don Burn
don_burn
Offline Send Email
May 5, 2007
12:12 pm
7895
I have to hold the complete packet until I have memorized its content in an allocated zone of memory. I can send it as soos as I have memorized it. I have to...
c_togni
Offline Send Email
May 7, 2007
12:45 pm
7896
You need to study NDIS memory functions more carefully. NDIS has a variety of memory allocation routines that can be used instead of the Ex routines. Although...
Thomas F. Divine
pcatom
Offline Send Email
May 7, 2007
1:33 pm
7897
Dear all, I have one question about Preinstalling Driver Files, I need to install driver file before plugging in (USB) hardware on Windows XP. From the DDK...
Richard Zhang
richardone163
Offline Send Email
May 16, 2007
12:09 pm
7898
Is your driver properly signed? You should sign both the .cat and the .sys file. PnP won't auto-install an unsigned driver if the device class has a WHQL...
Steve Dispensa
stevedpositive
Offline Send Email
May 16, 2007
3:33 pm
7899
Dear Steve, Thanks for your comments! No, my driver is NOT signed! And how can i install this driver without signed befroe plugging in hardware device? Warm...
Richard Zhang
richardone163
Offline Send Email
May 17, 2007
1:12 am
7900
In general, it's not a good idea to release a driver like this without getting it signed. You need to get a kernel-mode code signing certificate from Verisign...
Steve Dispensa
stevedpositive
Offline Send Email
May 17, 2007
2:40 am
7901
Folks, Is there a place in the system (Windows Server 2003) to see why TCPIP stack is dropping certain data pkts? I confirmed this with netstat statistics....
sanjayc.rm
Offline Send Email
May 18, 2007
4:53 pm
7902
Hi, When result of OID_GEN_PHYSICAL_MEDIUM is 9(Native802.11), How do I request searching network and authenticating with rawether- driver? (Vista OS) Do...
chandlershin
Offline Send Email
May 22, 2007
2:07 am
7903
No logs that I know of. Can you give us an idea of the data rates involved? And of the CPU load on the box? Also, how's nonpaged pool looking? Maybe there's a...
Steve Dispensa
stevedpositive
Offline Send Email
May 22, 2007
2:17 am
7904
Unfortunately, there are two problems: 1.) Rawether is based on using NDIS protocol drivers. 2.) The Microsoft Vista architecture prohibits NDIS protocol...
Thomas F. Divine
pcatom
Offline Send Email
May 22, 2007
2:41 am
Messages 7875 - 7904 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