Hi (again),
I am trying to develop a simple solution which handles (drops or encrypts)
the packets depending upon the target machine.Driver is maintaining a list
of target machines, which are eligible for this action (drop or encrypt).
This list is changing dynamically (user changes the configuration).
Earlier I posted the query [Interacting intermediate NDIS drivers] assuming
that user can update this list by sending some request directly to NDIS IM.
But I am not sure whether NDIS IM is a good solution for this. If yes, then
in brief, what are the steps to be taken in “passthru” example.
Any suggestions?
Thank you all for your invaluable suggestion.
–
Amit Manocha
Well if you are on and above win 2k then go for IP filter hook driver.that
is the easiest solution for your problem.
Subodh
----- Original Message -----
From: “Amit Manocha”
Newsgroups: ntdev
To: “NT Developers Interest List”
Sent: Saturday, May 03, 2003 11:37 AM
Subject: [ntdev] Revised Query: Is NDIS intermediate a valid option for me?
> Hi (again),
>
> I am trying to develop a simple solution which handles (drops or encrypts)
> the packets depending upon the target machine.Driver is maintaining a list
> of target machines, which are eligible for this action (drop or encrypt).
> This list is changing dynamically (user changes the configuration).
> Earlier I posted the query [Interacting intermediate NDIS drivers]
assuming
> that user can update this list by sending some request directly to NDIS
IM.
> But I am not sure whether NDIS IM is a good solution for this. If yes,
then
> in brief, what are the steps to be taken in “passthru” example.
>
> Any suggestions?
>
> Thank you all for your invaluable suggestion.
>
> –
> Amit Manocha
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@softhome.net
> To unsubscribe send a blank email to xxxxx@lists.osr.com
> But I am not sure whether NDIS IM is a good solution for this. If
yes, then
Yes, a good solution.
Max