Hi, thanks for your answer. That's just what I don't get: I thought, that the 2 bytes that indicate the type of ethernet packet belong to the ethernet packet...
hi, i want to develop an application which can filter all programs trying to access port 80. For example, suppose i want to implemet the matrix below Program...
Yes, You are goin in the right direction, for LSP. This is the best way. Good Luck, <yogi> ________________________________________________ Get your own "800"...
I just started to work for a company that purchased the source code to rawether v5.03.16.55. I was wondering if you have plans to update the driver to support...
... Good question to start the New Year. Yes, PCAUSA will definitely provide support for NDIS 6.0 when it is appropriate. AFAIK, PCAUSA was the first...
Thanx Yogi i read about LSP but do not have any programming experience on it. Can u help me. Also i read that LSP can tell me about connections and not about...
I'm trying to resolve a minor issue that I'm seeing between the standard NDISUIO driver and a driver of my own which is derived from the NDISPROT DDK sample. ...
First of all, OID_802_11_PRIVACY_FILTER is an OPTIONAL OID. Use OIDScope or some other tool to see if OID_802_11_PRIVACY_FILTER is in the supported OID list...
Thomas, Thanks for the reply. In response to your queries: 0) Indeed OID_802_11_PRIVACY_FILTER is optional but in this case the adapter reports that it...
... Are you sure you're really getting an open handle to NDISUIO? I would stop the WZC service (net stop wzcsvc) to see if that makes a difference. In the...
Bryan Burgin
bburgin@...
Jan 6, 2005 3:58 am
5931
Nope, You just start doing that i'll tell you how to do that. Good Luck, <yogi> ________________________________________________ Get your own "800" number ...
LSP does tell you what program requested the connection... there is a function you can use though I don't remember it.... Good Luck Yatindra Vaishnav...
Hi, I was reading the Load order on TDI Filter installation... sorry for the lame question but how do you interpret the PNP_TDI e.g. REG_BINARY 07 00 00 00 04...
Getting load order correct is not easy. Read the MSDN topic "How To Control Device Driver Load Order" for some insight. Searching the MSDN for "GroupOrderList"...
The lsp is a dll basically,so if you do GetCurrentProcessThreadid () kind of function in the lsp it should tell in which process the lsp is loaded. hope this...
Does anyone know how to modify the sample code to support NdisWan? I have tried adding NdisMediumWan to MediumArray in ndisprotCreateBinding(), but it seems...
Hi again, as I'm originally writing all my programs in C++, I always need some to adapt to the 'old' C- sytle. Now, all I wanted the driver (NDIS IM) to do is...
it is not possible to write a protocol driver which supports packet reading/writing on NdisWan medium. It may read packets but then TCP/IP binding will fail. ...
Egemen Tas
egemen.tas@...
Jan 8, 2005 6:47 pm
5939
... Some NDIS "functions" are actually MACROs. This sometimes gives peculiar results. Try: int *b = NULL; if( ( NdisAllocateMemoryWithTag(&b,x *...
Thanks! by the way, is my 'converting' from C++- new operator to an equivalent based on NdisX calls correct (esp. concerning size, declarations,...)? Will one...
Thanks, Egemen Tas... I know that IM can do that, but I just want to try it out. I have successfully opened the ndiswan device, A.K.A. \DEVICE\NDISWANBH. No...
... It will allocate an array of bytes of the specified size. NdisAllocate... Will eventually call the ExAllocate... Functions. If the NumberOfBytes requested...
... Thats because I think only one protocol driver can be bound to the NdisWan adapter and so TCP/IP will not be bound at the same time with your protocol ...
Egemen Tas
egemen.tas@...
Jan 9, 2005 9:22 pm
5944
Just to add to Yatindra's point. Using LSP you can only filter Winsock traffic. Abhijit. ... __________________________________________________ Do You Yahoo!? ...
I Think it is the right approach cos, he is not goin to do anything with traffic. And he is pretty specific to applcication port, so not a good way to...
After few days tracing, I found the way to do user mode I/O on NdisWan device. 1. Get NDISPROT sample code from WINDDK Server 2003 2. Modify the ndisprot.inf ...
Hi, You may want to look at NDIS_WAN_LINE_UP in protocolStatus. regards, Anurag ... From: welkin872 [mailto:rhfan@...] Sent: Monday, January 10,...
Anurag Vohra
anurag@...
Jan 10, 2005 2:00 pm
5949
Yes. You are right in a way. But I cautioned him for non-Winsock traffic. If he is dealing with Internet Explorer and port 80 it is OK. But imagine his matrix...