aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x11-keysym.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-09-05 05:38:11 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-09-05 05:38:11 +0000
commit5c682dd6ee5682454a269aa2316fb7d36709e30d (patch)
treeb7d399e40e018a34a0d9ad2ca1a13e975c85a4f8 /epan/dissectors/packet-x11-keysym.h
parentbec84221026d70b6efc88f05d04eb7332f123592 (diff)
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
Diffstat (limited to 'epan/dissectors/packet-x11-keysym.h')
-rw-r--r--epan/dissectors/packet-x11-keysym.h3
1 files changed, 3 insertions, 0 deletions
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__