aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x11.c
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2008-12-19 17:39:52 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2008-12-19 17:39:52 +0000
commit4a1aa4a214410eb8a5f529961d69bf18cbc770aa (patch)
tree647f2501114c1f15b0c01fc84cbb6cdad96a3580 /epan/dissectors/packet-x11.c
parent3af7385e48e13cde8ca001915e4a9578872b3400 (diff)
Back out r27047 and r27053.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27062 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-x11.c')
-rw-r--r--epan/dissectors/packet-x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-x11.c b/epan/dissectors/packet-x11.c
index 8d17556ad2..a93a9bc7d5 100644
--- a/epan/dissectors/packet-x11.c
+++ b/epan/dissectors/packet-x11.c
@@ -1849,7 +1849,7 @@ static void listOfKeycode(tvbuff_t *tvb, int *offsetp, proto_tree *t, int hf,
g_malloc(sizeof(*modifiermap[m]) * keycodes_per_modifier);
tikc = proto_tree_add_bytes_format(tt, hf_x11_keycodes_item, tvb,
- *offsetp, keycodes_per_modifier, "item: ");
+ *offsetp, keycodes_per_modifier, p, "item: ");
for(i = 0; i < keycodes_per_modifier; ++i) {
guchar c = p[i];