Reply To: How to manage (Proxy) Re-Routing Packages?

Home Forums Discussions General How to manage (Proxy) Re-Routing Packages? Reply To: How to manage (Proxy) Re-Routing Packages?

#6408
kf
Participant

    I’ve found the source-code fore a new checksum.

    Can i change the ip-address(es) and recompute the checksum is that everything i need?


    ::ZeroMemory( &pIpHeader->ip_dst, sizeof(in_addr));
    ::ZeroMemory( &pIpHeader->ip_src, sizeof(in_addr));

    ::RecalculateTCPChecksum( &PacketBuffer );

    hmm whats wrong?