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...
... 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...
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...
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....
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...
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...
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@...
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 ...
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...
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...
Hi, Is there any paid/free working MUX sample code available?? Regards, Niraj...
NirajPCAUSA
royniraj_13@...
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...
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 ... ...
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...
... 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...
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...
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...
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...
... 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@...
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@...
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...
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...
... 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...
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@...
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, ...
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,...
... 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...