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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 6574 - 6603 of 8586   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6574
Hi, I have a question about dynamic WEP keys. If I wanted to implement dynamic WEP keys, I should in theory be able to use the standard 4-way handshake to do...
objectiveal
Offline Send Email
Jun 1, 2005
1:09 pm
6575
... NDIS does not have any API to get TCP or UDP information from a packet. Higher-level protocols (like TCP/IP) know how to do this. From NDIS all you can...
Thomas F. Divine
pcatom
Offline Send Email
Jun 1, 2005
1:20 pm
6576
You will have to get the contiguous byte data from the packet using NdisQueryPacket,NdisQueryBufferSafe. Then you can parse this byte data for MAC,IP,TCP/UDP ...
Abhijit Kulkarni
abhiputs
Offline Send Email
Jun 2, 2005
7:42 am
6577
Thank you for your reply I do it just like this. But tcp header have a length field present tcp header length ,not tcp length(header+data). so how to get tcp...
tanm32
Offline Send Email
Jun 2, 2005
12:08 pm
6578
The IP header contains the total length of the IP packet, in bytes, as well as the IP header length, in longwords. So, to get the total length of the TCP or...
Mark Reynolds
mreynold@...
Send Email
Jun 2, 2005
2:07 pm
6579
Has anyone tried installing/running any of the TDI sample drivers on a Longhorn Beta build (if its available). I am just curious to know if it works as is...
Sanjay Chadda
sanjayc.rm
Offline Send Email
Jun 2, 2005
6:14 pm
6580
Regards I modify the passthru sample to support WAN connection. In this connection I haven't access to OID_GEN_MAXIMUM_FRAME_SIZE, ...
rigo666beast
Offline Send Email
Jun 2, 2005
7:02 pm
6581
... Good question. I'll give it a shot when I get a chance. You should know, however, that Longhorn kernel-mode network components are significantly different...
Thomas F. Divine
pcatom
Offline Send Email
Jun 2, 2005
7:26 pm
6582
Hello I would like to connect two computers using bluetooth, with a wireless adapter I know how to do it, but with bluetooth I don't know where to start. ...
Niklas Olsson
niklaso@...
Send Email
Jun 3, 2005
12:40 pm
6583
Bonjour Niklas, Friday, June 3, 2005, 2:08:59 PM, vous ecriviez: NO> Hello I would like to connect two computers using bluetooth, with a NO> wireless adapter...
Thierry
tmurail
Offline Send Email
Jun 3, 2005
12:55 pm
6584
I resolved all my problems using the windows's register. I change the MTU to MTU-MYHEADERSIZE and everything works Ok. Thanx to the pcausa group, my special...
rigo666beast
Offline Send Email
Jun 3, 2005
3:59 pm
6585
What errors do you see? ... in DDK ... environments of ... code, you ... or ... some bug ... install time. ... example, the ... 2000, ... Windows ... Build ......
whoami__l__whoami
whoami_l_whoami
Offline Send Email
Jun 3, 2005
9:04 pm
6586
Long back i wrote a protocol driver based on DDK packet sample. I just used it in an application and realized that it drops packets because application is not...
whoami__l__whoami
whoami_l_whoami
Offline Send Email
Jun 3, 2005
9:05 pm
6587
... Of course, you could license Rawether for Windows. :-) With Rawether you can write a single Win32 application that will work (and offer performance...
Thomas F. Divine
pcatom
Offline Send Email
Jun 3, 2005
11:12 pm
6588
Thank you for the excellent information Thomas. I was thinking of creating multiple threads in the application to generate multiple requests but now i think...
whoami__l__whoami
whoami_l_whoami
Offline Send Email
Jun 4, 2005
1:39 am
6589
... Don't fall in love with multiple threads!!! There is no real benefit in more threads than CPUs. Exceptions are, of course, when multiple threads are useful...
Thomas F. Divine
pcatom
Offline Send Email
Jun 4, 2005
1:54 am
6590
Thank you very much! I have done it! ... bytes, as well ... length of the ... length from ... ndis ... (PCAUSA)...
tanm32
Offline Send Email
Jun 7, 2005
2:25 am
6591
hi!everyone I am developing a ndis hook driver!I need to add a ip header before original ip header in client side and analyze the added header in server side. ...
tanm32
Offline Send Email
Jun 7, 2005
3:16 am
6592
Bonjour Niklas, Tuesday, May 31, 2005, 11:23:55 AM, vous ecriviez: NO> 0431 1908743.079387 sec MiniportSetInformationHandler(1) 84 Bytes NO> Oid :...
Thierry
tmurail
Offline Send Email
Jun 8, 2005
8:28 am
6593
Hello, I write for soliciter your assistance on a subject which will probably seems simple.... I try to connect to an access point configured in WPA TKIP. I...
mameselle
Offline Send Email
Jun 8, 2005
12:24 pm
6594
Bonjour mameselle, Wednesday, June 8, 2005, 11:23:12 AM, vous ecriviez: Parlons anglais si tu le veux bien. You made the usual mistake for WPA implementation. ...
Thierry
tmurail
Offline Send Email
Jun 8, 2005
1:35 pm
6595
Hy everyone, I'm wondering if it is possible to have two drivers in the same image file meaning a NDIS intermadiate driver and a TDI driver(this one is to get...
cristicristea
Offline Send Email
Jun 9, 2005
1:15 pm
6596
Yes, It is quite possible but not the way you are thinking. Good Luck, <yogi> ... same image ... one is to ... driver, ... (PCAUSA) ... ...
Yatindra Vaishnav
yatindr_v
Offline Send Email
Jun 9, 2005
1:32 pm
6597
Thank you for your answear, can you expand a little bit I just need the idea. Best Regards. Cristi Cristea. ... From: discussion-pcausa@yahoogroups.com ...
Ioan Cristea
cristicristea
Offline Send Email
Jun 9, 2005
1:39 pm
6598
... In this case it is important to implement as two separate drivers. For sure, the TDI filter CANNOT be unloaded EVER. OTOH, the NDIS IM driver may be loaded...
Thomas F. Divine
pcatom
Offline Send Email
Jun 9, 2005
7:26 pm
6599
Implement an IM driver. Create a device using IoCreateDevice and attach it to TCP (or UDP). (you need to create it when TCPIP.sys is already loaded. Preferable...
Vijender
vijinder_yadav
Offline Send Email
Jun 9, 2005
7:39 pm
6600
I have one single driver image that has got both TDI and NDIS modules in it. And it is not messy. The only problem I face is, I can not update my driver (after...
Vijender
vijinder_yadav
Offline Send Email
Jun 10, 2005
7:13 pm
6601
... Yes, for sure that NDIS IM driver could not pass the NDIS Tester and get a driver signature. BUT, that is just fine in some cases. You should also test...
Thomas F. Divine
pcatom
Offline Send Email
Jun 10, 2005
7:21 pm
6602
I have IM driver for WinCe. My problem is when I call NdisSend associated ProtocolSendComplete is being called before NdisSend returns (it returns...
vijay visana
vijayprofile
Offline Send Email
Jun 14, 2005
2:04 pm
6603
... I think this is the behavior that you must live with. Now that you see the behavior you should be able to make a design that accomodates it. There probably...
Thomas F. Divine
pcatom
Offline Send Email
Jun 14, 2005
3:09 pm
Messages 6574 - 6603 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