Re: Re: DELPHI PACKET MANIPLATION AND ROUTING

Home Forums Discussions Support DELPHI PACKET MANIPLATION AND ROUTING Re: Re: DELPHI PACKET MANIPLATION AND ROUTING

#6733
Vadim Smirnov
Keymaster

    Of course you can implement the routing by yourself. You can read packet from one interface, check/modify and forward to another using NDISAPI interface. You have to support you own routing table and etc.. to implement this properly. IHMO it is doable, but there is easier way…

    Personally I prefer to let the MSTCP to do the routing work like it is done in Internet Gateway advanced sample http://www.ntkernel.com/w&p.php?id=31. This is very similar to what you need but the routing operation is performed by MSTCP, so probably it should help you to start.