This commit is contained in:
sirjonasxx 2021-07-06 18:04:00 +02:00
parent e4c6178fc1
commit 103d2c66f5

View File

@ -705,6 +705,11 @@ public class HPacket implements StringifyAble {
return PacketStringUtils.predictedExpression(this, null);
}
public void setBytes(byte[] bytes) {
this.isEdited = true;
this.packetInBytes = bytes;
}
@Override
public String stringify() {
String st = null;