1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00
samba-mirror/testprogs/win32/midltests/valid/midltests_union_align_04.txt
Stefan Metzmacher fd628e7ae4 midltests: add more union_align examples
This demonstrates the difference between NDR32 and NDR64

metze
2010-10-24 19:04:08 +02:00

38 lines
764 B
Plaintext

Wait for setup of server threads
Test NDR32
ndr32: disable NDR64
ndr32:in => out: ptype[request] flen[37] plen[13] ahint[13]
[000] 01 00 00 00 56 00 00 00 01 00 00 00 43 ....V... ....C
srv_midltests_fn: Start
srv_midltests_fn: End
ndr32:out => in: ptype[response] flen[28] plen[4] ahint[4]
[000] 54 72 75 65 True
NDRTcpThread[ndr32] stop
Test NDR64
ndr64: got NDR64
ndr64:in => out: ptype[request] flen[37] plen[13] ahint[13]
[000] 01 00 00 00 56 00 00 00 01 00 00 00 43 ....V... ....C
srv_midltests_fn: Start
srv_midltests_fn: End
ndr64:out => in: ptype[response] flen[28] plen[4] ahint[4]
[000] 54 72 75 65 True
NDRTcpThread[ndr64] stop
Test OK