Hi Thomas, Is this function "FLT_SetRemoteAddressForConnection" very important,I mean "connection list entry". can we leave without CONNECTION_INFO data...
... I think it is used "just by us". Try running with the function stubbed out. Otherwise, you will have to debug the routine. It does some memory management...
All, Thanks a lot in advance, if someone can help me out with these bugs it would be great help. I am having really hard time tracing these two bug checks in...
Actually, I would suggest using NdisQueryBuffer(Safe) instead of NdisBufferVirtualAddress, although the latter would seem to work OK. But the real problem is...
Thanks a lot for your reply. Documentation on NDISFreeMemory says Length "Specifies the size in bytes of the memory block to be released. This parameter must...
... So it is. I always set the original allocated length and overlooked the fact that the parameter is ignored for the "Tag" allocations. ... That would...
I will try to do the same. I will try to use the NdisQueryBuffer and specify the length in the NDISFreeMemory. Thanks a lot ... === message truncated ===...
Hi, I am trying to build a location enabled wifi application using rawether.net in Visual Studio 2003 but I'm getting 2 problems. The first problem is that I...
... You need to add a reference to Rawether.dll to your project. Examine the references in sample projects that are in the CSApps folder. ... You need to...
Hi Thomas, thanks for the pointers, I managed to solve my second question: I don't get that error anymore that the NDIS driver cannot be found, after...
_____ From: discussion-pcausa@yahoogroups.com [mailto:discussion-pcausa@yahoogroups.com] On Behalf Of Maurice Sent: Thursday, September 08, 2005 7:19 AM To:...
Hi Thomas, I didn't know that I had to buy a licence for this product. I just downloaded the NDIScope.net windows installer and tried to work form there, so...
_____ From: discussion-pcausa@yahoogroups.com [mailto:discussion-pcausa@yahoogroups.com] On Behalf Of Maurice Sent: Thursday, September 08, 2005 10:08 AM To:...
Hi, I am new to Driver development. Had a sample code of Pass thru driver and installed the same. I am trying to just dump the TCP/IP Packets like tracing SYN,...
Read the "Loopback Discussion" paper at http://www.ndis.com. Thomas F. Divine ... From: "bjp_99_98" <bjp_99_98@...> Date: Thu, 08 Sep 2005 15:44:29 ...
Hi, I tried to build NDIS protocol driver for Win CE for accessing GPRS packets. I used PacketReceiveWAN as the packet capture API. However, a very erratic...
Hi, There shouldnt be alot to the WanReceive function really. Basically its NdisIMSwitchToMiniport, NdisMWanIndicateReceive (to indicate the packet up),...
Hello, I use RxSimple to listen for packets, I have now noticed that on one computer I don't receive what I expect (I send the message from another computer) ...
Niklas Olsson
niklaso@...
Sep 10, 2005 1:57 pm
6847
hello all, i want to make a project to my collage. i thought about it alot and decided to build something that i can learn alot from it on the way so.... i...
Hi, I'm using SCO UNIX Release 5.I want to connect to Windows XP machine using telnet to run one of my application.When i tried to telnet, i'm getting ...
... You can learn a lot by looking at the WinPCap packet sniffer. It includes source code. You cannot do either of these things without using the DDK. So, you...
Errrm, is not the simple answer that this is the wrong list for this sort of question!? Regards, Jerry McCarthy, U.K. ... Prasad ... same XP ... another ... ...
Hi, Following are done in my intermediate driver: -->Once I get a packet during ProtocolReceivePacket function called, I am retaining the NDIS packet in ...
... Please read the DDK documentation about ProtocolReceivePacket. When you are through with the original packet you must call NdisReturnPacket with the ...
Hi, I have modified the MS Passthru example to redirect packets to a local process. When MPSendPackets gets a packet, I just modify the addresses and send it...
Hi, The question is based on WPA-1(3.1). I am trying develop WPA-AES-CCM client using PSK information. The WPA requires the EAPOL handshake to be carried out....
Hi, Can anybody give me a clue as to how do I translate the beacons and Information Elements which comes as a part of the structure NDIS_WLAN_BSSID_EX in...
Pore, Ravi R
Ravi.Pore@...
Sep 22, 2005 2:00 pm
6857
... I don't think I have a good idea of what you are trying to do. If you are intercepting sends from a local client and attempting to redirect the connection...