From 5c682dd6ee5682454a269aa2316fb7d36709e30d Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Tue, 5 Sep 2006 05:38:11 +0000 Subject: From Stephen Fisher: A patch to bring the VNC dissector almost to completion. I have not had a chance to finish the server message type "frame buffer update," which are the pixel values for screen rectangle updates. Everything else is there - tracking the keys the user is pushing, ringing a bell on the client, mouse button pushes/pointer movements, etc. svn path=/trunk/; revision=19145 --- epan/dissectors/packet-x11-keysym.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'epan/dissectors/packet-x11-keysym.h') diff --git a/epan/dissectors/packet-x11-keysym.h b/epan/dissectors/packet-x11-keysym.h index 9afbfd5e93..6bc53a78ed 100644 --- a/epan/dissectors/packet-x11-keysym.h +++ b/epan/dissectors/packet-x11-keysym.h @@ -3,6 +3,9 @@ * $Id$ * * Put there so as to make packet-x11.c lighter. See packet-x11.c + * + * This file is also used by packet-vnc.c + * */ #ifndef __PACKET_X11_KEYSYM_H__ -- cgit v1.2.3