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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 6829 - 6858 of 8586   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6829
Hi Thomas, Is this function "FLT_SetRemoteAddressForConnection" very important,I mean "connection list entry". can we leave without CONNECTION_INFO data...
ajithk_2004
Offline Send Email
Sep 1, 2005
1:00 pm
6830
... 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...
Thomas F. Divine
pcatom
Offline Send Email
Sep 1, 2005
3:50 pm
6831
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...
rajesh gupta
rajesh_gupta_99
Online Now Send Email
Sep 6, 2005
10:55 pm
6832
Actually, I would suggest using NdisQueryBuffer(Safe) instead of NdisBufferVirtualAddress, although the latter would seem to work OK. But the real problem is...
Thomas F. Divine
pcatom
Offline Send Email
Sep 7, 2005
4:07 am
6833
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...
rajesh gupta
rajesh_gupta_99
Online Now Send Email
Sep 7, 2005
5:01 am
6834
... 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...
Thomas F. Divine
pcatom
Offline Send Email
Sep 7, 2005
5:12 am
6835
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 ===...
rajesh gupta
rajesh_gupta_99
Online Now Send Email
Sep 7, 2005
5:20 am
6836
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...
mauricekg9
Offline Send Email
Sep 7, 2005
1:35 pm
6837
... 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...
Thomas F. Divine
pcatom
Offline Send Email
Sep 7, 2005
1:45 pm
6838
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...
Maurice
mauricekg9
Offline Send Email
Sep 8, 2005
1:18 pm
6839
_____ From: discussion-pcausa@yahoogroups.com [mailto:discussion-pcausa@yahoogroups.com] On Behalf Of Maurice Sent: Thursday, September 08, 2005 7:19 AM To:...
Thomas F. Divine
pcatom
Offline Send Email
Sep 8, 2005
1:41 pm
6840
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...
Maurice
mauricekg9
Offline Send Email
Sep 8, 2005
2:14 pm
6841
_____ From: discussion-pcausa@yahoogroups.com [mailto:discussion-pcausa@yahoogroups.com] On Behalf Of Maurice Sent: Thursday, September 08, 2005 10:08 AM To:...
Thomas F. Divine
pcatom
Offline Send Email
Sep 8, 2005
2:30 pm
6842
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,...
bjp_99_98
Offline Send Email
Sep 8, 2005
3:45 pm
6843
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 ...
Thomas F. Divine
pcatom
Offline Send Email
Sep 8, 2005
3:50 pm
6844
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...
saurabh_c_8380
Offline Send Email
Sep 9, 2005
5:11 am
6845
Hi, There shouldnt be alot to the WanReceive function really. Basically its NdisIMSwitchToMiniport, NdisMWanIndicateReceive (to indicate the packet up),...
Andy
bemacdev
Offline Send Email
Sep 9, 2005
12:18 pm
6846
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@...
Send Email
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...
doronmoraz
Offline Send Email
Sep 13, 2005
1:09 pm
6848
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 ...
Renuka Prasad
msua_netw
Offline Send Email
Sep 13, 2005
1:09 pm
6849
Sorry, but I know that I don't have the answer to this question. Anyone else know? Thomas F. Divine _____ From: discussion-pcausa@yahoogroups.com ...
Thomas F. Divine
pcatom
Offline Send Email
Sep 13, 2005
2:29 pm
6850
... 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...
Thomas F. Divine
pcatom
Offline Send Email
Sep 14, 2005
4:13 am
6851
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 ... ...
jerry_mccarthy_uk
jerry_mccart...
Offline Send Email
Sep 14, 2005
12:38 pm
6852
Hi, Following are done in my intermediate driver: -->Once I get a packet during ProtocolReceivePacket function called, I am retaining the NDIS packet in ...
bjp_99_98
Offline Send Email
Sep 14, 2005
12:40 pm
6853
... Please read the DDK documentation about ProtocolReceivePacket. When you are through with the original packet you must call NdisReturnPacket with the ...
Thomas F. Divine
pcatom
Offline Send Email
Sep 14, 2005
1:30 pm
6854
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...
Roy Rajan
roy_rajan_ns
Offline Send Email
Sep 21, 2005
2:25 pm
6855
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....
Jitesh Shah
jiteshshahin
Offline Send Email
Sep 22, 2005
1:59 pm
6856
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@...
Send Email
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...
Thomas F. Divine
pcatom
Offline Send Email
Sep 22, 2005
2:33 pm
6858
... This info is in 802.11i documentation. You can retreive encryption and key management scheme (PSK vs 802.1X) A nonce and addition...
Thierry
tmurail
Offline Send Email
Sep 22, 2005
3:22 pm
Messages 6829 - 6858 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