diff options
author | Stephen Fisher <steve@stephen-fisher.com> | 2008-11-30 10:27:53 +0000 |
---|---|---|
committer | Stephen Fisher <steve@stephen-fisher.com> | 2008-11-30 10:27:53 +0000 |
commit | 5378ecb53eb4e877a2a2e642c4f60f6f9e33ade2 (patch) | |
tree | 583d45b8152d7ccc8cd372c6d870e43a7528e724 /epan/dissectors/packet-vnc.c | |
parent | f93de5bc0117c3bb20914aae0a78089e1c1e1cca (diff) | |
download | wireshark-5378ecb53eb4e877a2a2e642c4f60f6f9e33ade2.tar.gz wireshark-5378ecb53eb4e877a2a2e642c4f60f6f9e33ade2.tar.bz2 wireshark-5378ecb53eb4e877a2a2e642c4f60f6f9e33ade2.zip |
Fix copy & paste typo
svn path=/trunk/; revision=26882
Diffstat (limited to 'epan/dissectors/packet-vnc.c')
-rw-r--r-- | epan/dissectors/packet-vnc.c | 2 |
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 } }, |