... <jerry_mccarthy_uk@y...> wrote: Folks, Please forgive me for repeating a question, but I am wondering if anybody has any hint for me regarding it. I'm...
Hi, I would like to know if another application manage a WifI adapter. The Intel ProSET program prompt the user if another program (not only Windows's WZC)...
I am trying to print payload data onto win32 application using EXpassthru1. In the ptuserio.cpp file have defined a function- BOOL GetPayloadinfo( HANDLE...
The very first step is looking into this problem is in the MSDN Help file for DeviceIoControl: Return Values Nonzero indicates success. Zero indicates failure....
Hi all, I am trying to read from a buffer payload.M_data[3072] in expassthru1 driver. the function below in main() calls my IOCT code in the driver PCHAR...
Hii. i have an ndis IM driver which needs to sit above the cisco vpn client so that it can capture packets before they r encrypted ..hence.. i am using the ...
when TdiFilter receives a TCP and UDP call from higher up application, what should a pFileObject and pDeviceObject contain in each case (Let's just consider in...
For this sort of question it is best for me to tell you how to find the answer: Lookup TdiBuildSend in the DDK. Thomas F. Divine ... From: ffarsif ff...
thank you.... I've checked that... but I can't quite make a sense of it... I know in TCP it is a pointer fileobject represents the connection end point... in...
Hi, for testing purposes, I want my NDIS IM driver to log all traffic to disk in ethereal compatible format. Neither extracting, nor writing the data to disk...
what method you are using in your's Driver Entry routine. Either Buffered IO or Direct IO. In your's Function their is pIrp->IoStatus.Information ? and ...
Hi ffarsif , you are confused how to proxy the data for one connection to another port (or IP). To do that you will have to first create your own TA and CO for...
The File format is: struct packet_file_header { UINT magic; ///< Libpcap magic number USHORT version_major; ///< Libpcap major version USHORT version_minor;...
The best and proved method is to use LPC (Local Procedure Call) - it's a part of RPC package. Windows messages, shared memory etc. are very unreliable. ... ...
Hi We have a TDI filter (made with pcausa TDI samples ( Component Version : 2.00.03.10) that works perfectly OK in most cases. In some cases, with a specific...
Zachary Azoulay
zaz0u@...
Feb 8, 2005 2:11 pm
6106
... Sorry, but I don't have an answer for you. I understand that this problem is specific to the NIC you mentioned. Is it also specific to a particular Windows...
Hi, can anyone help with this error-: C:\WINDDK\3790\src\network\ndis>cd passtru1 C:\WINDDK\3790\src\network\ndis\passtru1>build -cz BUILD: Adding /Y to...
My ndis intermediate driver is working fine with some ethernet adapters and is not working with others e.g., its working with Realtek RTL8139 but not working...
... We tried only Windows XP PRO sp2 and Windows 2000 PRO sp4. So far, the problem appeared only with Windows XP sp2, but we do not know if this COULD not...
Zachary Azoulay
zaz0u@...
Feb 9, 2005 3:51 pm
6110
Hi all, i am trying to print out IP addresses from IP header structures. I know that they in format w.x.y.z were each represents one byte. But Ip_src and...
Hi, in user mode, this is done by inet_ntoa. Check the src of this function (just search on google) if you want to do this in kernel mode (AFAIK there is no...
You must learn 'C' programming before beginning to work with a device driver! Please take a course! Of course, I know you are not listening. :-( Study the...
You must learn 'C' programming before beginning to work with a device driver! Please take a course! Of course, I know you are not listening. :-( Study the...
You must learn 'C' programming before beginning to work with a device driver! Please take a course! Of course, I know you are not listening. :-( Study the...
Hi - thanks in advance for any info. I've got tdi filter over tcp/ip driver on my computer and such machine is connected to local network with NetBIOS over...
There are un-exposed driver call of the tcpip.sys which are used by netbt to send the data. But MS is reluctent to reveal things on this. Good Luck, <yogi> ...