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 6088 - 6117 of 8586   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6088
... <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...
jerry_mccarthy_uk
jerry_mccart...
Offline Send Email
Feb 3, 2005
2:38 pm
6089
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)...
Thierry
tmurail
Offline Send Email
Feb 3, 2005
4:44 pm
6090
I am trying to print payload data onto win32 application using EXpassthru1. In the ptuserio.cpp file have defined a function- BOOL GetPayloadinfo( HANDLE...
Abimbola, Abiola
ndis99
Offline Send Email
Feb 3, 2005
9:19 pm
6091
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....
Thomas F. Divine
pcatom
Offline Send Email
Feb 3, 2005
9:30 pm
6092
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...
Abimbola, Abiola
ndis99
Offline Send Email
Feb 4, 2005
12:55 am
6093
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 ...
Ashish Batra
ash1378
Offline Send Email
Feb 4, 2005
2:57 pm
6094
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...
ffarsif ff
ffarsiff
Offline Send Email
Feb 4, 2005
6:19 pm
6095
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...
Thomas F. Divine
pcatom
Offline Send Email
Feb 4, 2005
6:22 pm
6096
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...
ffarsif ff
ffarsiff
Offline Send Email
Feb 4, 2005
7:18 pm
6097
... From: ffarsif ff [mailto:ffarsiff@...] Sent: Friday, February 04, 2005 2:06 PM To: discussion-pcausa@yahoogroups.com Subject: RE: [discussion-pcausa]...
Thomas F. Divine
pcatom
Offline Send Email
Feb 4, 2005
7:29 pm
6098
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...
mosquitooth
Offline Send Email
Feb 5, 2005
3:59 pm
6099
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 ...
neeraj jha
neeraj_jha2000
Offline Send Email
Feb 5, 2005
4:01 pm
6100
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...
Vijender
vijinder_yadav
Offline Send Email
Feb 5, 2005
4:07 pm
6101
The File format is: struct packet_file_header { UINT magic; ///< Libpcap magic number USHORT version_major; ///< Libpcap major version USHORT version_minor;...
Yatindra Vaishnav
yatindr_v
Offline Send Email
Feb 6, 2005
2:27 pm
6102
Just check out if this link helps you: http://support.microsoft.com/default.aspx?scid=kb;en-us;250615 -Abhijit ... ...
Abhijit Kulkarni
abhiputs
Offline Send Email
Feb 7, 2005
6:59 am
6103
can u elaborate on IPCs. how will my GUI application communicate with lsp.dll through IPCs?...
ram2542000
Offline Send Email
Feb 7, 2005
1:53 pm
6104
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. ... ...
Jan Bilek
rizzohuber
Offline Send Email
Feb 7, 2005
2:51 pm
6105
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@...
Send Email
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...
Thomas F. Divine
pcatom
Offline Send Email
Feb 8, 2005
3:11 pm
6107
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...
Abimbola, Abiola
ndis99
Offline Send Email
Feb 8, 2005
9:36 pm
6108
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...
khan wadood
wadoodhome
Offline Send Email
Feb 9, 2005
2:12 pm
6109
... 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@...
Send Email
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...
Abimbola, Abiola
ndis99
Offline Send Email
Feb 9, 2005
4:05 pm
6111
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...
somaris@...
somaris2
Offline Send Email
Feb 9, 2005
7:06 pm
6112
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...
Thomas F. Divine
pcatom
Offline Send Email
Feb 9, 2005
7:15 pm
6113
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...
Thomas F. Divine
pcatom
Offline Send Email
Feb 9, 2005
7:15 pm
6114
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...
Thomas F. Divine
pcatom
Offline Send Email
Feb 9, 2005
7:20 pm
6115
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...
Jan Bilek
rizzohuber
Offline Send Email
Feb 9, 2005
8:01 pm
6116
Hi, NetBt uses the Direct send handler exported by TCP/Ip driver. NetBt fires an IOCTL to get the pointer to direct send handler routine. ...
Vijender
vijinder_yadav
Offline Send Email
Feb 10, 2005
2:06 pm
6117
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> ...
Yatindra Vaishnav
yatindr_v
Offline Send Email
Feb 10, 2005
2:06 pm
Messages 6088 - 6117 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