How Can I Change the Data in a TCP Packet's Payload?
Hello,
I have several Pcap files. I'd like to edit the contents of the TCP payload on these files. For example, I would like to completely get rid of the 10 = 221 at the end of this packet.
Similarly, I would like to append this 10 = 221 to the end of the following packet's TCP payload.
Is this possible? If so, how can I do this in Wireshark?
Thanks!