Improved streamdump file format

This commit is contained in:
akallabeth
2022-10-06 16:03:31 +02:00
committed by Martin Fleisz
parent 2a6950f366
commit 60720e7706
10 changed files with 202 additions and 65 deletions

View File

@@ -395,7 +395,7 @@ int main(int argc, char* argv[])
goto fail;
}
if (!stream_dump_register_handlers(context, CONNECTION_STATE_MCS_CONNECT))
if (!stream_dump_register_handlers(context, CONNECTION_STATE_MCS_CONNECT, FALSE))
goto fail;
if (freerdp_client_start(context) != 0)