RDP-Replay icon indicating copy to clipboard operation
RDP-Replay copied to clipboard

Replay RDP traffic from PCAP

Results 9 RDP-Replay issues
Sort by recently updated
recently updated
newest added

Good day! After the installation, where all required packages were downloaded (with the help of command line string in "Building") I`ve tried to build your application via command "make", but...

Well let me explain you the steps that I followed one by one; In Windows 7 Enterprise Service Pack 1 32 bit, I ran cmd.exe as an Administrator and then...

Hi Steve, Just wondering if you've seen this before and whether it is a quick fix. I've downloaded all the prerequisites before running make. ![screen shot 2017-11-07 at 11 05...

Hi , Trying to work with the rdp_replay tool , i have set up a demo environment with a server and 1 client. I have recorded my session using tcpdump...

RDP-Replay is such a clever integration of open source products. It strikes me that it could be a useful jumping off point to investigate, profile and analyse the interactions between...

More info on How to get RDP-Replay to work in Production. 1. Is Ubuntu 14.04 x64 the main OS to make RDP-Replay? 2. When carving out pcaps from Bro, and...

I have two issue. 1) How can i play rdp clear traffic, without wireshark, tcp, etc header? I can add the necessary header to each packet, but how to make...

Would you like to add more error handling for return values from functions like the following? - [malloc](http://pubs.opengroup.org/onlinepubs/9699919799/functions/malloc.html) ⇒ [gdi_init](https://github.com/ctxis/RDP-Replay/blob/25e20be46d58fd079b4c5a1cdfef76d807304ce8/libfree_rdp/libfreerdp-gdi/gdi.c#L869) - [pthread_create](http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_create.html) ⇒ [main](https://github.com/ctxis/RDP-Replay/blob/25e20be46d58fd079b4c5a1cdfef76d807304ce8/replay/rdp_replay.C#L70)

I expect that exception handling is usually supported by a C++ program. I wonder why your function "[main](https://github.com/ctxis/RDP-Replay/blob/25e20be46d58fd079b4c5a1cdfef76d807304ce8/replay/rdp_replay.C#L70)" does not contain [corresponding try and catch instructions](http://stackoverflow.com/questions/368184/does-it-make-sense-to-catch-exceptions-in-the-main) so far. How do...