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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 4763 - 4792 of 8586   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4763
Thomas it is working absolutely perfect in XP,great help. Ajith. "Thomas F. Divine" <tdivine@...> wrote: If your driver works OK on Windows 2000 and...
Ajith Kumar
ajithk_2004
Offline Send Email
May 1, 2004
1:29 pm
4764
Hi, I don't know wheteher this is the right place to ask this question,can any one give some idea about dynamic UDP hooking, ie Netmeeting. Because netmeeting...
ajithk_2004
Offline Send Email
May 1, 2004
1:33 pm
4765
Hi, I was just wondering if the following statement is correct: An ICMP header consists ALWAYS of the following: - 1 byte type - 1 byte code - 2 byte checksum ...
mosquitooth
Offline Send Email
May 1, 2004
7:20 pm
4766
... Your first three items are correct. The identifier and checksum are used for Type 17 & 18 and a few others. But other types have different formats. Thomas...
Thomas F. Divine
pcatom
Offline Send Email
May 1, 2004
7:36 pm
4767
Thanks! Is there any place I can find a list of exactly the ones that use the identifier and the sequenze number? Thanks, mosquitooth ... -- "Sie haben neue...
mosquitooth@...
mosquitooth
Offline Send Email
May 1, 2004
10:43 pm
4768
You need to visit the library... No substitute for books on this. The net is probably full of information. Try http://www.protocols.com. Thomas F. Divine...
Thomas F. Divine
pcatom
Offline Send Email
May 1, 2004
11:43 pm
4769
I checked http://www.protocols.com/pbook/tcpip3.htm#ICMP for this. There it seems to me, that the first 8 bytes are always (!) allocated - the last 4 bytes...
mosquitooth@...
mosquitooth
Offline Send Email
May 2, 2004
8:11 am
4770
hi I am not a ndis expert.May be this will help. " NdisZeroMemory(NDIS_OOB_DATA_FROM_PACKET(MySendPacket), sizeof (NDIS_PACKET_OOB_DATA)); ...
hardeep makkar
hardy_hardeep
Offline Send Email
May 3, 2004
4:25 am
4771
... not reinitialising an old packet)But my packet data is copied is exactly the same as send by a protocol driver. ... the packet which u are dropping and see...
hardy_hardeep
Offline Send Email
May 3, 2004
10:11 am
4772
Hey, Fortunately, I have been able to send packets from my NDIS IM driver. :-) Thanx to all who took some time and gone through my problem. One thing is left...
pallav_khandhar
Offline Send Email
May 3, 2004
12:03 pm
4773
Hi, NetMeeting is H.323 compliant. You have to read and understand the H.323 standard. If you decode the H.323 messages being transmitted and received, then...
Roger Tragin
rtragin
Offline Send Email
May 3, 2004
2:37 pm
4774
Two or three months ago there was a discussion about the passthru IM not unloading, and of the necessity of adding a call to WDMCleanup() to the MPHalt()...
Tim Huntley
large_orange...
Offline Send Email
May 3, 2004
11:59 pm
4775
Hi I have modified Passthu IM driver in pocketpc 2003 and using it for packet filtering. I have a mfc application then communicates with this by shared memory...
mahibrahman
Offline Send Email
May 4, 2004
1:08 am
4776
Look at the passthru sample from the Windows XP or 2003 DDK for the management of the NdisMRegisterDevice and NdisMDeregisterDevice calls. These are in the...
Preston Wilson
preston@...
Send Email
May 4, 2004
2:19 pm
4777
Thanks for your pointer, which describes roughly the approach I've taken. However, I believe that the unload problem goes deeper than releasing the ioctl...
Tim Huntley
large_orange...
Offline Send Email
May 4, 2004
11:43 pm
4778
Hi, I need to implement an NDIS 5.0 miniport driver that can send/receive data packets via both the RS232 & USB Interfaces. How do I create multiple instances...
vsuraj
Offline Send Email
May 5, 2004
5:14 am
4779
Hi, I would like to know what is the difference between IoAttachDeviceToDeviceStack& IoAttachDevice. I created a TDI filter with IoAttachDevice, it is...
ajithk_2004
Offline Send Email
May 5, 2004
1:50 pm
4780
make sure you are filtering \\device\\udp device. Regards Subodh Software Architect Knowledge Architects +91-9892335325 www.karchitects.com ... From:...
subodh gupta
subodhonnet
Offline Send Email
May 5, 2004
2:40 pm
4781
hi all i use the OID_802_11_SSID using the NDISUIO to set the ssid. i use IOCTL IOCTL_NDISUIO_SET_OID_VALUE to set the ssid. i use following sequence to set...
shailesh patel
shaileshpatel34
Offline Send Email
May 6, 2004
6:23 am
4782
If WZC is running, then it is likely that it will change the 802.11 settings back to the values that it thinks are correct. Tow applications (yours and WZC)...
Thomas F. Divine
pcatom
Offline Send Email
May 6, 2004
6:52 am
4783
Hi, I am developing TDI filter driver for VPN client.In my driver I handle both TCP and UDP request which is coming from the user mode application. Now my...
srmjothi
Online Now Send Email
May 6, 2004
7:35 am
4784
thanks for reply is there any way to stop WZC in Windows CE.NET ? ======== shailesh If WZC is running, then it is likely that it will change the 802.11...
shailesh patel
shaileshpatel34
Offline Send Email
May 6, 2004
12:21 pm
4785
Hi all, Has anybody made the PCANDIS4, or the passthru NIDS example drivers work on Platform Builder 4.2? If anybody knows how to do this, could I please get...
Lance Gregory
Lance.Gregory@...
Send Email
May 6, 2004
4:12 pm
4786
Ndis802_11Encryption3KeyAbsent implies that your miniport driver has AES, TKIP, and WEP support enabled and that you have not set any transmit keys. Based on...
Vaibhav Dutta
vibesfrozen
Offline Send Email
May 6, 2004
4:14 pm
4787
We've been using the MPR driver for over a year now, with great success on W2K platforms. We're starting to test W2K3 now, and we seemed to be having a problem...
tastewar1
Offline Send Email
May 7, 2004
2:00 pm
4788
If you install a protocol using the Network Control Panel, then it CANNOT be stopped using NET STOP. The system will die as you have described. You need to...
Thomas F. Divine
pcatom
Offline Send Email
May 7, 2004
2:41 pm
4789
When you implement it on a driver, does this mean that someone else is doing the 802.1x authentication? If not this is what you need to do: WPA doesn't work as...
Niklas Olsson
niklaso@...
Send Email
May 8, 2004
1:17 pm
4790
Hi, guys, I use the last version PCAUSA's TDIPassL to implement the ip/port redirect function. I could not intercept the UDP 'connect/send/recv' routine in the...
oyk
oyunicorn
Offline Send Email
May 8, 2004
5:36 pm
4791
Hi, just the following problems: 1. I'm developing a driver that is based on the passthru sample. Now, the driver is bound to the two NICs that are present on...
mosquitooth
Offline Send Email
May 9, 2004
6:44 pm
4792
Hi I am looking for an exhaustive list of methods that can be used to bind a TDI filter to a specific network interface. I do not want to use the...
Zachary Azoulay
vivigatt
Offline Send Email
May 11, 2004
1:08 pm
Messages 4763 - 4792 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