Hi guys,
I'd like to use FreeRDP to connect to Microsoft Hyper-V hosts for guest
management.
I'd be glad to help in developing missing features in case.
>From what I collected so far, it's a standard RDP connection on port 2179
>instead of 3389 with some additional data that needs to be passed
Hi Alessandro,
I'm not sure if this is fully documented in the specs, but I think it would
be very helpful if you could take a packet capture with wireshark so we can
have a sample of the connection sequence messages.
I don't think anyone has implemented it, but it does not look that hard to
impl
Hi Marc,
please find attached the Wireshark packet captute export.
Filter: tcp.port == 2179
here's the .Net code that I used to generate it, wrapping mstscax.dll.
Interop assemblies assemblies generated with:
aximp %windir%\system32\mstscax.dll
The server OS is Hyper-V Server 2008 R2 SP1.
the attachment in my previous email got removed, here's a link to the Wireshark
capture data:
http://dl.dropbox.com/u/9060190/VMRDP_packets.txt.zip
Alessandro
On Apr 30, 2012, at 05:11 , Alessandro Pilotti wrote:
> Hi Marc,
>
> please find attached the Wireshark packet captute export.
> Fi
Do you have the pcap file? it's easier to read for me than the text output
On Sun, Apr 29, 2012 at 10:17 PM, Alessandro Pilotti wrote:
> the attachment in my previous email got removed, here's a link to the
> Wireshark capture data:
>
> http://dl.dropbox.com/u/9060190/VMRDP_packets.txt.zip
>
> A
Here it is: http://dl.dropbox.com/u/9060190/vmrdp.pcap.zip
Generated with: dumpcap -f "tcp port 2179" -w vmrdp.pcap
Thanks,
Alessandro
On Apr 30, 2012, at 05:19 , Marc-André Moreau wrote:
> Do you have the pcap file? it's easier to read for me than the text output
>
> On Sun, Apr 29, 201