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 5453 - 5482 of 8586   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5453
I compiled and installed the sample driver that Thomas Divine published last year. However, when I tried to open the driver from the user app, I get an invalid...
pascal_pd
Offline Send Email
Oct 1, 2004
7:42 pm
5454
Did you build the driver using the Windows 2000 Build Environment of the Windows Server 2003 DDK? If not, then build it under the Windows 2000 Build ...
Thomas F. Divine
pcatom
Offline Send Email
Oct 1, 2004
8:35 pm
5455
I am trying to develop a Ndis driver for encryption and am currently having trouble decrypting an inbound payload then strip off any padding and resize the...
Robert Schierholz
Rob_Schierholz
Offline Send Email
Oct 1, 2004
9:19 pm
5456
Unfortunately, Robert, the NDIS packet/buffer/VM that is passed to you in your receive handlers is effectively read-only. You cannot modify the receive packet...
Thomas F. Divine
pcatom
Offline Send Email
Oct 1, 2004
9:35 pm
5457
Hi, I try to develop open source kernel level traffic control utility (or traffic shaper) and its main part - NDIS driver. I decided to implement packet ...
Sokolov Roman
sokolov_roman
Offline Send Email
Oct 1, 2004
9:36 pm
5458
... I think that if you want to manage packets, it is the only place you can do it. Thomas F. Divine...
Thomas F. Divine
pcatom
Offline Send Email
Oct 1, 2004
9:38 pm
5459
Hi, I'm currently developing a software project that consists mainly of one NDIS Intermediate driver. Now, the challenge I'm approaching to is the following: I...
mosquitooth
Offline Send Email
Oct 1, 2004
9:47 pm
5460
Either one is a bad idea, and your premise of do it before login represents a flawed design. You are assuming a PC with a single user, with a standard ...
Don Burn
don_burn
Offline Send Email
Oct 1, 2004
9:58 pm
5461
That's all perfectly true - obviously I didn't make myself clear enough. The configuration changements that shall be selectable by the user are settings you'll...
mosquitooth@...
mosquitooth
Offline Send Email
Oct 1, 2004
10:28 pm
5462
Well you still have a problem. First understand what DriverStudio does is a complete hack, that does destabilize some systems to the point of destruction, so...
Don Burn
don_burn
Offline Send Email
Oct 1, 2004
11:16 pm
5463
how i get all TSDU and combine all ? ... must ... have to ... on ... html...
conglt2004
Offline Send Email
Oct 2, 2004
1:49 am
5464
Well, if it's not possible to solve the problem that way, what possibilities do I have? Would a GINA dll solve the problem? Which technology would be able to...
mosquitooth@...
mosquitooth
Offline Send Email
Oct 2, 2004
12:52 pm
5465
Peter, There really isn't a good solution. Note, this really isn't something Windows provides for, or is expected. GINA will not work since you do not want...
Don Burn
don_burn
Offline Send Email
Oct 2, 2004
2:17 pm
5466
Hi, just some question: The PUSH flag in the tcpheader indicates, that the data should be passed to the application at once - so it should only appear together...
mosquitooth
Offline Send Email
Oct 2, 2004
9:44 pm
5467
... I am not an expert on this. However, it seems to me that: 1.) The PUSH bit says that the data I am sending in this packet should be presented to the...
Thomas F. Divine
pcatom
Offline Send Email
Oct 2, 2004
9:58 pm
5468
Hi, I currently encounter a strange problem, which I just cannot solve. Sometimes, when my driver, I guess, (NDIS IM) processes Send request ...
mosquitooth
Offline Send Email
Oct 3, 2004
6:07 pm
5469
a) Enable driver verifier for your driver. b) Simplify the stack -- take out, for instance, QoS packet scheduler, etc. What OS are you testing on? If this is...
Bryan Burgin
bburgin@...
Send Email
Oct 3, 2004
10:53 pm
5470
... From: "Bryan Burgin" <bburgin@...> Date: Sun, 3 Oct 2004 15:53:05 To:<discussion-pcausa@yahoogroups.com> Subject: RE: [discussion-pcausa] Strange...
Thomas F. Divine
pcatom
Offline Send Email
Oct 3, 2004
10:55 pm
5471
In your MiniportSendPackets routine take a careful look at the acceptable IRQL of functions that you are calling. The DDK usually includes a statement of the...
Thomas F. Divine
pcatom
Offline Send Email
Oct 3, 2004
11:13 pm
5472
a sender and 2 remote nodes are connected on a ring. what is protocol stack implementation when sender sends to 255.255.255.255? I believe that sender sends to...
calin_iaru
Offline Send Email
Oct 4, 2004
1:25 pm
5473
Thomas, Thanks for your insight. I followed your suggestions, and I was able to get the passthru sample driver running. - Pascal ... of the ... 2000 Build ... ...
pascal_pd
Offline Send Email
Oct 4, 2004
4:20 pm
5474
Things are slightly different than Thomas indicated. The PUSH (also called PSH) bit indicates that there is data present in the packet after the TCP header....
Mark Reynolds
mreynold@...
Send Email
Oct 5, 2004
12:52 am
5475
Mike, Thanks for taking the time to give some insight into this. Thomas F. Divine...
Thomas F. Divine
pcatom
Offline Send Email
Oct 5, 2004
1:05 am
5476
I want to buy the DefendTek firewall and i want to know: does it have function-content filtering based on TDI?...
dangtrungthanh
Offline Send Email
Oct 5, 2004
1:50 am
5477
... No, DefendTek is a Firewall. At the TDI level firewall and a content filter both inspect the information that is exchanged between the local host and...
Thomas F. Divine
pcatom
Offline Send Email
Oct 5, 2004
3:27 am
5478
Hello, I want to write a virtual network device on Win 2000/XP like a virtual device of the software VMWARE. I need to capture packets from and to all networks...
Intel Centrino
ng_ng_n
Offline Send Email
Oct 5, 2004
12:55 pm
5479
I believe that Thomas was nearer the mark about the PSH bit as you can actually have data packets with data in and no PSH bit set. The PSH bit indictates that...
Andy
bemacdev
Offline Send Email
Oct 5, 2004
12:57 pm
5480
Hi again, thanks a lot for all your help. I turned on verifier, but that didn't unhide the culprit (by the way, I'm developing for Win2k3 server). But then I...
mosquitooth@...
mosquitooth
Offline Send Email
Oct 5, 2004
12:58 pm
5481
... Seems like a good idea to me! Thomas F. Divine...
Thomas F. Divine
pcatom
Offline Send Email
Oct 5, 2004
1:31 pm
5482
... Not exactly. The DDK documentation says: "The MiniportSendPackets function of a deserialized miniport driver can be called at any IRQL <= DISPATCH_LEVEL" ...
Thomas F. Divine
pcatom
Offline Send Email
Oct 5, 2004
1:32 pm
Messages 5453 - 5482 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