Re: Re: DELPHI 7 and NDISAPI.DLL

Home Forums Discussions Support DELPHI 7 and NDISAPI.DLL Re: Re: DELPHI 7 and NDISAPI.DLL

#6719
Vadim Smirnov
Keymaster

    There is no ready-to-use function for redirecting in NDISAPI. NDISAPI only provides you raw interface to manipulate packets. You have to implement redirecting (packet header changes, checksums recalculations) by yourself.

    You can refer Internet Gateway sample which implements NAT for the details. This sample is in C++ but not that complex to catch the basics.