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...
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...
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 ...
... 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...
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...
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...
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...
... 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...
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...
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...
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()...
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...
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@...
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...
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...
Hi, I would like to know what is the difference between IoAttachDeviceToDeviceStack& IoAttachDevice. I created a TDI filter with IoAttachDevice, it is...
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...
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)...
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...
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...
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@...
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...
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...
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...
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@...
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...
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...