Reply To: Modify Packet

Home Forums Discussions Support Modify Packet Reply To: Modify Packet

#5444
raj_123k
Participant

    thankx for to solve my problem
    but i have again a problem related same function and hope u also solve that.
    while(foo.find(“sex”) != string::npos){
    foo.replace(foo.find(sought), sought.size(), replacement);
    }

    can u plz clearify what sought and replacement stands there
    plz also clear my doubt that can i store the return value into another PINTERMEDIATE_BUFFER buffer and then RecalculateTCPChecksum by passing the new buffer. plz solve my problem

    Raj