The INF files must be updated to work with AMD64: NETIM.INF changes (Additions In RED): [Manufacturer] %PcaUsa% = PCAUSA,NTamd64 [ControlFlags] [PCAUSA] ...
Dear Thomas I success to installation PCASIM.sys in x64(server 2003)environment. but I fail to run sample application(prtest2.exe) in x64. I compiled dll and...
I've just known that the windows CE and windows Mobile are different today. I was planning to develop an ndis virtual miniport driver on windows CE platform. ...
The tools and information that you need are at: http://www.microsoft.com/windows/embedded/default.mspx I believe that there are links that will let you...
InterlockedExchangeAdd is defined in NDIS.h for Windows XP and higher. Just use it. If you must use Windows 2000, then put this in a header file somewhere ...
Hi All, Why MUX IM is not using DataBackFillSize and request VLAN tag header size in backfill? Instead it is allocating from look aside list every time there...
Perhaps in creating the NDIS 6 MUX sample they adapted it from the existing NDIS 5 MUX sample and simply overlooked illustrating this new NDIS 6 feature. ...
Hi, In continuation to signed driver in following message: http://tech.groups.yahoo.com/group/discussion-pcausa/message/8257 Whenever we try to install or...
Hello Thomas, I have a TDI hook driver based on TDIPASSH ( we bought it from you), and it works well with windows xp sp3, but as we know it is not working with...
On Windows XP the driver stack is torn down (unbound) and then restored (bound) when a filter driver is added to the system. A continuous ping (ping -t) would...
WFP will do the job. You need to study the API carefully and then review the examples. Most operations are actually at the datagram level - not the packet...
See the PktRedirEx sample. Thomas F. Divine From: discussion-pcausa@yahoogroups.com [mailto:discussion- pcausa@yahoogroups.com] On Behalf Of glove Sent:...
Dear Thomas Files Package(version 0617)you gave me doesn't include PktRedirEx. Only "PkrRedirEx" directory has been created. this directory don't include any...
Dear Thomas: I have same experience as inyouris. Last year we have bought NDIS IM Samples kit from u, but i can find nothing in "PktRedirEx" directory. Pls...
Hello. I have a question. I want to implement IP tunneling architecture with virtual NIC. The topology is following. Application -- Virtual NIC -- Real adapter...
Hi all geeks, While going thru piles of Firewall stuff I came across this driver on Sourceforge.net. My current project is mainly building a Firewall which...
See the series of articles "Extending the Passthru..." at http://www.wd-3.com. I have no idea whether the SourceForge IpSec driver is any good. In any case,...
Which is the best option to stop or trace a process trying to receive or send information over internet? Firewalls like ZoneAlarm, Bitdefender Internet Sec,...
There is no "best" answer to this question. Winsock Layered Service Providers (LSPs) are good for filtering (obviously..) all user-mode applications that use...
Hello. I have a question. I want to implement IP tunneling architecture with virtual NIC. The topology is following. Application -- Virtual NIC -- Real adapter...
Hi .. I want to disable DHCP of the network adapter when I install the network adapter. i.e. I'd like to not set any IP address on my network adapter. Of...
Shell out to the command-line utility NETSH... On Vista: "netsh interface ipv4 set address name="my adapter" source=dhcp" Or "netsh interface ipv4 set address...
Bryan Burgin
bburgin@...
Jul 23, 2008 5:19 pm
8404
... network adapter. ... tcp/ip property --> ...). ... control application or set registry). ... Well, if it's your own network adapter driver, why not simply...
I want to implement IP/IP tunneling. So, I used PCASIM_OpenLowerAdapter and PCASIM_OpenVirtualAdapter for tunneling Tx, tunneling Rx (I refer to PktRedir). And...
Well, the PktRedir can probably be adapted to do this. But first you need to understand that the PCASIM drivers are _sample_ drivers intended to be used by...