From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LyQbn-0005UO-FG for qemu-devel@nongnu.org; Mon, 27 Apr 2009 09:10:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LyQbj-0005U4-1p for qemu-devel@nongnu.org; Mon, 27 Apr 2009 09:10:55 -0400 Received: from [199.232.76.173] (port=58621 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LyQbi-0005U1-TK for qemu-devel@nongnu.org; Mon, 27 Apr 2009 09:10:50 -0400 Received: from mx2.redhat.com ([66.187.237.31]:46075) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LyQbi-0001mm-8t for qemu-devel@nongnu.org; Mon, 27 Apr 2009 09:10:50 -0400 Message-ID: <49F5AED2.4050002@redhat.com> Date: Mon, 27 Apr 2009 16:10:42 +0300 From: Yaniv Kaul MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: vnc regression introduced by git commit 6baeb / svn r6860 References: <200904271155.17127.gollub@b1-systems.de> <49F59F6F.8060104@redhat.com> In-Reply-To: <49F59F6F.8060104@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: Daniel Gollub , qemu-devel@nongnu.org On 4/27/2009 3:05 PM, Gerd Hoffmann wrote: > Hi, > >> Rect too large: 3156x11520 at (3156, 3328) > > Just noticed that too. Wireshark reports strange rectangles as well. > For some reason they are different from the ones vncviewer complains > about through. Investigating ... And I thought it was a Wireshark bug. I'm still not convinced it isn't (The VNC dissector state machine isn't the greatest, and it lacks PDU reconstruction). I also tried to push a patch to include dissection of VNC on non-standard ports (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3215 ), which helps when connecting to virtual machines. > > cheers, > Gerd > >