Tech Support > Microsoft Windows > Drivers > Packet Holding - IPLayer or NDIS
Packet Holding - IPLayer or NDIS
Posted by ravi on March 26th, 2006


Hi,
I like to write prorgramme to handle pakets in the IP Layer. My
programme should able to read all the packets going through the IP
Layer. It should be not like copy or clonning the packet. It should be
like holding the packets and filtering for my protocol and changing the
protocol. I started invested and found some what possible throug NDIS
IM driver. But I couldn't found any sample programmes properly. My
doubt came why we cann't do it in the IP Layer itself.

Any one can help for this how to start

Thanks,
Ravi.

Posted by Pavel A. on March 26th, 2006


"ravi" wrote:
Vista has the new filtering API that makes what you want possible in IP
layer.
So you can get the beta now and begin your research.

If this is a product that must work on XP, there are other options (less
attractive
as you have already noticed).

Regards,
--PA


Posted by Ravi on March 27th, 2006


Thaks for your information. Its really new one which I didn't found on
my investigation.
I start to study on it and try to use it for my project.

Cheers,
Ravi.


Similar Posts