ipnat

i want to write a filter in the network stack. Ideally my filter should
attach itself to ipnat but below it (as a lower filter). I am new to network
drivers, and have no idea whether this is possible or not.

Is there a sample that can help me.

  • amitr0

Any NDIS IM will do. IPNAT is not an NDIS IM, it is a plugin to TCPIP
itself.

Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com

----- Original Message -----
From: “amitr0”
To: “Windows System Software Devs Interest List”
Sent: Thursday, March 23, 2006 3:25 PM
Subject: [ntdev] ipnat

i want to write a filter in the network stack. Ideally my filter should
attach itself to ipnat but below it (as a lower filter). I am new to network
drivers, and have no idea whether this is possible or not.

Is there a sample that can help me.



- amitr0


Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer

According to my knowledge IPNAT driver is tightly attached with TCPIP driver
and TCPIP driver send packet to this driver. IPNAT driver sends packet back
to TCPIP driver.

Windows IPFtilter driver allows to hook itself but i didnt found anything
directly to hook IPNAT. Many place i read this can be done outside the TCPIP
stack i.e at NDIS level.

Thanks
Vibhor Mahajan

On 4/8/06, Maxim S. Shatskih wrote:
>
> Any NDIS IM will do. IPNAT is not an NDIS IM, it is a plugin to TCPIP
> itself.
>
> Maxim Shatskih, Windows DDK MVP
> StorageCraft Corporation
> xxxxx@storagecraft.com
> http://www.storagecraft.com
>
> ----- Original Message -----
> From: “amitr0”
> To: “Windows System Software Devs Interest List”
> Sent: Thursday, March 23, 2006 3:25 PM
> Subject: [ntdev] ipnat
>
>
> i want to write a filter in the network stack. Ideally my filter should
> attach itself to ipnat but below it (as a lower filter). I am new to
> network
> drivers, and have no idea whether this is possible or not.
>
> Is there a sample that can help me.
>
> –
>
> - amitr0
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer
>
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer
>