aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/x11-extension-implementation.h
diff options
context:
space:
mode:
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-11 18:06:50 +0000
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-11 18:06:50 +0000
commitce08810e42805176d8b0a2cb65a33bac5a264063 (patch)
treeacd253c3abafb617201138896d33956015b06644 /epan/dissectors/x11-extension-implementation.h
parent57bf2ba2bcdc69d1cd0341409d8c9914cd2d510f (diff)
From Peter Harris via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2981 :
Put the git version of mesa and xcbproto in the generated header files. From me: Don't use 'which' to find git--it wouldn't work on Windows. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29865 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/x11-extension-implementation.h')
-rw-r--r--epan/dissectors/x11-extension-implementation.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/epan/dissectors/x11-extension-implementation.h b/epan/dissectors/x11-extension-implementation.h
index afdf48e382..4b68c0b5de 100644
--- a/epan/dissectors/x11-extension-implementation.h
+++ b/epan/dissectors/x11-extension-implementation.h
@@ -1,5 +1,6 @@
/* Do not modify this file. */
-/* It was automatically generated by process-x11-xcb.pl. */
+/* It was automatically generated by process-x11-xcb.pl
+ using xcbproto version 1.5-4-ga507629 */
/* $Id$ */
/*
@@ -3709,14 +3710,14 @@ static void dispatch_glx_render(tvbuff_t *tvb, packet_info *pinfo, int *offsetp,
op = VALUE16(tvb, *offsetp + 2);
ti = proto_tree_add_uint(t, hf_x11_glx_render_op_name, tvb, *offsetp, len, op);
-
+
tt = proto_item_add_subtree(ti, ett_x11_list_of_rectangle);
ti = proto_tree_add_item(tt, hf_x11_request_length, tvb, *offsetp, 2, little_endian);
*offsetp += 2;
proto_tree_add_item(tt, hf_x11_glx_render_op_name, tvb, *offsetp, 2, little_endian);
*offsetp += 2;
-
+
if (len < 4) {
expert_add_info_format(pinfo, ti, PI_MALFORMED, PI_ERROR, "Invalid Length");
/* Eat the rest of the packet, mark it undecoded */