TechTalkz.com Logo

Go Back   TechTalkz.com Technology & Computer Troubleshooting Forums > Hardware World > Drivers

Notices

Ndis miniport driver randomly crash in vista while work just fine in XP

Drivers


Reply
 
Thread Tools Display Modes
Old 02-07-2009, 03:32 PM   #1
Newbie
 
Join Date: Jul 2009
Age: 38
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0 Bumper is an unknown quantity at this point


OS: Windows Vista


Ndis miniport driver randomly crash in vista while work just fine in XP

My Ndis driver is based on the passthru sample (6001.18001).

The driver will route all TCP traffic to a local listener application on a
known port.
Then the application will send this packet to a dummy destination, this way
the driver will identify the outgoing packet.
This will allow the driver to resend the packet with the known dummy
destination to the original destination.
For example:
1. first packet from IP:x1 and PORT1 to IP:x2 and PORT:x2
2. The driver will change the destination IP to x1 (the local address) and
the PORT to the known port. The driver will indicate this packet UP.
3.The next packet sent by the listener application to a dummy known address
4.The driver will identify the dummy address and will replace the
destination to the original one IP = x1 and PORT = x2, The driver will use
ndissend() to forward this packet
5. For incoming traffic the driver will do the same, meaniing change the
address as needed so the application will act as a router

This works perfectly with windows XP when running the driver with Vista
Ultimate it will crash randomly.

Any help will be appreciated,

Thanks,
Bumper.
Bumper is offline   Reply With Quote
Reply

Thread Tools
Display Modes



< Windows Help - MS Office Help - Hardware Support >


New To Site? Need Help?

All times are GMT +5.5. The time now is 04:28 AM.


vBulletin, Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO
Copyright © 2005-2009, TechTalkz.com. All Rights Reserved - Privacy Policy
Valid XHTML 1.0 Transitional