hiho 🙂
i want to code a library/routine/service/anything which intercepts the TCP
data sent to port 25 and redirects that data to lets say port 10025.
some other service at port 10025 then does *some work* on the data and sends it
internally to the *real* port 25.
is there a chance to configure windows’ firewall to redirect data sent from
an external interface to port 25 to our port 10025?
does anyone have an idea how to solve this EXCEPT using custom LSP/TDI/NDIS drivers?
thank you very much in advance 🙂