thank for the information. I mean when it is not possible to filter NDISWAN using rawether so it is possible to use IM driver (passthru sample) to handle...
Whats the step to create a multicast Package?, so that any client of destiny can respond with a package. And thus to make the discovery of new PC's activates...
_____ From: discussion-pcausa@yahoogroups.com [mailto:discussion-pcausa@yahoogroups.com] On Behalf Of Jorge Pedraza Sent: Wednesday, March 01, 2006 8:18 AM To:...
... You probably also want to look into IP multicast (224.x.y.z-239.x.y.z addresses), and into the correlation between destination IP addresses and destination...
that the clients of destiny Responds to me with a package, (Where Comes the Information from Identification of them same). Finally of that package that I...
... Multicast is typically one-way by its nature. Responses are often unicast back to the source, if they're required. UDP is usually used (TCP doesn't really...
Jorge, You have got to find some books that describe how networking works! If you want to locate things, then your software must send out an "identify request...
Please unsubscribe me from your mailling list. Tq. ... From: "Thomas F. Divine" <tdivine@...> To: <discussion-pcausa@yahoogroups.com> Sent: Wednesday,...
Siow Teck Seng
tk_siow@...
Mar 2, 2006 1:01 am
7261
See the instructions at the end of every message. Thomas F. Divine Sent via BlackBerry from T-Mobile. ... From: Siow Teck Seng <tk_siow@...> Date: Thu,...
Hi, i try to port the extended Passthru NDIS IM driver to pocketpc 5.0. I use the passthru sample from the platfrom builder. What i want to do is to read frame...
... On Pocket PC you would use the Windows CE "Stream Interface" as the interface between a "user-mode" application and your driver. You can use several...
To amplify what Thomas has said, there are lots of (solved) problems with resource discovery; NetBIOS has been through hell in the last 20 years trying to...
I want To obtain all the active connections, it is any Topology (Infrastructures or Adhoc or both) in certain Wlan. From a PC through my application and Using...
Hello everyone! I extend passthru, and add my a IP and UDP header on the orignal packet, but the machine can not standby or hibernate when the driver ...
March 6, 2006 - As you may know, it appears possible to Authenticode-sign drivers on Windows Server 2003. After some failed attempts to sign a NDIS IM driver...
Hi ! which is the real reason why KeWaitxxx functions can t be called in Receive/Send Packet handler in NDIS driver? IRQ level?if yes why? in MSDN there is...
... Actually, you overlooked some essential parts of the KeWaitXYZ documentation. It includes this admonition: "Callers of KeWaitXYZ can be running at IRQL <=...
So should i use the CE "Message Queue" method to queue packets on the lower adapter ( real adapter) or on the virtual adapter of the passthru driver ? ... ...
It would be wrong of me to say that "you should use the CE Message queue" for this purpose. It is certainly a possibility that you should consider. What I said...
... The most likely culprits are... 1.) A send has not completed, possibly because of a bug in the way you send your modified packets. 2.) A Passthru NDIS...
Hi all, I am new to NDIS and network driver development. I am working on a procedure to quickly scan “Access Points” within range. I have implemented it by...
_____ From: discussion-pcausa@yahoogroups.com [mailto:discussion-pcausa@yahoogroups.com] On Behalf Of umesh kavade Sent: Wednesday, March 08, 2006 9:16 AM To:...
Hi all, I am new to NDIS and network driver development. I am working on a procedure to quickly scan “Access Points” within range. I have implemented it by...
Hi, I have written a display driver for 2k. now i want the display driver data to be redirected to some other PC's IP address (in kernel space only) and also...
Puneet Goel
puneet.maillist@...
Mar 9, 2006 7:15 am
7280
_____ From: discussion-pcausa@yahoogroups.com [mailto:discussion-pcausa@yahoogroups.com] On Behalf Of Puneet Goel Sent: Thursday, March 09, 2006 2:13 AM To:...
I call some wireless NDIS commands continuity. Should I wait between the commands in ordet that the card will not crush? If yes, how many time should I wait?...