Howdy folks, Our Rawether based wifi client is running into problems co-existing with IBM's Access Connections client. IBM's documentation says that this...
Hello to everyone, someone could tell me how to set a NDIS_PACKET to be sent without any Ethernet header. I can send an IRP passed by an application but it ...
I want to write a driver on winxp which can capture all incoming and outgoing packets and pass UDP packets to another module for modifications in UDP packet...
... [PCAUSA] The type of driver needed to intercept send and receive packets is an NDIS Intermediate driver of some sort. You have asked this question for...
Thanks for suggestion. Actually we want to modify UDP packets in that "other module". We feel that "other module" could be application or a driver. But we have...
Thanks for suggestion. Actually we want to filter the UDP packets in a driver and pass these Packets to " other module" for modifying these UDP packets.This...
... [PCAUSA] No, you have given a terrible answer!!! You have said: "I want to...". Well, I "want" a lot of things myself, but some are not achievable. Give me...
Windows drivers, including NDIS IM drivers, can expose a "dispatch table" that allows it to be called from "other modules". The (most) entry points in the...
Thanks for help.I understand pass and recieve data to and from a driver for user mode application is not an easy task and will has its issues related to...
If you know that you must process the packets in a user-mode application, then you must use an NDIS IM driver to intercept the packets. The result will be...
We have already gone through packet redirector described at the URL http://pcausa.com/pcasim/packetredir.htm But we could not find any code samples of PAcket...
... [PCAUSA] PCAUSA makes its business of licensing sample code that does more than the samples in the DDK/WDK. The PktRedir sample drivers is one of those...
Is there any other approach for capturing packets and passing it to another application other than NDIS driver approach? ... driver ... URL ... its ... does...
Hi All I saw some post(on this group) that pcasim(pcaus sample im driver) can install without inf( netcfgapi or bindview). Is it possible? If I buy the...
... Sorry. That is incorrect information. NDIS IM drivers require two INF files. You can write an installer that uses the INetCfg API to install a NDIS IM ...
... driver) can ... and ... NDIS IM ... will get ... installed ... Thank you for your answer. I have one more question I want make filter(packet) driver on...
... The only type of driver that can be installed without INF's (that I know of...) are legacy NT-style drivers. These drivers are started/stopped strictly...
Hi, I need info about the MS desktop LAN api's . Its list and description of functionality and related details... Pls let me know where I can look for it. ...
Hello, On one of the Vista machine I am having problem in loading my TDI driver due to the TDX.sys. TDI driver needs to open TCP and UDP device objects created...
... I am also interested in such solution. I have a kind of remote debugger that uses TCPIP (actually UDP) very early in the boot process. It currently...
Zachary Azoulay
zaz0u@...
Jul 3, 2007 2:17 am
7950
Thomas - Just wanted to continue on this thread since I am seeing some packet drops here. You are absolutely right that the Network Bridge on Win2k3 is a 1:N...
Hello, does Rawether support Windows Mobile for WLAN Applications, too? Unfortunately the FAQ only says that rawether was tested with Windows CE 3.0 and 4.2 ...
Unfortunately I am not going to continue to support Windows CE/Mobile with Rawether. The basic problem is that Windows CE/Mobile are fine Microsoft product. ...
I don't have first-hand experience with ISA so I am not speaking with authority here. Perhaps Steve can give some better insight. I do have some comments,...
Thanks for yr reply Thomas. In my case, my bridge has 2 miniports. Its an NDIS IM driver that binds to the 2 real miniports and the virtual bridge miniport. In...
I believe that you would have better luck if you made your packet modifications on your IM driver bindings below the bridge MUX driver. For my IM drivers that...
hi all when i trying to build the source code of "pktredir" sample developed by PCAUSA corp., the builder cannot find the NDHelper.lib, and when i make build...
... [PCAUSA] If the "active passthru" sample has been build successfully, then the problem is probably related to paths in the SOURCES file. That said, I must...