WinsockPacketEditor icon indicating copy to clipboard operation
WinsockPacketEditor copied to clipboard

Edit packets

Open venomized opened this issue 1 year ago • 4 comments

How can I edit the packets? For example changing the ASCII.

venomized avatar Sep 07 '24 05:09 venomized

111

222

First, right-click on the selected packet and select 'Send' Then select the location of the packet data you want to modify, double-click the left mouse button to edit it

x-nas avatar Sep 07 '24 06:09 x-nas

111

222

First, right-click on the selected packet and select 'Send' Then select the location of the packet data you want to modify, double-click the left mouse button to edit it

Instead of changing the hexadecimal one by one is there a way to change ASCII in whole and also delete the other hexadecimals?

venomized avatar Sep 07 '24 07:09 venomized

111 222 First, right-click on the selected packet and select 'Send' Then select the location of the packet data you want to modify, double-click the left mouse button to edit it

Instead of changing the hexadecimal one by one is there a way to change ASCII in whole and also delete the other hexadecimals?

Based on the current version, you can first convert ASCII values to hexadecimal data, then copy and paste them into the send area

x-nas avatar Sep 07 '24 09:09 x-nas

2

Version 1.0.0.36 has implemented this modification

x-nas avatar Oct 19 '24 07:10 x-nas