(byte)0x00, (byte)0x00, // Padding 2 bytes
};
/* @formatter:on */
RdpState rdpState = new RdpState();
ScreenDescription screenDescription = new ScreenDescription();
screenDescription.setFramebufferSize(1024, 768);
rdpState.serverShareId = 0x000103ea;
MockSource source = new MockSource("source", ByteBuffer.convertByteArraysToByteBuffers(new byte[] {}));
Element confirm_active = new ClientConfirmActivePDU("confirm_active", screenDescription, rdpState);