I require a way to insert, remove or modify the hex data bytes in the packet of a pcap file. Is there a tshark command or any other method to do this.
00292c0: 900b 0000 0018 5a82 5a82 a57e 5a82 a57e ......Z.Z..~Z..~
00292d0: a57e a57e 5a82 5a82 a57e 5a82 a57e 5a82 .~.~Z.Z..~Z..~Z.
00292e0: a57e 5a82 5a82 5a82 a57e a57e 5a82 a57e .~Z.Z.Z..~.~Z..~
Suppose I want to modify the first 4 bytes of data from 900b 0000 to 801b 0101 or remove first bytes or add an extra set of bytes at the end after a57e? How shall I do that?