Filter Hook driver problem

Hello!

I’m wriring a filter hook driver. The documentation says that, in order to install a new filter hook driver, it is necessary to send an IOCTL to \Device\Ipfilterdriver.
However the IoGetDeviceObjectPointer returns an error and by inspecting the system using WinObj I’m not able to find a device called IpfilterDriver.

Anyone has any help ?

Thanks
Matteo


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

It is not started by default - you have to enable it.
At the command line type:
net start ipfilterdriver.

You may want to change its startup type to automatic. I believe all you
need to do is to open TCP/IP properties on any of the network connections
and in the Advanced tab enable IP filtering.

I have a working sample somewhere - can share it if you want

Alex Feinman


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

From: Alcone Wu

>>I have a working sample somewhere - can share it if you want

Would you please send the sample to me also.

Thanks,
BRs,
Alcone

“Alex Feinman” @lists.osr.com on 2002-01-15
01:53:32

Please respond to “NT Developers Interest List”

Sent by: xxxxx@lists.osr.com

To: “NT Developers Interest List”
cc:
Subject: [ntdev] Re: Filter Hook driver problem

It is not started by default - you have to enable it.
At the command line type:
net start ipfilterdriver.

You may want to change its startup type to automatic. I believe all you
need to do is to open TCP/IP properties on any of the network connections
and in the Advanced tab enable IP filtering.

I have a working sample somewhere - can share it if you want

Alex Feinman


You are currently subscribed to ntdev as: xxxxx@knotes.kodak.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Yes, I solved the problem. Thanks alot.
Yes, could you plese send me the example.

Thanks
Matteo

----- Original Message -----
From: “Alex Feinman”
To: “NT Developers Interest List”
Sent: Monday, January 14, 2002 5:53 PM
Subject: [ntdev] Re: Filter Hook driver problem

> It is not started by default - you have to enable it.
> At the command line type:
> net start ipfilterdriver.
>
> You may want to change its startup type to automatic. I believe all you
> need to do is to open TCP/IP properties on any of the network connections
> and in the Advanced tab enable IP filtering.
>
> I have a working sample somewhere - can share it if you want
>
> Alex Feinman
>
> —
> You are currently subscribed to ntdev as: xxxxx@dolce.it
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com