Page 1 of 1

DWORDS translation

Posted: 2012-03-20 02:25pm
by dragon
Does anyone know how translate DWORDS? Been trying to trouble shoot a paticular issue. Managed to get it to Terminal Server Secuirty layer detected an error in the protocol stream and closed the connection. Then of course a block of DWORDS and a block of Bytes.

DWORDS
0000: 00040000 00000001 00000000 C00A0038
0008: 00000000 C00A0038 00000000 00000000
0010: 00000000 00000000 C000000D

Bytes

0000: 00 00 04 00 01 00 00 00 ........
0008: 00 00 00 00 38 00 0A C0 ....8..À
0010: 00 00 00 00 38 00 0A C0 ....8..À
0018: 00 00 00 00 00 00 00 00 ........
0020: 00 00 00 00 00 00 00 00 ........
0028: 0D 00 00 C0 ...À

Re: DWORDS translation

Posted: 2012-03-20 07:05pm
by Executor32
The data shown by both is the same, but the DWORDS are little-endian so the bytes in each DWORD are in reverse order.