Hi,

I have a short question:

- have there been any advances in the WDK to write firewall-like
drivers?
- is it possible wo use callout-drivers to implement a packet-
inspection firewall?

As NDIS was too complex for me to work with (on a fun project), I just
want to know if things have changed, so I can have a try on this
again.

Regards,
Chris

Re: Firewall driver with WDK by Chris

Chris
Thu Aug 30 02:36:12 CDT 2007

I am sorry, I forgot to mention the following:

- I have read a little about Windows Filtering Platform. Is is
possible to do deep packet inspection with this? Maybe even in user
mode?
- I want to filter (drop!) ARP traffic. Which concept (besides NDIS)
allows link layer packet inspection?

Regards,
Chris

On 30 Aug., 09:32, Chris <chrismc...@hotmail.com> wrote:
> Hi,
>
> I have a short question:
>
> - have there been any advances in the WDK to write firewall-like
> drivers?
> - is it possible wo use callout-drivers to implement a packet-
> inspection firewall?
>
> As NDIS was too complex for me to work with (on a fun project), I just
> want to know if things have changed, so I can have a try on this
> again.
>
> Regards,
> Chris



Re: Firewall driver with WDK by Maxim

Maxim
Thu Aug 30 01:28:57 PDT 2007

> - I want to filter (drop!) ARP traffic. Which concept (besides NDIS)
> allows link layer packet inspection?

NDIS only.

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


Re: Firewall driver with WDK by Chris

Chris
Fri Aug 31 10:32:56 PDT 2007

> > - I want to filter (drop!) ARP traffic. Which concept (besides NDIS)
> > allows link layer packet inspection?
>
> NDIS only.

Thanks a lot for your answer, Maxim.

Regards,
Chris


Re: Firewall driver with WDK by Stephan

Stephan
Wed Sep 05 05:17:57 PDT 2007

On Aug 30, 10:28 am, "Maxim S. Shatskih" <ma...@storagecraft.com>
wrote:
> > - I want to filter (drop!) ARP traffic. Which concept (besidesNDIS)
> > allows link layer packet inspection?
>
> NDIS only.

In fact, you would need to implement an NDIS Filter intermediate (IM)
driver.

Stephan