Updated RDP state machine

* More detailed states
* Better transition checks
* No more recursive calling of state machine functions
This commit is contained in:
akallabeth
2022-10-21 10:31:14 +02:00
committed by Martin Fleisz
parent 06c2ab76e0
commit 33827cb920
8 changed files with 777 additions and 299 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, FALSE))
if (!stream_dump_register_handlers(context, CONNECTION_STATE_MCS_CREATE_REQUEST, FALSE))
goto fail;
if (freerdp_client_start(context) != 0)