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...
Show off your group to the world. Share a photo of your group with us.

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 5022 - 5051 of 8586   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5022
Hi, How can i print the parameter pMibIfRow->wszName from http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rras/rras/mib_ifrow.asp on the...
oneneno@...
ng_ng_n
Offline Send Email
Jul 1, 2004
2:37 pm
5023
... Look into the cancel-safe queue samples in the DDK if you go this route. -sd...
Steve Dispensa
stevedpositive
Offline Send Email
Jul 1, 2004
4:43 pm
5024
Steve, thats what I wanted to know. Is there an alternative route to what I am trying to achieve?? Thx, Sanjay ... it ... the ... back ... route....
Sanjay Chadda
sanjayc.rm
Offline Send Email
Jul 1, 2004
6:12 pm
5025
hi ihv a problem. i hv to make 2 system communicate via sirial port. tranfer files through this connection.so plz guide me frpm the beggening...
meetatvickey
Offline Send Email
Jul 2, 2004
10:50 am
5026
... Well, you could implement your own IRP queuing, but you have to handle the cancel race properly, and trust me, it's difficult. I'd really recommend...
Steve Dispensa
stevedpositive
Offline Send Email
Jul 2, 2004
5:31 pm
5027
hello sir, i have a problem, i want to connect two computers via serial port & want to do operation such as file transfering. i want to use 'c' language (on...
dineshk_rana
Offline Send Email
Jul 2, 2004
7:52 pm
5028
Hi, I installed windows DDK 2003 in windows xp and can not see the NDIS sample drivers. an error messaging saying path not found is displayed. Can you help....
ndis99
Offline Send Email
Jul 5, 2004
2:57 pm
5029
Dear all: Now i need to send and receive EAPOL Packets(with 802.11 Mac head), can i use windis to implement this function... EAPOL packet will be generated by...
ilovelate2003
Offline Send Email
Jul 6, 2004
12:05 pm
5030
Hi all, i am having a strange problem. I have a dual boot (W2K/XP) machine. I was working with the old downloadable w2k ddk when someone gave me the old...
yasser_toor
Offline Send Email
Jul 6, 2004
12:06 pm
5031
Hello! I have an IM filter based on the Passthru sample, but with some modifications. One of these modifications is that if I receive only part of a packet in...
Harald Eilertsen
harald.eilertsen@...
Send Email
Jul 6, 2004
2:18 pm
5032
NdisTransferData is a little difficult to understand in the context of an NDIS IM driver. It makes more sense in the context of a NDIS protocol driver ...
Thomas F. Divine
pcatom
Offline Send Email
Jul 6, 2004
3:47 pm
5033
Don't have a clue... If you are trying to install on W2K, be sure that you build using the Windows 2000 Build Environment of the Windows Server 2003 DDK. If...
Thomas F. Divine
pcatom
Offline Send Email
Jul 6, 2004
3:51 pm
5034
You can send and receive any raw Ethernet packet that you want to (including EAPOL) using Rawether for Windows. However, you CANNOT send or receive native...
Thomas F. Divine
pcatom
Offline Send Email
Jul 6, 2004
3:55 pm
5035
Hi, Is there any paid/free working MUX sample code available?? Regards, Niraj...
NirajPCAUSA
royniraj_13@...
Send Email
Jul 6, 2004
4:44 pm
5036
Try checking it in depends.exe - try breakpointing DriverEntry - try making it a manual-start driver and doing a net start on it, and see what happens - try...
Steve Dispensa
stevedpositive
Offline Send Email
Jul 6, 2004
5:24 pm
5037
You might look in the Platform Builder 4 samples. PB includes a PassThru driver sample for CE (buggy...). May have a mux sample as well. Thomas F. Divine ... ...
Thomas F. Divine
pcatom
Offline Send Email
Jul 6, 2004
6:02 pm
5038
Hi Everyone, I am writting a simple NDIS driver to reroute all the packets to another destination. I was able to modified the NDIS packet sucessfully, but i am...
rajesh gupta
rajesh_gupta_99
Online Now Send Email
Jul 6, 2004
10:48 pm
5039
... It is safe to have only one buffer. ... Of course, you absolutely must use the correct MAC address. What is the correct MAC address? If on the local...
Thomas F. Divine
pcatom
Offline Send Email
Jul 7, 2004
12:36 am
5040
Dear Sir: I get the windis sample(Rawether for Windows 5.03.16.54), the sample is 802.3 head. Now i want to send the EAPOL packet,can i simply modify 802.3...
ilovelate2003
Offline Send Email
Jul 7, 2004
11:41 am
5041
Thanks for the comments. I was just wondering about somthing. The release notes for W2K3 say: "As in the Windows XP DDK, Microsoft Visual C++ is no longer...
yasser_toor
Offline Send Email
Jul 7, 2004
11:42 am
5042
Hi All, I am pretty sure now its not a VC++ 6.0 conflict because i installed the driver on four other machines...two W2K server machines and two W2K...
yasser_toor
Offline Send Email
Jul 7, 2004
11:42 am
5043
... need ... packet ... residual ... the ... ndis ... Yes, thanx alot! I was contemplating something similar, though not quite as elegant :) If I always call...
Harald Eilertsen
harald.eilertsen@...
Send Email
Jul 7, 2004
11:42 am
5044
Hi, Thanks for the replay. I have taken a look of PB 4 samples.I can find passthru but not MUX. Where i can find (not buggy...) code for the passthru? Or can...
NirajPCAUSA
royniraj_13@...
Send Email
Jul 7, 2004
11:43 am
5045
... Nobody is going to call your TransferDataComplete handler unless you call NdisTransferData. You couild do some verification to see if bytes transfer were...
Thomas F. Divine
pcatom
Offline Send Email
Jul 7, 2004
11:59 am
5046
You might take a close look at the NDIS drivers that are already installed on the machine that does not complain (and does not load) the driver. Use the DDK...
Thomas F. Divine
pcatom
Offline Send Email
Jul 7, 2004
12:02 pm
5047
... In my previous message I said that Windows CANNOT send or receive native 802.11 frames. So, there should not be any question about 802.11 headers. They are...
Thomas F. Divine
pcatom
Offline Send Email
Jul 7, 2004
2:13 pm
5048
Hello John, From PCAUSA group I got your reference and came to know that you have worked in NDIS WAN Driver and got it running. I am also trying to write NDIS...
NirajPCAUSA
royniraj_13@...
Send Email
Jul 7, 2004
3:35 pm
5049
Hi there I'm trying to write packets to NDISUIO using WriteFileEx: WriteFileEx(this->deviceHandle, newSendBuf, packet->GetSize(), overlapped, ...
John Smith
daveungerer
Offline Send Email
Jul 7, 2004
3:59 pm
5050
1.) Make sure that you check the return value from your cal to WriteFileEx. 2.) Make sure that you initialize the overlalled structure: memset( &Ovlp, 0x00,...
Thomas F. Divine
pcatom
Offline Send Email
Jul 7, 2004
4:37 pm
5051
... That is terrible wording. The toolchain (compiler/linker/assembler/etc) supplied with the DDK must be used. It happens to be similar to the tools...
Steve Dispensa
stevedpositive
Offline Send Email
Jul 7, 2004
4:43 pm
Messages 5022 - 5051 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