aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-vnc.c
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2008-11-30 10:27:53 +0000
committerStephen Fisher <steve@stephen-fisher.com>2008-11-30 10:27:53 +0000
commit5378ecb53eb4e877a2a2e642c4f60f6f9e33ade2 (patch)
tree583d45b8152d7ccc8cd372c6d870e43a7528e724 /epan/dissectors/packet-vnc.c
parentf93de5bc0117c3bb20914aae0a78089e1c1e1cca (diff)
Fix copy & paste typo
svn path=/trunk/; revision=26882
Diffstat (limited to 'epan/dissectors/packet-vnc.c')
-rw-r--r--epan/dissectors/packet-vnc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-vnc.c b/epan/dissectors/packet-vnc.c
index 0004ede842..967beaf22d 100644
--- a/epan/dissectors/packet-vnc.c
+++ b/epan/dissectors/packet-vnc.c
@@ -2745,7 +2745,7 @@ proto_register_vnc(void)
},
{ &hf_vnc_fb_update_height,
- { "Height", "vnc.fb_update_width",
+ { "Height", "vnc.fb_update_height",
FT_UINT16, BASE_DEC, NULL, 0x0,
"Height of this server framebuffer update", HFILL }
},