Hi all,
i am trying to write a c++ net-filter for windows...
on linux i could use libipq and netfilter this way:
"Netfilter provides a mechanism for passing packets
out of the stack for queueing to userspace,
then receiving these packets back into the kernel
with a verdict specifying what to do with the
packets (such as ACCEPT or DROP).
These packets may also be modified in userspace
prior to reinjection back into the kernel."
i am looking for a way to do that on windows: get the packets out of the stack, modify it, an then put it back into the kernel...
which API could i use ? Any help would be appreciated.
Thank you.
i am trying to write a c++ net-filter for windows...
on linux i could use libipq and netfilter this way:
"Netfilter provides a mechanism for passing packets
out of the stack for queueing to userspace,
then receiving these packets back into the kernel
with a verdict specifying what to do with the
packets (such as ACCEPT or DROP).
These packets may also be modified in userspace
prior to reinjection back into the kernel."
i am looking for a way to do that on windows: get the packets out of the stack, modify it, an then put it back into the kernel...
which API could i use ? Any help would be appreciated.
Thank you.