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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 5920 - 5949 of 8586   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5920
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...
mosquitooth@...
mosquitooth
Offline Send Email
Jan 1, 2005
2:36 pm
5921
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...
ram2542000
Offline Send Email
Jan 4, 2005
4:40 am
5922
Yes, You are goin in the right direction, for LSP. This is the best way. Good Luck, <yogi> ________________________________________________ Get your own "800"...
Yatindra Vaishnav
yatindr_v
Offline Send Email
Jan 4, 2005
1:52 pm
5923
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...
carl244541@...
carl244541
Offline Send Email
Jan 4, 2005
3:48 pm
5924
... 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...
Thomas F. Divine
pcatom
Offline Send Email
Jan 4, 2005
4:07 pm
5925
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...
ram2542000
Offline Send Email
Jan 5, 2005
2:15 pm
5926
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. ...
jwhance
Offline Send Email
Jan 5, 2005
3:49 pm
5927
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 F. Divine
pcatom
Offline Send Email
Jan 5, 2005
4:32 pm
5928
I think it boiled down to #3.... In the NDISUIO source there is a function ndisuioSetOidValue. In it a check is made against a list of OIDs...
jwhance
Offline Send Email
Jan 5, 2005
7:23 pm
5929
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...
jwhance
Offline Send Email
Jan 5, 2005
9:35 pm
5930
... 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@...
Send Email
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 ...
Yatindra Vaishnav
yatindr_v
Offline Send Email
Jan 6, 2005
12:02 pm
5932
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...
ffarsif ff
ffarsiff
Offline Send Email
Jan 6, 2005
8:41 pm
5933
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...
ffarsif ff
ffarsiff
Offline Send Email
Jan 6, 2005
8:41 pm
5934
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"...
Thomas F. Divine
pcatom
Offline Send Email
Jan 6, 2005
10:31 pm
5935
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...
prashant narurkar
p_narur2000
Offline Send Email
Jan 7, 2005
5:38 am
5936
Does anyone know how to modify the sample code to support NdisWan? I have tried adding NdisMediumWan to MediumArray in ndisprotCreateBinding(), but it seems...
welkin872
Offline Send Email
Jan 8, 2005
3:01 pm
5937
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...
mosquitooth
Offline Send Email
Jan 8, 2005
4:51 pm
5938
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@...
Send Email
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 *...
Thomas F. Divine
pcatom
Offline Send Email
Jan 8, 2005
6:51 pm
5940
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...
Peter Schmitz
mosquitooth
Offline Send Email
Jan 9, 2005
12:36 pm
5941
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...
welkin872
Offline Send Email
Jan 9, 2005
3:19 pm
5942
... It will allocate an array of bytes of the specified size. NdisAllocate... Will eventually call the ExAllocate... Functions. If the NumberOfBytes requested...
Thomas F. Divine
pcatom
Offline Send Email
Jan 9, 2005
3:29 pm
5943
... 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@...
Send Email
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!? ...
Abhijit Kulkarni
abhiputs
Offline Send Email
Jan 10, 2005
4:36 am
5945
Okey, I got it... Thanks for your help :) ... the ... tried ... NdisWan ... protocol ... received ... ipconfig ... packet...
welkin872
Offline Send Email
Jan 10, 2005
12:28 pm
5946
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...
Yatindra Vaishnav
yatindr_v
Offline Send Email
Jan 10, 2005
12:28 pm
5947
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 ...
welkin872
Offline Send Email
Jan 10, 2005
12:31 pm
5948
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@...
Send Email
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...
Abhijit Kulkarni
abhiputs
Offline Send Email
Jan 10, 2005
2:03 pm
Messages 5920 - 5949 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