summaryrefslogtreecommitdiff
path: root/testprogs/win32/midltests/midltests_tcp.c
AgeCommit message (Collapse)AuthorFilesLines
2010-09-29midltests: support for fragmented RPC trafficStefan Metzmacher1-5/+57
metze
2010-09-29midltests: print out the alloc_hint for requests and responsesStefan Metzmacher1-4/+4
metze
2010-09-29midltests: improve NDR64 downgradeStefan Metzmacher1-4/+21
metze
2010-09-29midltests: make it possible to allow downgrades to NDR32Stefan Metzmacher1-4/+8
metze
2010-09-29midltests: add a midltests_tcp.exe toolStefan Metzmacher1-0/+573
This uses a man in the middle approach in order to dump the request and response pdus. It also tests NDR32 and NDR64. metze