Reply To: Re-routing TCP packets

Home Forums Discussions Support Re-routing TCP packets Reply To: Re-routing TCP packets

#5524
Voxen
Participant

    You mean calling NdisApi.SendPacketToMstcp(&Request) instead of NdisApi.SendPacketToAdapter(&Request) in my example above?

    I’ve just tried this and it doesn’t work any better.
    Should I modify something else in the packet?
    Or should I switch this “sent” packet into a “receive” one?

    Sorry but I’m a bit lost…