aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2016-12-13 05:56:42 -0500
committerMichael Mann <mmann78@netscape.net>2017-04-16 18:55:10 +0000
commitb1a41acb52a2db6f4661d741badc44709d3078ec (patch)
treeb2ebcae2aa2793ab6af8da1f03161c862e9721b4 /epan/dissectors
parent4fa9c5f1f34885181339c7e2fa6f97a57569b413 (diff)
X11: Resolve filter differences between a "list" and its "item".
The "list" is of type FT_NONE and the "item" is not. That can cause type conflicts. Change-Id: If62f7113bc120e392588724a0dd65b7ab32ccde7 Reviewed-on: https://code.wireshark.org/review/21146 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/x11-register-info.h960
1 files changed, 480 insertions, 480 deletions
diff --git a/epan/dissectors/x11-register-info.h b/epan/dissectors/x11-register-info.h
index ad7ce35bcd..90a0bb32c9 100644
--- a/epan/dissectors/x11-register-info.h
+++ b/epan/dissectors/x11-register-info.h
@@ -545,149 +545,149 @@
{ &hf_x11_glx_render_Bitmap_skippixels, { "skip pixels", "x11.glx.render.Bitmap.skippixels", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Bitmap_alignment, { "alignment", "x11.glx.render.Bitmap.alignment", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Color3bv_v, { "v", "x11.glx.render.Color3bv.v", FT_INT8, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Color3dv_v, { "v", "x11.glx.render.Color3dv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Color3dv_v, { "v", "x11.glx.render.Color3dv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Color3dv_v_item, { "v", "x11.glx.render.Color3dv.v", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Color3fv_v, { "v", "x11.glx.render.Color3fv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Color3fv_v, { "v", "x11.glx.render.Color3fv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Color3fv_v_item, { "v", "x11.glx.render.Color3fv.v", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Color3iv_v, { "v", "x11.glx.render.Color3iv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Color3iv_v, { "v", "x11.glx.render.Color3iv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Color3iv_v_item, { "v", "x11.glx.render.Color3iv.v", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Color3sv_v, { "v", "x11.glx.render.Color3sv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Color3sv_v, { "v", "x11.glx.render.Color3sv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Color3sv_v_item, { "v", "x11.glx.render.Color3sv.v", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Color3ubv_v, { "v", "x11.glx.render.Color3ubv.v", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Color3uiv_v, { "v", "x11.glx.render.Color3uiv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Color3uiv_v, { "v", "x11.glx.render.Color3uiv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Color3uiv_v_item, { "v", "x11.glx.render.Color3uiv.v", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Color3usv_v, { "v", "x11.glx.render.Color3usv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Color3usv_v, { "v", "x11.glx.render.Color3usv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Color3usv_v_item, { "v", "x11.glx.render.Color3usv.v", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Color4bv_v, { "v", "x11.glx.render.Color4bv.v", FT_INT8, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Color4dv_v, { "v", "x11.glx.render.Color4dv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Color4dv_v, { "v", "x11.glx.render.Color4dv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Color4dv_v_item, { "v", "x11.glx.render.Color4dv.v", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Color4fv_v, { "v", "x11.glx.render.Color4fv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Color4fv_v, { "v", "x11.glx.render.Color4fv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Color4fv_v_item, { "v", "x11.glx.render.Color4fv.v", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Color4iv_v, { "v", "x11.glx.render.Color4iv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Color4iv_v, { "v", "x11.glx.render.Color4iv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Color4iv_v_item, { "v", "x11.glx.render.Color4iv.v", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Color4sv_v, { "v", "x11.glx.render.Color4sv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Color4sv_v, { "v", "x11.glx.render.Color4sv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Color4sv_v_item, { "v", "x11.glx.render.Color4sv.v", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Color4ubv_v, { "v", "x11.glx.render.Color4ubv.v", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Color4uiv_v, { "v", "x11.glx.render.Color4uiv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Color4uiv_v, { "v", "x11.glx.render.Color4uiv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Color4uiv_v_item, { "v", "x11.glx.render.Color4uiv.v", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Color4usv_v, { "v", "x11.glx.render.Color4usv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Color4usv_v, { "v", "x11.glx.render.Color4usv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Color4usv_v_item, { "v", "x11.glx.render.Color4usv.v", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_EdgeFlagv_flag, { "flag", "x11.glx.render.EdgeFlagv.flag", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Indexdv_c, { "c", "x11.glx.render.Indexdv.c", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Indexdv_c, { "c", "x11.glx.render.Indexdv.c.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Indexdv_c_item, { "c", "x11.glx.render.Indexdv.c", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Indexfv_c, { "c", "x11.glx.render.Indexfv.c", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Indexfv_c, { "c", "x11.glx.render.Indexfv.c.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Indexfv_c_item, { "c", "x11.glx.render.Indexfv.c", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Indexiv_c, { "c", "x11.glx.render.Indexiv.c", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Indexiv_c, { "c", "x11.glx.render.Indexiv.c.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Indexiv_c_item, { "c", "x11.glx.render.Indexiv.c", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Indexsv_c, { "c", "x11.glx.render.Indexsv.c", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Indexsv_c, { "c", "x11.glx.render.Indexsv.c.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Indexsv_c_item, { "c", "x11.glx.render.Indexsv.c", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Normal3bv_v, { "v", "x11.glx.render.Normal3bv.v", FT_INT8, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Normal3dv_v, { "v", "x11.glx.render.Normal3dv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Normal3dv_v, { "v", "x11.glx.render.Normal3dv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Normal3dv_v_item, { "v", "x11.glx.render.Normal3dv.v", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Normal3fv_v, { "v", "x11.glx.render.Normal3fv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Normal3fv_v, { "v", "x11.glx.render.Normal3fv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Normal3fv_v_item, { "v", "x11.glx.render.Normal3fv.v", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Normal3iv_v, { "v", "x11.glx.render.Normal3iv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Normal3iv_v, { "v", "x11.glx.render.Normal3iv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Normal3iv_v_item, { "v", "x11.glx.render.Normal3iv.v", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Normal3sv_v, { "v", "x11.glx.render.Normal3sv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Normal3sv_v, { "v", "x11.glx.render.Normal3sv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Normal3sv_v_item, { "v", "x11.glx.render.Normal3sv.v", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_RasterPos2dv_v, { "v", "x11.glx.render.RasterPos2dv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_RasterPos2dv_v, { "v", "x11.glx.render.RasterPos2dv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_RasterPos2dv_v_item, { "v", "x11.glx.render.RasterPos2dv.v", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_RasterPos2fv_v, { "v", "x11.glx.render.RasterPos2fv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_RasterPos2fv_v, { "v", "x11.glx.render.RasterPos2fv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_RasterPos2fv_v_item, { "v", "x11.glx.render.RasterPos2fv.v", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_RasterPos2iv_v, { "v", "x11.glx.render.RasterPos2iv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_RasterPos2iv_v, { "v", "x11.glx.render.RasterPos2iv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_RasterPos2iv_v_item, { "v", "x11.glx.render.RasterPos2iv.v", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_RasterPos2sv_v, { "v", "x11.glx.render.RasterPos2sv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_RasterPos2sv_v, { "v", "x11.glx.render.RasterPos2sv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_RasterPos2sv_v_item, { "v", "x11.glx.render.RasterPos2sv.v", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_RasterPos3dv_v, { "v", "x11.glx.render.RasterPos3dv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_RasterPos3dv_v, { "v", "x11.glx.render.RasterPos3dv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_RasterPos3dv_v_item, { "v", "x11.glx.render.RasterPos3dv.v", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_RasterPos3fv_v, { "v", "x11.glx.render.RasterPos3fv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_RasterPos3fv_v, { "v", "x11.glx.render.RasterPos3fv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_RasterPos3fv_v_item, { "v", "x11.glx.render.RasterPos3fv.v", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_RasterPos3iv_v, { "v", "x11.glx.render.RasterPos3iv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_RasterPos3iv_v, { "v", "x11.glx.render.RasterPos3iv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_RasterPos3iv_v_item, { "v", "x11.glx.render.RasterPos3iv.v", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_RasterPos3sv_v, { "v", "x11.glx.render.RasterPos3sv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_RasterPos3sv_v, { "v", "x11.glx.render.RasterPos3sv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_RasterPos3sv_v_item, { "v", "x11.glx.render.RasterPos3sv.v", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_RasterPos4dv_v, { "v", "x11.glx.render.RasterPos4dv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_RasterPos4dv_v, { "v", "x11.glx.render.RasterPos4dv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_RasterPos4dv_v_item, { "v", "x11.glx.render.RasterPos4dv.v", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_RasterPos4fv_v, { "v", "x11.glx.render.RasterPos4fv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_RasterPos4fv_v, { "v", "x11.glx.render.RasterPos4fv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_RasterPos4fv_v_item, { "v", "x11.glx.render.RasterPos4fv.v", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_RasterPos4iv_v, { "v", "x11.glx.render.RasterPos4iv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_RasterPos4iv_v, { "v", "x11.glx.render.RasterPos4iv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_RasterPos4iv_v_item, { "v", "x11.glx.render.RasterPos4iv.v", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_RasterPos4sv_v, { "v", "x11.glx.render.RasterPos4sv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_RasterPos4sv_v, { "v", "x11.glx.render.RasterPos4sv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_RasterPos4sv_v_item, { "v", "x11.glx.render.RasterPos4sv.v", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Rectdv_v1, { "v1", "x11.glx.render.Rectdv.v1", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Rectdv_v1, { "v1", "x11.glx.render.Rectdv.v1.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Rectdv_v1_item, { "v1", "x11.glx.render.Rectdv.v1", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Rectdv_v2, { "v2", "x11.glx.render.Rectdv.v2", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Rectdv_v2, { "v2", "x11.glx.render.Rectdv.v2.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Rectdv_v2_item, { "v2", "x11.glx.render.Rectdv.v2", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Rectfv_v1, { "v1", "x11.glx.render.Rectfv.v1", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Rectfv_v1, { "v1", "x11.glx.render.Rectfv.v1.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Rectfv_v1_item, { "v1", "x11.glx.render.Rectfv.v1", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Rectfv_v2, { "v2", "x11.glx.render.Rectfv.v2", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Rectfv_v2, { "v2", "x11.glx.render.Rectfv.v2.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Rectfv_v2_item, { "v2", "x11.glx.render.Rectfv.v2", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Rectiv_v1, { "v1", "x11.glx.render.Rectiv.v1", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Rectiv_v1, { "v1", "x11.glx.render.Rectiv.v1.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Rectiv_v1_item, { "v1", "x11.glx.render.Rectiv.v1", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Rectiv_v2, { "v2", "x11.glx.render.Rectiv.v2", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Rectiv_v2, { "v2", "x11.glx.render.Rectiv.v2.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Rectiv_v2_item, { "v2", "x11.glx.render.Rectiv.v2", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Rectsv_v1, { "v1", "x11.glx.render.Rectsv.v1", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Rectsv_v1, { "v1", "x11.glx.render.Rectsv.v1.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Rectsv_v1_item, { "v1", "x11.glx.render.Rectsv.v1", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Rectsv_v2, { "v2", "x11.glx.render.Rectsv.v2", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Rectsv_v2, { "v2", "x11.glx.render.Rectsv.v2.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Rectsv_v2_item, { "v2", "x11.glx.render.Rectsv.v2", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_TexCoord1dv_v, { "v", "x11.glx.render.TexCoord1dv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_TexCoord1dv_v, { "v", "x11.glx.render.TexCoord1dv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexCoord1dv_v_item, { "v", "x11.glx.render.TexCoord1dv.v", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_TexCoord1fv_v, { "v", "x11.glx.render.TexCoord1fv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_TexCoord1fv_v, { "v", "x11.glx.render.TexCoord1fv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexCoord1fv_v_item, { "v", "x11.glx.render.TexCoord1fv.v", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_TexCoord1iv_v, { "v", "x11.glx.render.TexCoord1iv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_TexCoord1iv_v, { "v", "x11.glx.render.TexCoord1iv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexCoord1iv_v_item, { "v", "x11.glx.render.TexCoord1iv.v", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_TexCoord1sv_v, { "v", "x11.glx.render.TexCoord1sv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_TexCoord1sv_v, { "v", "x11.glx.render.TexCoord1sv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexCoord1sv_v_item, { "v", "x11.glx.render.TexCoord1sv.v", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_TexCoord2dv_v, { "v", "x11.glx.render.TexCoord2dv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_TexCoord2dv_v, { "v", "x11.glx.render.TexCoord2dv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexCoord2dv_v_item, { "v", "x11.glx.render.TexCoord2dv.v", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_TexCoord2fv_v, { "v", "x11.glx.render.TexCoord2fv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_TexCoord2fv_v, { "v", "x11.glx.render.TexCoord2fv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexCoord2fv_v_item, { "v", "x11.glx.render.TexCoord2fv.v", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_TexCoord2iv_v, { "v", "x11.glx.render.TexCoord2iv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_TexCoord2iv_v, { "v", "x11.glx.render.TexCoord2iv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexCoord2iv_v_item, { "v", "x11.glx.render.TexCoord2iv.v", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_TexCoord2sv_v, { "v", "x11.glx.render.TexCoord2sv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_TexCoord2sv_v, { "v", "x11.glx.render.TexCoord2sv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexCoord2sv_v_item, { "v", "x11.glx.render.TexCoord2sv.v", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_TexCoord3dv_v, { "v", "x11.glx.render.TexCoord3dv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_TexCoord3dv_v, { "v", "x11.glx.render.TexCoord3dv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexCoord3dv_v_item, { "v", "x11.glx.render.TexCoord3dv.v", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_TexCoord3fv_v, { "v", "x11.glx.render.TexCoord3fv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_TexCoord3fv_v, { "v", "x11.glx.render.TexCoord3fv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexCoord3fv_v_item, { "v", "x11.glx.render.TexCoord3fv.v", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_TexCoord3iv_v, { "v", "x11.glx.render.TexCoord3iv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_TexCoord3iv_v, { "v", "x11.glx.render.TexCoord3iv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexCoord3iv_v_item, { "v", "x11.glx.render.TexCoord3iv.v", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_TexCoord3sv_v, { "v", "x11.glx.render.TexCoord3sv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_TexCoord3sv_v, { "v", "x11.glx.render.TexCoord3sv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexCoord3sv_v_item, { "v", "x11.glx.render.TexCoord3sv.v", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_TexCoord4dv_v, { "v", "x11.glx.render.TexCoord4dv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_TexCoord4dv_v, { "v", "x11.glx.render.TexCoord4dv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexCoord4dv_v_item, { "v", "x11.glx.render.TexCoord4dv.v", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_TexCoord4fv_v, { "v", "x11.glx.render.TexCoord4fv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_TexCoord4fv_v, { "v", "x11.glx.render.TexCoord4fv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexCoord4fv_v_item, { "v", "x11.glx.render.TexCoord4fv.v", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_TexCoord4iv_v, { "v", "x11.glx.render.TexCoord4iv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_TexCoord4iv_v, { "v", "x11.glx.render.TexCoord4iv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexCoord4iv_v_item, { "v", "x11.glx.render.TexCoord4iv.v", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_TexCoord4sv_v, { "v", "x11.glx.render.TexCoord4sv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_TexCoord4sv_v, { "v", "x11.glx.render.TexCoord4sv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexCoord4sv_v_item, { "v", "x11.glx.render.TexCoord4sv.v", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Vertex2dv_v, { "v", "x11.glx.render.Vertex2dv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Vertex2dv_v, { "v", "x11.glx.render.Vertex2dv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Vertex2dv_v_item, { "v", "x11.glx.render.Vertex2dv.v", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Vertex2fv_v, { "v", "x11.glx.render.Vertex2fv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Vertex2fv_v, { "v", "x11.glx.render.Vertex2fv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Vertex2fv_v_item, { "v", "x11.glx.render.Vertex2fv.v", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Vertex2iv_v, { "v", "x11.glx.render.Vertex2iv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Vertex2iv_v, { "v", "x11.glx.render.Vertex2iv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Vertex2iv_v_item, { "v", "x11.glx.render.Vertex2iv.v", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Vertex2sv_v, { "v", "x11.glx.render.Vertex2sv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Vertex2sv_v, { "v", "x11.glx.render.Vertex2sv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Vertex2sv_v_item, { "v", "x11.glx.render.Vertex2sv.v", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Vertex3dv_v, { "v", "x11.glx.render.Vertex3dv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Vertex3dv_v, { "v", "x11.glx.render.Vertex3dv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Vertex3dv_v_item, { "v", "x11.glx.render.Vertex3dv.v", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Vertex3fv_v, { "v", "x11.glx.render.Vertex3fv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Vertex3fv_v, { "v", "x11.glx.render.Vertex3fv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Vertex3fv_v_item, { "v", "x11.glx.render.Vertex3fv.v", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Vertex3iv_v, { "v", "x11.glx.render.Vertex3iv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Vertex3iv_v, { "v", "x11.glx.render.Vertex3iv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Vertex3iv_v_item, { "v", "x11.glx.render.Vertex3iv.v", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Vertex3sv_v, { "v", "x11.glx.render.Vertex3sv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Vertex3sv_v, { "v", "x11.glx.render.Vertex3sv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Vertex3sv_v_item, { "v", "x11.glx.render.Vertex3sv.v", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Vertex4dv_v, { "v", "x11.glx.render.Vertex4dv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Vertex4dv_v, { "v", "x11.glx.render.Vertex4dv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Vertex4dv_v_item, { "v", "x11.glx.render.Vertex4dv.v", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Vertex4fv_v, { "v", "x11.glx.render.Vertex4fv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Vertex4fv_v, { "v", "x11.glx.render.Vertex4fv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Vertex4fv_v_item, { "v", "x11.glx.render.Vertex4fv.v", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Vertex4iv_v, { "v", "x11.glx.render.Vertex4iv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Vertex4iv_v, { "v", "x11.glx.render.Vertex4iv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Vertex4iv_v_item, { "v", "x11.glx.render.Vertex4iv.v", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Vertex4sv_v, { "v", "x11.glx.render.Vertex4sv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Vertex4sv_v, { "v", "x11.glx.render.Vertex4sv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Vertex4sv_v_item, { "v", "x11.glx.render.Vertex4sv.v", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_ClipPlane_plane, { "plane", "x11.glx.render.ClipPlane.plane", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
-{ &hf_x11_glx_render_ClipPlane_equation, { "equation", "x11.glx.render.ClipPlane.equation", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_ClipPlane_equation, { "equation", "x11.glx.render.ClipPlane.equation.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_ClipPlane_equation_item, { "equation", "x11.glx.render.ClipPlane.equation", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_ColorMaterial_face, { "face", "x11.glx.render.ColorMaterial.face", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_ColorMaterial_mode, { "mode", "x11.glx.render.ColorMaterial.mode", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
@@ -695,12 +695,12 @@
{ &hf_x11_glx_render_Fogf_pname, { "pname", "x11.glx.render.Fogf.pname", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_Fogf_param, { "param", "x11.glx.render.Fogf.param", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Fogfv_pname, { "pname", "x11.glx.render.Fogfv.pname", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Fogfv_params, { "params", "x11.glx.render.Fogfv.params", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Fogfv_params, { "params", "x11.glx.render.Fogfv.params.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Fogfv_params_item, { "params", "x11.glx.render.Fogfv.params", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Fogi_pname, { "pname", "x11.glx.render.Fogi.pname", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_Fogi_param, { "param", "x11.glx.render.Fogi.param", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Fogiv_pname, { "pname", "x11.glx.render.Fogiv.pname", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Fogiv_params, { "params", "x11.glx.render.Fogiv.params", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Fogiv_params, { "params", "x11.glx.render.Fogiv.params.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Fogiv_params_item, { "params", "x11.glx.render.Fogiv.params", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_FrontFace_mode, { "mode", "x11.glx.render.FrontFace.mode", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_Hint_target, { "target", "x11.glx.render.Hint.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
@@ -710,24 +710,24 @@
{ &hf_x11_glx_render_Lightf_param, { "param", "x11.glx.render.Lightf.param", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Lightfv_light, { "light", "x11.glx.render.Lightfv.light", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_Lightfv_pname, { "pname", "x11.glx.render.Lightfv.pname", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Lightfv_params, { "params", "x11.glx.render.Lightfv.params", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Lightfv_params, { "params", "x11.glx.render.Lightfv.params.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Lightfv_params_item, { "params", "x11.glx.render.Lightfv.params", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Lighti_light, { "light", "x11.glx.render.Lighti.light", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_Lighti_pname, { "pname", "x11.glx.render.Lighti.pname", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_Lighti_param, { "param", "x11.glx.render.Lighti.param", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Lightiv_light, { "light", "x11.glx.render.Lightiv.light", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_Lightiv_pname, { "pname", "x11.glx.render.Lightiv.pname", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Lightiv_params, { "params", "x11.glx.render.Lightiv.params", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Lightiv_params, { "params", "x11.glx.render.Lightiv.params.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Lightiv_params_item, { "params", "x11.glx.render.Lightiv.params", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_LightModelf_pname, { "pname", "x11.glx.render.LightModelf.pname", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_LightModelf_param, { "param", "x11.glx.render.LightModelf.param", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_LightModelfv_pname, { "pname", "x11.glx.render.LightModelfv.pname", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
-{ &hf_x11_glx_render_LightModelfv_params, { "params", "x11.glx.render.LightModelfv.params", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_LightModelfv_params, { "params", "x11.glx.render.LightModelfv.params.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_LightModelfv_params_item, { "params", "x11.glx.render.LightModelfv.params", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_LightModeli_pname, { "pname", "x11.glx.render.LightModeli.pname", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_LightModeli_param, { "param", "x11.glx.render.LightModeli.param", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_LightModeliv_pname, { "pname", "x11.glx.render.LightModeliv.pname", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
-{ &hf_x11_glx_render_LightModeliv_params, { "params", "x11.glx.render.LightModeliv.params", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_LightModeliv_params, { "params", "x11.glx.render.LightModeliv.params.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_LightModeliv_params_item, { "params", "x11.glx.render.LightModeliv.params", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_LineStipple_factor, { "factor", "x11.glx.render.LineStipple.factor", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_LineStipple_pattern, { "pattern", "x11.glx.render.LineStipple.pattern", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -737,14 +737,14 @@
{ &hf_x11_glx_render_Materialf_param, { "param", "x11.glx.render.Materialf.param", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Materialfv_face, { "face", "x11.glx.render.Materialfv.face", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_Materialfv_pname, { "pname", "x11.glx.render.Materialfv.pname", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Materialfv_params, { "params", "x11.glx.render.Materialfv.params", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Materialfv_params, { "params", "x11.glx.render.Materialfv.params.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Materialfv_params_item, { "params", "x11.glx.render.Materialfv.params", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Materiali_face, { "face", "x11.glx.render.Materiali.face", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_Materiali_pname, { "pname", "x11.glx.render.Materiali.pname", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_Materiali_param, { "param", "x11.glx.render.Materiali.param", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Materialiv_face, { "face", "x11.glx.render.Materialiv.face", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_Materialiv_pname, { "pname", "x11.glx.render.Materialiv.pname", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Materialiv_params, { "params", "x11.glx.render.Materialiv.params", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Materialiv_params, { "params", "x11.glx.render.Materialiv.params.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Materialiv_params_item, { "params", "x11.glx.render.Materialiv.params", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_PointSize_size, { "size", "x11.glx.render.PointSize.size", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_PolygonMode_face, { "face", "x11.glx.render.PolygonMode.face", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
@@ -766,14 +766,14 @@
{ &hf_x11_glx_render_TexParameterf_param, { "param", "x11.glx.render.TexParameterf.param", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexParameterfv_target, { "target", "x11.glx.render.TexParameterfv.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexParameterfv_pname, { "pname", "x11.glx.render.TexParameterfv.pname", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
-{ &hf_x11_glx_render_TexParameterfv_params, { "params", "x11.glx.render.TexParameterfv.params", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_TexParameterfv_params, { "params", "x11.glx.render.TexParameterfv.params.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexParameterfv_params_item, { "params", "x11.glx.render.TexParameterfv.params", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexParameteri_target, { "target", "x11.glx.render.TexParameteri.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexParameteri_pname, { "pname", "x11.glx.render.TexParameteri.pname", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexParameteri_param, { "param", "x11.glx.render.TexParameteri.param", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexParameteriv_target, { "target", "x11.glx.render.TexParameteriv.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexParameteriv_pname, { "pname", "x11.glx.render.TexParameteriv.pname", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
-{ &hf_x11_glx_render_TexParameteriv_params, { "params", "x11.glx.render.TexParameteriv.params", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_TexParameteriv_params, { "params", "x11.glx.render.TexParameteriv.params.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexParameteriv_params_item, { "params", "x11.glx.render.TexParameteriv.params", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexImage1D_target, { "target", "x11.glx.render.TexImage1D.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexImage1D_level, { "level", "x11.glx.render.TexImage1D.level", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
@@ -809,35 +809,35 @@
{ &hf_x11_glx_render_TexEnvf_param, { "param", "x11.glx.render.TexEnvf.param", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexEnvfv_target, { "target", "x11.glx.render.TexEnvfv.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexEnvfv_pname, { "pname", "x11.glx.render.TexEnvfv.pname", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
-{ &hf_x11_glx_render_TexEnvfv_params, { "params", "x11.glx.render.TexEnvfv.params", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_TexEnvfv_params, { "params", "x11.glx.render.TexEnvfv.params.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexEnvfv_params_item, { "params", "x11.glx.render.TexEnvfv.params", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexEnvi_target, { "target", "x11.glx.render.TexEnvi.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexEnvi_pname, { "pname", "x11.glx.render.TexEnvi.pname", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexEnvi_param, { "param", "x11.glx.render.TexEnvi.param", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexEnviv_target, { "target", "x11.glx.render.TexEnviv.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexEnviv_pname, { "pname", "x11.glx.render.TexEnviv.pname", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
-{ &hf_x11_glx_render_TexEnviv_params, { "params", "x11.glx.render.TexEnviv.params", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_TexEnviv_params, { "params", "x11.glx.render.TexEnviv.params.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexEnviv_params_item, { "params", "x11.glx.render.TexEnviv.params", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexGend_coord, { "coord", "x11.glx.render.TexGend.coord", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexGend_pname, { "pname", "x11.glx.render.TexGend.pname", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexGend_param, { "param", "x11.glx.render.TexGend.param", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexGendv_coord, { "coord", "x11.glx.render.TexGendv.coord", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexGendv_pname, { "pname", "x11.glx.render.TexGendv.pname", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
-{ &hf_x11_glx_render_TexGendv_params, { "params", "x11.glx.render.TexGendv.params", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_TexGendv_params, { "params", "x11.glx.render.TexGendv.params.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexGendv_params_item, { "params", "x11.glx.render.TexGendv.params", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexGenf_coord, { "coord", "x11.glx.render.TexGenf.coord", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexGenf_pname, { "pname", "x11.glx.render.TexGenf.pname", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexGenf_param, { "param", "x11.glx.render.TexGenf.param", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexGenfv_coord, { "coord", "x11.glx.render.TexGenfv.coord", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexGenfv_pname, { "pname", "x11.glx.render.TexGenfv.pname", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
-{ &hf_x11_glx_render_TexGenfv_params, { "params", "x11.glx.render.TexGenfv.params", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_TexGenfv_params, { "params", "x11.glx.render.TexGenfv.params.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexGenfv_params_item, { "params", "x11.glx.render.TexGenfv.params", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexGeni_coord, { "coord", "x11.glx.render.TexGeni.coord", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexGeni_pname, { "pname", "x11.glx.render.TexGeni.pname", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexGeni_param, { "param", "x11.glx.render.TexGeni.param", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexGeniv_coord, { "coord", "x11.glx.render.TexGeniv.coord", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexGeniv_pname, { "pname", "x11.glx.render.TexGeniv.pname", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
-{ &hf_x11_glx_render_TexGeniv_params, { "params", "x11.glx.render.TexGeniv.params", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_TexGeniv_params, { "params", "x11.glx.render.TexGeniv.params.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexGeniv_params_item, { "params", "x11.glx.render.TexGeniv.params", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_LoadName_name, { "name", "x11.glx.render.LoadName.name", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_PassThrough_token, { "token", "x11.glx.render.PassThrough.token", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
@@ -872,14 +872,14 @@
{ &hf_x11_glx_render_Map1d_u2, { "u2", "x11.glx.render.Map1d.u2", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Map1d_stride, { "stride", "x11.glx.render.Map1d.stride", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Map1d_order, { "order", "x11.glx.render.Map1d.order", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Map1d_points, { "points", "x11.glx.render.Map1d.points", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Map1d_points, { "points", "x11.glx.render.Map1d.points.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Map1d_points_item, { "points", "x11.glx.render.Map1d.points", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Map1f_target, { "target", "x11.glx.render.Map1f.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_Map1f_u1, { "u1", "x11.glx.render.Map1f.u1", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Map1f_u2, { "u2", "x11.glx.render.Map1f.u2", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Map1f_stride, { "stride", "x11.glx.render.Map1f.stride", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Map1f_order, { "order", "x11.glx.render.Map1f.order", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Map1f_points, { "points", "x11.glx.render.Map1f.points", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Map1f_points, { "points", "x11.glx.render.Map1f.points.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Map1f_points_item, { "points", "x11.glx.render.Map1f.points", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Map2d_target, { "target", "x11.glx.render.Map2d.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_Map2d_u1, { "u1", "x11.glx.render.Map2d.u1", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
@@ -890,7 +890,7 @@
{ &hf_x11_glx_render_Map2d_v2, { "v2", "x11.glx.render.Map2d.v2", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Map2d_vstride, { "vstride", "x11.glx.render.Map2d.vstride", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Map2d_vorder, { "vorder", "x11.glx.render.Map2d.vorder", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Map2d_points, { "points", "x11.glx.render.Map2d.points", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Map2d_points, { "points", "x11.glx.render.Map2d.points.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Map2d_points_item, { "points", "x11.glx.render.Map2d.points", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Map2f_target, { "target", "x11.glx.render.Map2f.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_Map2f_u1, { "u1", "x11.glx.render.Map2f.u1", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
@@ -901,7 +901,7 @@
{ &hf_x11_glx_render_Map2f_v2, { "v2", "x11.glx.render.Map2f.v2", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Map2f_vstride, { "vstride", "x11.glx.render.Map2f.vstride", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Map2f_vorder, { "vorder", "x11.glx.render.Map2f.vorder", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_Map2f_points, { "points", "x11.glx.render.Map2f.points", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_Map2f_points, { "points", "x11.glx.render.Map2f.points.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Map2f_points_item, { "points", "x11.glx.render.Map2f.points", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_MapGrid1d_un, { "un", "x11.glx.render.MapGrid1d.un", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_MapGrid1d_u1, { "u1", "x11.glx.render.MapGrid1d.u1", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
@@ -921,13 +921,13 @@
{ &hf_x11_glx_render_MapGrid2f_vn, { "vn", "x11.glx.render.MapGrid2f.vn", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_MapGrid2f_v1, { "v1", "x11.glx.render.MapGrid2f.v1", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_MapGrid2f_v2, { "v2", "x11.glx.render.MapGrid2f.v2", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_EvalCoord1dv_u, { "u", "x11.glx.render.EvalCoord1dv.u", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_EvalCoord1dv_u, { "u", "x11.glx.render.EvalCoord1dv.u.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_EvalCoord1dv_u_item, { "u", "x11.glx.render.EvalCoord1dv.u", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_EvalCoord1fv_u, { "u", "x11.glx.render.EvalCoord1fv.u", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_EvalCoord1fv_u, { "u", "x11.glx.render.EvalCoord1fv.u.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_EvalCoord1fv_u_item, { "u", "x11.glx.render.EvalCoord1fv.u", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_EvalCoord2dv_u, { "u", "x11.glx.render.EvalCoord2dv.u", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_EvalCoord2dv_u, { "u", "x11.glx.render.EvalCoord2dv.u.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_EvalCoord2dv_u_item, { "u", "x11.glx.render.EvalCoord2dv.u", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_EvalCoord2fv_u, { "u", "x11.glx.render.EvalCoord2fv.u", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_EvalCoord2fv_u, { "u", "x11.glx.render.EvalCoord2fv.u.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_EvalCoord2fv_u_item, { "u", "x11.glx.render.EvalCoord2fv.u", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_EvalMesh1_mode, { "mode", "x11.glx.render.EvalMesh1.mode", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_EvalMesh1_i1, { "i1", "x11.glx.render.EvalMesh1.i1", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
@@ -960,15 +960,15 @@
{ &hf_x11_glx_render_PixelTransferi_param, { "param", "x11.glx.render.PixelTransferi.param", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_PixelMapfv_map, { "map", "x11.glx.render.PixelMapfv.map", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_PixelMapfv_mapsize, { "mapsize", "x11.glx.render.PixelMapfv.mapsize", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_PixelMapfv_values, { "values", "x11.glx.render.PixelMapfv.values", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_PixelMapfv_values, { "values", "x11.glx.render.PixelMapfv.values.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_PixelMapfv_values_item, { "values", "x11.glx.render.PixelMapfv.values", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_PixelMapuiv_map, { "map", "x11.glx.render.PixelMapuiv.map", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_PixelMapuiv_mapsize, { "mapsize", "x11.glx.render.PixelMapuiv.mapsize", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_PixelMapuiv_values, { "values", "x11.glx.render.PixelMapuiv.values", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_PixelMapuiv_values, { "values", "x11.glx.render.PixelMapuiv.values.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_PixelMapuiv_values_item, { "values", "x11.glx.render.PixelMapuiv.values", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_PixelMapusv_map, { "map", "x11.glx.render.PixelMapusv.map", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_PixelMapusv_mapsize, { "mapsize", "x11.glx.render.PixelMapusv.mapsize", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_PixelMapusv_values, { "values", "x11.glx.render.PixelMapusv.values", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_PixelMapusv_values, { "values", "x11.glx.render.PixelMapusv.values.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_PixelMapusv_values_item, { "values", "x11.glx.render.PixelMapusv.values", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_ReadBuffer_mode, { "mode", "x11.glx.render.ReadBuffer.mode", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_CopyPixels_x, { "x", "x11.glx.render.CopyPixels.x", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
@@ -995,14 +995,14 @@
{ &hf_x11_glx_render_Frustum_top, { "top", "x11.glx.render.Frustum.top", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Frustum_zNear, { "zNear", "x11.glx.render.Frustum.zNear", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Frustum_zFar, { "zFar", "x11.glx.render.Frustum.zFar", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_LoadMatrixf_m, { "m", "x11.glx.render.LoadMatrixf.m", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_LoadMatrixf_m, { "m", "x11.glx.render.LoadMatrixf.m.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_LoadMatrixf_m_item, { "m", "x11.glx.render.LoadMatrixf.m", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_LoadMatrixd_m, { "m", "x11.glx.render.LoadMatrixd.m", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_LoadMatrixd_m, { "m", "x11.glx.render.LoadMatrixd.m.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_LoadMatrixd_m_item, { "m", "x11.glx.render.LoadMatrixd.m", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_MatrixMode_mode, { "mode", "x11.glx.render.MatrixMode.mode", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
-{ &hf_x11_glx_render_MultMatrixf_m, { "m", "x11.glx.render.MultMatrixf.m", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_MultMatrixf_m, { "m", "x11.glx.render.MultMatrixf.m.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_MultMatrixf_m_item, { "m", "x11.glx.render.MultMatrixf.m", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_MultMatrixd_m, { "m", "x11.glx.render.MultMatrixd.m", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_MultMatrixd_m, { "m", "x11.glx.render.MultMatrixd.m.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_MultMatrixd_m_item, { "m", "x11.glx.render.MultMatrixd.m", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Ortho_left, { "left", "x11.glx.render.Ortho.left", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Ortho_right, { "right", "x11.glx.render.Ortho.right", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
@@ -1101,9 +1101,9 @@
{ &hf_x11_glx_render_BindTexture_target, { "target", "x11.glx.render.BindTexture.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_BindTexture_texture, { "texture", "x11.glx.render.BindTexture.texture", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_PrioritizeTextures_n, { "n", "x11.glx.render.PrioritizeTextures.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_PrioritizeTextures_textures, { "textures", "x11.glx.render.PrioritizeTextures.textures", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_PrioritizeTextures_textures, { "textures", "x11.glx.render.PrioritizeTextures.textures.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_PrioritizeTextures_textures_item, { "textures", "x11.glx.render.PrioritizeTextures.textures", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_PrioritizeTextures_priorities, { "priorities", "x11.glx.render.PrioritizeTextures.priorities", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_PrioritizeTextures_priorities, { "priorities", "x11.glx.render.PrioritizeTextures.priorities.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_PrioritizeTextures_priorities_item, { "priorities", "x11.glx.render.PrioritizeTextures.priorities", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_Indexubv_c, { "c", "x11.glx.render.Indexubv.c", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_BlendColor_red, { "red", "x11.glx.render.BlendColor.red", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
@@ -1125,11 +1125,11 @@
{ &hf_x11_glx_render_ColorTable_alignment, { "alignment", "x11.glx.render.ColorTable.alignment", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_ColorTableParameterfv_target, { "target", "x11.glx.render.ColorTableParameterfv.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_ColorTableParameterfv_pname, { "pname", "x11.glx.render.ColorTableParameterfv.pname", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
-{ &hf_x11_glx_render_ColorTableParameterfv_params, { "params", "x11.glx.render.ColorTableParameterfv.params", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_ColorTableParameterfv_params, { "params", "x11.glx.render.ColorTableParameterfv.params.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_ColorTableParameterfv_params_item, { "params", "x11.glx.render.ColorTableParameterfv.params", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_ColorTableParameteriv_target, { "target", "x11.glx.render.ColorTableParameteriv.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_ColorTableParameteriv_pname, { "pname", "x11.glx.render.ColorTableParameteriv.pname", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
-{ &hf_x11_glx_render_ColorTableParameteriv_params, { "params", "x11.glx.render.ColorTableParameteriv.params", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_ColorTableParameteriv_params, { "params", "x11.glx.render.ColorTableParameteriv.params.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_ColorTableParameteriv_params_item, { "params", "x11.glx.render.ColorTableParameteriv.params", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_CopyColorTable_target, { "target", "x11.glx.render.CopyColorTable.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_CopyColorTable_internalformat, { "internalformat", "x11.glx.render.CopyColorTable.internalformat", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
@@ -1183,14 +1183,14 @@
{ &hf_x11_glx_render_ConvolutionParameterf_params, { "params", "x11.glx.render.ConvolutionParameterf.params", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_ConvolutionParameterfv_target, { "target", "x11.glx.render.ConvolutionParameterfv.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_ConvolutionParameterfv_pname, { "pname", "x11.glx.render.ConvolutionParameterfv.pname", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
-{ &hf_x11_glx_render_ConvolutionParameterfv_params, { "params", "x11.glx.render.ConvolutionParameterfv.params", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_ConvolutionParameterfv_params, { "params", "x11.glx.render.ConvolutionParameterfv.params.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_ConvolutionParameterfv_params_item, { "params", "x11.glx.render.ConvolutionParameterfv.params", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_ConvolutionParameteri_target, { "target", "x11.glx.render.ConvolutionParameteri.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_ConvolutionParameteri_pname, { "pname", "x11.glx.render.ConvolutionParameteri.pname", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_ConvolutionParameteri_params, { "params", "x11.glx.render.ConvolutionParameteri.params", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_ConvolutionParameteriv_target, { "target", "x11.glx.render.ConvolutionParameteriv.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_ConvolutionParameteriv_pname, { "pname", "x11.glx.render.ConvolutionParameteriv.pname", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
-{ &hf_x11_glx_render_ConvolutionParameteriv_params, { "params", "x11.glx.render.ConvolutionParameteriv.params", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_ConvolutionParameteriv_params, { "params", "x11.glx.render.ConvolutionParameteriv.params.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_ConvolutionParameteriv_params_item, { "params", "x11.glx.render.ConvolutionParameteriv.params", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_CopyConvolutionFilter1D_target, { "target", "x11.glx.render.CopyConvolutionFilter1D.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_CopyConvolutionFilter1D_internalformat, { "internalformat", "x11.glx.render.CopyConvolutionFilter1D.internalformat", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
@@ -1265,40 +1265,40 @@
{ &hf_x11_glx_render_CopyTexSubImage3D_height, { "height", "x11.glx.render.CopyTexSubImage3D.height", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_ActiveTexture_texture, { "texture", "x11.glx.render.ActiveTexture.texture", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_MultiTexCoord1dv_target, { "target", "x11.glx.render.MultiTexCoord1dv.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
-{ &hf_x11_glx_render_MultiTexCoord1dv_v, { "v", "x11.glx.render.MultiTexCoord1dv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_MultiTexCoord1dv_v, { "v", "x11.glx.render.MultiTexCoord1dv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_MultiTexCoord1dv_v_item, { "v", "x11.glx.render.MultiTexCoord1dv.v", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_MultiTexCoord1iv_target, { "target", "x11.glx.render.MultiTexCoord1iv.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
-{ &hf_x11_glx_render_MultiTexCoord1iv_v, { "v", "x11.glx.render.MultiTexCoord1iv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_MultiTexCoord1iv_v, { "v", "x11.glx.render.MultiTexCoord1iv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_MultiTexCoord1iv_v_item, { "v", "x11.glx.render.MultiTexCoord1iv.v", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_MultiTexCoord1sv_target, { "target", "x11.glx.render.MultiTexCoord1sv.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
-{ &hf_x11_glx_render_MultiTexCoord1sv_v, { "v", "x11.glx.render.MultiTexCoord1sv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_MultiTexCoord1sv_v, { "v", "x11.glx.render.MultiTexCoord1sv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_MultiTexCoord1sv_v_item, { "v", "x11.glx.render.MultiTexCoord1sv.v", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_MultiTexCoord2dv_target, { "target", "x11.glx.render.MultiTexCoord2dv.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
-{ &hf_x11_glx_render_MultiTexCoord2dv_v, { "v", "x11.glx.render.MultiTexCoord2dv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_MultiTexCoord2dv_v, { "v", "x11.glx.render.MultiTexCoord2dv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_MultiTexCoord2dv_v_item, { "v", "x11.glx.render.MultiTexCoord2dv.v", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_MultiTexCoord2iv_target, { "target", "x11.glx.render.MultiTexCoord2iv.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
-{ &hf_x11_glx_render_MultiTexCoord2iv_v, { "v", "x11.glx.render.MultiTexCoord2iv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_MultiTexCoord2iv_v, { "v", "x11.glx.render.MultiTexCoord2iv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_MultiTexCoord2iv_v_item, { "v", "x11.glx.render.MultiTexCoord2iv.v", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_MultiTexCoord2sv_target, { "target", "x11.glx.render.MultiTexCoord2sv.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
-{ &hf_x11_glx_render_MultiTexCoord2sv_v, { "v", "x11.glx.render.MultiTexCoord2sv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_MultiTexCoord2sv_v, { "v", "x11.glx.render.MultiTexCoord2sv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_MultiTexCoord2sv_v_item, { "v", "x11.glx.render.MultiTexCoord2sv.v", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_MultiTexCoord3dv_target, { "target", "x11.glx.render.MultiTexCoord3dv.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
-{ &hf_x11_glx_render_MultiTexCoord3dv_v, { "v", "x11.glx.render.MultiTexCoord3dv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_MultiTexCoord3dv_v, { "v", "x11.glx.render.MultiTexCoord3dv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_MultiTexCoord3dv_v_item, { "v", "x11.glx.render.MultiTexCoord3dv.v", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_MultiTexCoord3iv_target, { "target", "x11.glx.render.MultiTexCoord3iv.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
-{ &hf_x11_glx_render_MultiTexCoord3iv_v, { "v", "x11.glx.render.MultiTexCoord3iv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_MultiTexCoord3iv_v, { "v", "x11.glx.render.MultiTexCoord3iv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_MultiTexCoord3iv_v_item, { "v", "x11.glx.render.MultiTexCoord3iv.v", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_MultiTexCoord3sv_target, { "target", "x11.glx.render.MultiTexCoord3sv.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
-{ &hf_x11_glx_render_MultiTexCoord3sv_v, { "v", "x11.glx.render.MultiTexCoord3sv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_MultiTexCoord3sv_v, { "v", "x11.glx.render.MultiTexCoord3sv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_MultiTexCoord3sv_v_item, { "v", "x11.glx.render.MultiTexCoord3sv.v", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_MultiTexCoord4dv_target, { "target", "x11.glx.render.MultiTexCoord4dv.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
-{ &hf_x11_glx_render_MultiTexCoord4dv_v, { "v", "x11.glx.render.MultiTexCoord4dv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_MultiTexCoord4dv_v, { "v", "x11.glx.render.MultiTexCoord4dv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_MultiTexCoord4dv_v_item, { "v", "x11.glx.render.MultiTexCoord4dv.v", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_MultiTexCoord4iv_target, { "target", "x11.glx.render.MultiTexCoord4iv.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
-{ &hf_x11_glx_render_MultiTexCoord4iv_v, { "v", "x11.glx.render.MultiTexCoord4iv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_MultiTexCoord4iv_v, { "v", "x11.glx.render.MultiTexCoord4iv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_MultiTexCoord4iv_v_item, { "v", "x11.glx.render.MultiTexCoord4iv.v", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_MultiTexCoord4sv_target, { "target", "x11.glx.render.MultiTexCoord4sv.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
-{ &hf_x11_glx_render_MultiTexCoord4sv_v, { "v", "x11.glx.render.MultiTexCoord4sv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_MultiTexCoord4sv_v, { "v", "x11.glx.render.MultiTexCoord4sv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_MultiTexCoord4sv_v_item, { "v", "x11.glx.render.MultiTexCoord4sv.v", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_SampleCoverage_value, { "value", "x11.glx.render.SampleCoverage.value", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_SampleCoverage_invert, { "invert", "x11.glx.render.SampleCoverage.invert", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -1357,31 +1357,31 @@
{ &hf_x11_glx_render_BlendFuncSeparate_dfactorRGB, { "dfactorRGB", "x11.glx.render.BlendFuncSeparate.dfactorRGB", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_BlendFuncSeparate_sfactorAlpha, { "sfactorAlpha", "x11.glx.render.BlendFuncSeparate.sfactorAlpha", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_BlendFuncSeparate_dfactorAlpha, { "dfactorAlpha", "x11.glx.render.BlendFuncSeparate.dfactorAlpha", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
-{ &hf_x11_glx_render_FogCoorddv_coord, { "coord", "x11.glx.render.FogCoorddv.coord", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_FogCoorddv_coord, { "coord", "x11.glx.render.FogCoorddv.coord.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_FogCoorddv_coord_item, { "coord", "x11.glx.render.FogCoorddv.coord", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_PointParameterf_pname, { "pname", "x11.glx.render.PointParameterf.pname", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_PointParameterf_param, { "param", "x11.glx.render.PointParameterf.param", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_PointParameterfv_pname, { "pname", "x11.glx.render.PointParameterfv.pname", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
-{ &hf_x11_glx_render_PointParameterfv_params, { "params", "x11.glx.render.PointParameterfv.params", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_PointParameterfv_params, { "params", "x11.glx.render.PointParameterfv.params.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_PointParameterfv_params_item, { "params", "x11.glx.render.PointParameterfv.params", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_PointParameteri_pname, { "pname", "x11.glx.render.PointParameteri.pname", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_PointParameteri_param, { "param", "x11.glx.render.PointParameteri.param", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_PointParameteriv_pname, { "pname", "x11.glx.render.PointParameteriv.pname", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
-{ &hf_x11_glx_render_PointParameteriv_params, { "params", "x11.glx.render.PointParameteriv.params", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_PointParameteriv_params, { "params", "x11.glx.render.PointParameteriv.params.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_PointParameteriv_params_item, { "params", "x11.glx.render.PointParameteriv.params", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_SecondaryColor3bv_v, { "v", "x11.glx.render.SecondaryColor3bv.v", FT_INT8, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_SecondaryColor3dv_v, { "v", "x11.glx.render.SecondaryColor3dv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_SecondaryColor3dv_v, { "v", "x11.glx.render.SecondaryColor3dv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_SecondaryColor3dv_v_item, { "v", "x11.glx.render.SecondaryColor3dv.v", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_SecondaryColor3iv_v, { "v", "x11.glx.render.SecondaryColor3iv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_SecondaryColor3iv_v, { "v", "x11.glx.render.SecondaryColor3iv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_SecondaryColor3iv_v_item, { "v", "x11.glx.render.SecondaryColor3iv.v", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_SecondaryColor3sv_v, { "v", "x11.glx.render.SecondaryColor3sv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_SecondaryColor3sv_v, { "v", "x11.glx.render.SecondaryColor3sv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_SecondaryColor3sv_v_item, { "v", "x11.glx.render.SecondaryColor3sv.v", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_SecondaryColor3ubv_v, { "v", "x11.glx.render.SecondaryColor3ubv.v", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_SecondaryColor3uiv_v, { "v", "x11.glx.render.SecondaryColor3uiv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_SecondaryColor3uiv_v, { "v", "x11.glx.render.SecondaryColor3uiv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_SecondaryColor3uiv_v_item, { "v", "x11.glx.render.SecondaryColor3uiv.v", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_SecondaryColor3usv_v, { "v", "x11.glx.render.SecondaryColor3usv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_SecondaryColor3usv_v, { "v", "x11.glx.render.SecondaryColor3usv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_SecondaryColor3usv_v_item, { "v", "x11.glx.render.SecondaryColor3usv.v", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_WindowPos3fv_v, { "v", "x11.glx.render.WindowPos3fv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_WindowPos3fv_v, { "v", "x11.glx.render.WindowPos3fv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_WindowPos3fv_v_item, { "v", "x11.glx.render.WindowPos3fv.v", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_BeginQuery_target, { "target", "x11.glx.render.BeginQuery.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_BeginQuery_id, { "id", "x11.glx.render.BeginQuery.id", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -1389,93 +1389,93 @@
{ &hf_x11_glx_render_BlendEquationSeparate_modeRGB, { "modeRGB", "x11.glx.render.BlendEquationSeparate.modeRGB", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_BlendEquationSeparate_modeA, { "modeA", "x11.glx.render.BlendEquationSeparate.modeA", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_DrawBuffers_n, { "n", "x11.glx.render.DrawBuffers.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_DrawBuffers_bufs, { "bufs", "x11.glx.render.DrawBuffers.bufs", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_DrawBuffers_bufs, { "bufs", "x11.glx.render.DrawBuffers.bufs.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_DrawBuffers_bufs_item, { "bufs", "x11.glx.render.DrawBuffers.bufs", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib1dv_index, { "index", "x11.glx.render.VertexAttrib1dv.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_VertexAttrib1dv_v, { "v", "x11.glx.render.VertexAttrib1dv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_VertexAttrib1dv_v, { "v", "x11.glx.render.VertexAttrib1dv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib1dv_v_item, { "v", "x11.glx.render.VertexAttrib1dv.v", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib1sv_index, { "index", "x11.glx.render.VertexAttrib1sv.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_VertexAttrib1sv_v, { "v", "x11.glx.render.VertexAttrib1sv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_VertexAttrib1sv_v, { "v", "x11.glx.render.VertexAttrib1sv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib1sv_v_item, { "v", "x11.glx.render.VertexAttrib1sv.v", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib2dv_index, { "index", "x11.glx.render.VertexAttrib2dv.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_VertexAttrib2dv_v, { "v", "x11.glx.render.VertexAttrib2dv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_VertexAttrib2dv_v, { "v", "x11.glx.render.VertexAttrib2dv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib2dv_v_item, { "v", "x11.glx.render.VertexAttrib2dv.v", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib2sv_index, { "index", "x11.glx.render.VertexAttrib2sv.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_VertexAttrib2sv_v, { "v", "x11.glx.render.VertexAttrib2sv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_VertexAttrib2sv_v, { "v", "x11.glx.render.VertexAttrib2sv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib2sv_v_item, { "v", "x11.glx.render.VertexAttrib2sv.v", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib3dv_index, { "index", "x11.glx.render.VertexAttrib3dv.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_VertexAttrib3dv_v, { "v", "x11.glx.render.VertexAttrib3dv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_VertexAttrib3dv_v, { "v", "x11.glx.render.VertexAttrib3dv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib3dv_v_item, { "v", "x11.glx.render.VertexAttrib3dv.v", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib3sv_index, { "index", "x11.glx.render.VertexAttrib3sv.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_VertexAttrib3sv_v, { "v", "x11.glx.render.VertexAttrib3sv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_VertexAttrib3sv_v, { "v", "x11.glx.render.VertexAttrib3sv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib3sv_v_item, { "v", "x11.glx.render.VertexAttrib3sv.v", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib4Nbv_index, { "index", "x11.glx.render.VertexAttrib4Nbv.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib4Nbv_v, { "v", "x11.glx.render.VertexAttrib4Nbv.v", FT_INT8, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib4Niv_index, { "index", "x11.glx.render.VertexAttrib4Niv.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_VertexAttrib4Niv_v, { "v", "x11.glx.render.VertexAttrib4Niv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_VertexAttrib4Niv_v, { "v", "x11.glx.render.VertexAttrib4Niv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib4Niv_v_item, { "v", "x11.glx.render.VertexAttrib4Niv.v", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib4Nsv_index, { "index", "x11.glx.render.VertexAttrib4Nsv.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_VertexAttrib4Nsv_v, { "v", "x11.glx.render.VertexAttrib4Nsv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_VertexAttrib4Nsv_v, { "v", "x11.glx.render.VertexAttrib4Nsv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib4Nsv_v_item, { "v", "x11.glx.render.VertexAttrib4Nsv.v", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib4Nubv_index, { "index", "x11.glx.render.VertexAttrib4Nubv.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib4Nubv_v, { "v", "x11.glx.render.VertexAttrib4Nubv.v", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib4Nuiv_index, { "index", "x11.glx.render.VertexAttrib4Nuiv.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_VertexAttrib4Nuiv_v, { "v", "x11.glx.render.VertexAttrib4Nuiv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_VertexAttrib4Nuiv_v, { "v", "x11.glx.render.VertexAttrib4Nuiv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib4Nuiv_v_item, { "v", "x11.glx.render.VertexAttrib4Nuiv.v", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib4Nusv_index, { "index", "x11.glx.render.VertexAttrib4Nusv.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_VertexAttrib4Nusv_v, { "v", "x11.glx.render.VertexAttrib4Nusv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_VertexAttrib4Nusv_v, { "v", "x11.glx.render.VertexAttrib4Nusv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib4Nusv_v_item, { "v", "x11.glx.render.VertexAttrib4Nusv.v", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib4bv_index, { "index", "x11.glx.render.VertexAttrib4bv.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib4bv_v, { "v", "x11.glx.render.VertexAttrib4bv.v", FT_INT8, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib4dv_index, { "index", "x11.glx.render.VertexAttrib4dv.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_VertexAttrib4dv_v, { "v", "x11.glx.render.VertexAttrib4dv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_VertexAttrib4dv_v, { "v", "x11.glx.render.VertexAttrib4dv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib4dv_v_item, { "v", "x11.glx.render.VertexAttrib4dv.v", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib4iv_index, { "index", "x11.glx.render.VertexAttrib4iv.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_VertexAttrib4iv_v, { "v", "x11.glx.render.VertexAttrib4iv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_VertexAttrib4iv_v, { "v", "x11.glx.render.VertexAttrib4iv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib4iv_v_item, { "v", "x11.glx.render.VertexAttrib4iv.v", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib4sv_index, { "index", "x11.glx.render.VertexAttrib4sv.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_VertexAttrib4sv_v, { "v", "x11.glx.render.VertexAttrib4sv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_VertexAttrib4sv_v, { "v", "x11.glx.render.VertexAttrib4sv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib4sv_v_item, { "v", "x11.glx.render.VertexAttrib4sv.v", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib4ubv_index, { "index", "x11.glx.render.VertexAttrib4ubv.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib4ubv_v, { "v", "x11.glx.render.VertexAttrib4ubv.v", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib4uiv_index, { "index", "x11.glx.render.VertexAttrib4uiv.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_VertexAttrib4uiv_v, { "v", "x11.glx.render.VertexAttrib4uiv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_VertexAttrib4uiv_v, { "v", "x11.glx.render.VertexAttrib4uiv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib4uiv_v_item, { "v", "x11.glx.render.VertexAttrib4uiv.v", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib4usv_index, { "index", "x11.glx.render.VertexAttrib4usv.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_VertexAttrib4usv_v, { "v", "x11.glx.render.VertexAttrib4usv.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_VertexAttrib4usv_v, { "v", "x11.glx.render.VertexAttrib4usv.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib4usv_v_item, { "v", "x11.glx.render.VertexAttrib4usv.v", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_MultiTexCoord1fvARB_target, { "target", "x11.glx.render.MultiTexCoord1fvARB.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
-{ &hf_x11_glx_render_MultiTexCoord1fvARB_v, { "v", "x11.glx.render.MultiTexCoord1fvARB.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_MultiTexCoord1fvARB_v, { "v", "x11.glx.render.MultiTexCoord1fvARB.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_MultiTexCoord1fvARB_v_item, { "v", "x11.glx.render.MultiTexCoord1fvARB.v", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_MultiTexCoord2fvARB_target, { "target", "x11.glx.render.MultiTexCoord2fvARB.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
-{ &hf_x11_glx_render_MultiTexCoord2fvARB_v, { "v", "x11.glx.render.MultiTexCoord2fvARB.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_MultiTexCoord2fvARB_v, { "v", "x11.glx.render.MultiTexCoord2fvARB.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_MultiTexCoord2fvARB_v_item, { "v", "x11.glx.render.MultiTexCoord2fvARB.v", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_MultiTexCoord3fvARB_target, { "target", "x11.glx.render.MultiTexCoord3fvARB.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
-{ &hf_x11_glx_render_MultiTexCoord3fvARB_v, { "v", "x11.glx.render.MultiTexCoord3fvARB.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_MultiTexCoord3fvARB_v, { "v", "x11.glx.render.MultiTexCoord3fvARB.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_MultiTexCoord3fvARB_v_item, { "v", "x11.glx.render.MultiTexCoord3fvARB.v", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_MultiTexCoord4fvARB_target, { "target", "x11.glx.render.MultiTexCoord4fvARB.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
-{ &hf_x11_glx_render_MultiTexCoord4fvARB_v, { "v", "x11.glx.render.MultiTexCoord4fvARB.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_MultiTexCoord4fvARB_v, { "v", "x11.glx.render.MultiTexCoord4fvARB.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_MultiTexCoord4fvARB_v_item, { "v", "x11.glx.render.MultiTexCoord4fvARB.v", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_CurrentPaletteMatrixARB_index, { "index", "x11.glx.render.CurrentPaletteMatrixARB.index", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_MatrixIndexubvARB_size, { "size", "x11.glx.render.MatrixIndexubvARB.size", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_MatrixIndexubvARB_indices, { "indices", "x11.glx.render.MatrixIndexubvARB.indices", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_MatrixIndexusvARB_size, { "size", "x11.glx.render.MatrixIndexusvARB.size", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_MatrixIndexusvARB_indices, { "indices", "x11.glx.render.MatrixIndexusvARB.indices", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_MatrixIndexusvARB_indices, { "indices", "x11.glx.render.MatrixIndexusvARB.indices.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_MatrixIndexusvARB_indices_item, { "indices", "x11.glx.render.MatrixIndexusvARB.indices", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_MatrixIndexuivARB_size, { "size", "x11.glx.render.MatrixIndexuivARB.size", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_MatrixIndexuivARB_indices, { "indices", "x11.glx.render.MatrixIndexuivARB.indices", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_MatrixIndexuivARB_indices, { "indices", "x11.glx.render.MatrixIndexuivARB.indices.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_MatrixIndexuivARB_indices_item, { "indices", "x11.glx.render.MatrixIndexuivARB.indices", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib1fvARB_index, { "index", "x11.glx.render.VertexAttrib1fvARB.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_VertexAttrib1fvARB_v, { "v", "x11.glx.render.VertexAttrib1fvARB.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_VertexAttrib1fvARB_v, { "v", "x11.glx.render.VertexAttrib1fvARB.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib1fvARB_v_item, { "v", "x11.glx.render.VertexAttrib1fvARB.v", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib2fvARB_index, { "index", "x11.glx.render.VertexAttrib2fvARB.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_VertexAttrib2fvARB_v, { "v", "x11.glx.render.VertexAttrib2fvARB.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_VertexAttrib2fvARB_v, { "v", "x11.glx.render.VertexAttrib2fvARB.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib2fvARB_v_item, { "v", "x11.glx.render.VertexAttrib2fvARB.v", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib3fvARB_index, { "index", "x11.glx.render.VertexAttrib3fvARB.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_VertexAttrib3fvARB_v, { "v", "x11.glx.render.VertexAttrib3fvARB.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_VertexAttrib3fvARB_v, { "v", "x11.glx.render.VertexAttrib3fvARB.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib3fvARB_v_item, { "v", "x11.glx.render.VertexAttrib3fvARB.v", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib4fvARB_index, { "index", "x11.glx.render.VertexAttrib4fvARB.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_VertexAttrib4fvARB_v, { "v", "x11.glx.render.VertexAttrib4fvARB.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_VertexAttrib4fvARB_v, { "v", "x11.glx.render.VertexAttrib4fvARB.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib4fvARB_v_item, { "v", "x11.glx.render.VertexAttrib4fvARB.v", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_ProgramStringARB_target, { "target", "x11.glx.render.ProgramStringARB.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_ProgramStringARB_format, { "format", "x11.glx.render.ProgramStringARB.format", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
@@ -1485,26 +1485,26 @@
{ &hf_x11_glx_render_BindProgramARB_program, { "program", "x11.glx.render.BindProgramARB.program", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_ProgramEnvParameter4dvARB_target, { "target", "x11.glx.render.ProgramEnvParameter4dvARB.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_ProgramEnvParameter4dvARB_index, { "index", "x11.glx.render.ProgramEnvParameter4dvARB.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_ProgramEnvParameter4dvARB_params, { "params", "x11.glx.render.ProgramEnvParameter4dvARB.params", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_ProgramEnvParameter4dvARB_params, { "params", "x11.glx.render.ProgramEnvParameter4dvARB.params.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_ProgramEnvParameter4dvARB_params_item, { "params", "x11.glx.render.ProgramEnvParameter4dvARB.params", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_ProgramEnvParameter4fvARB_target, { "target", "x11.glx.render.ProgramEnvParameter4fvARB.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_ProgramEnvParameter4fvARB_index, { "index", "x11.glx.render.ProgramEnvParameter4fvARB.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_ProgramEnvParameter4fvARB_params, { "params", "x11.glx.render.ProgramEnvParameter4fvARB.params", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_ProgramEnvParameter4fvARB_params, { "params", "x11.glx.render.ProgramEnvParameter4fvARB.params.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_ProgramEnvParameter4fvARB_params_item, { "params", "x11.glx.render.ProgramEnvParameter4fvARB.params", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_ProgramLocalParameter4dvARB_target, { "target", "x11.glx.render.ProgramLocalParameter4dvARB.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_ProgramLocalParameter4dvARB_index, { "index", "x11.glx.render.ProgramLocalParameter4dvARB.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_ProgramLocalParameter4dvARB_params, { "params", "x11.glx.render.ProgramLocalParameter4dvARB.params", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_ProgramLocalParameter4dvARB_params, { "params", "x11.glx.render.ProgramLocalParameter4dvARB.params.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_ProgramLocalParameter4dvARB_params_item, { "params", "x11.glx.render.ProgramLocalParameter4dvARB.params", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_ProgramLocalParameter4fvARB_target, { "target", "x11.glx.render.ProgramLocalParameter4fvARB.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_ProgramLocalParameter4fvARB_index, { "index", "x11.glx.render.ProgramLocalParameter4fvARB.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_ProgramLocalParameter4fvARB_params, { "params", "x11.glx.render.ProgramLocalParameter4fvARB.params", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_ProgramLocalParameter4fvARB_params, { "params", "x11.glx.render.ProgramLocalParameter4fvARB.params.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_ProgramLocalParameter4fvARB_params_item, { "params", "x11.glx.render.ProgramLocalParameter4fvARB.params", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_PolygonOffsetEXT_factor, { "factor", "x11.glx.render.PolygonOffsetEXT.factor", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_PolygonOffsetEXT_bias, { "bias", "x11.glx.render.PolygonOffsetEXT.bias", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexFilterFuncSGIS_target, { "target", "x11.glx.render.TexFilterFuncSGIS.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexFilterFuncSGIS_filter, { "filter", "x11.glx.render.TexFilterFuncSGIS.filter", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexFilterFuncSGIS_n, { "n", "x11.glx.render.TexFilterFuncSGIS.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_TexFilterFuncSGIS_weights, { "weights", "x11.glx.render.TexFilterFuncSGIS.weights", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_TexFilterFuncSGIS_weights, { "weights", "x11.glx.render.TexFilterFuncSGIS.weights.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexFilterFuncSGIS_weights_item, { "weights", "x11.glx.render.TexFilterFuncSGIS.weights", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexImage4DSGIS_target, { "target", "x11.glx.render.TexImage4DSGIS.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_TexImage4DSGIS_level, { "level", "x11.glx.render.TexImage4DSGIS.level", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
@@ -1545,35 +1545,35 @@
{ &hf_x11_glx_render_TexSubImage4DSGIS_alignment, { "alignment", "x11.glx.render.TexSubImage4DSGIS.alignment", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_DetailTexFuncSGIS_target, { "target", "x11.glx.render.DetailTexFuncSGIS.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_DetailTexFuncSGIS_n, { "n", "x11.glx.render.DetailTexFuncSGIS.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_DetailTexFuncSGIS_points, { "points", "x11.glx.render.DetailTexFuncSGIS.points", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_DetailTexFuncSGIS_points, { "points", "x11.glx.render.DetailTexFuncSGIS.points.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_DetailTexFuncSGIS_points_item, { "points", "x11.glx.render.DetailTexFuncSGIS.points", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_SharpenTexFuncSGIS_target, { "target", "x11.glx.render.SharpenTexFuncSGIS.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_SharpenTexFuncSGIS_n, { "n", "x11.glx.render.SharpenTexFuncSGIS.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_SharpenTexFuncSGIS_points, { "points", "x11.glx.render.SharpenTexFuncSGIS.points", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_SharpenTexFuncSGIS_points, { "points", "x11.glx.render.SharpenTexFuncSGIS.points.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_SharpenTexFuncSGIS_points_item, { "points", "x11.glx.render.SharpenTexFuncSGIS.points", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_SampleMaskSGIS_value, { "value", "x11.glx.render.SampleMaskSGIS.value", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_SampleMaskSGIS_invert, { "invert", "x11.glx.render.SampleMaskSGIS.invert", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_SamplePatternSGIS_pattern, { "pattern", "x11.glx.render.SamplePatternSGIS.pattern", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_FrameZoomSGIX_factor, { "factor", "x11.glx.render.FrameZoomSGIX.factor", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_ReferencePlaneSGIX_equation, { "equation", "x11.glx.render.ReferencePlaneSGIX.equation", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_ReferencePlaneSGIX_equation, { "equation", "x11.glx.render.ReferencePlaneSGIX.equation.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_ReferencePlaneSGIX_equation_item, { "equation", "x11.glx.render.ReferencePlaneSGIX.equation", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_FogFuncSGIS_n, { "n", "x11.glx.render.FogFuncSGIS.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_FogFuncSGIS_points, { "points", "x11.glx.render.FogFuncSGIS.points", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_FogFuncSGIS_points, { "points", "x11.glx.render.FogFuncSGIS.points.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_FogFuncSGIS_points_item, { "points", "x11.glx.render.FogFuncSGIS.points", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_SecondaryColor3fvEXT_v, { "v", "x11.glx.render.SecondaryColor3fvEXT.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_SecondaryColor3fvEXT_v, { "v", "x11.glx.render.SecondaryColor3fvEXT.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_SecondaryColor3fvEXT_v_item, { "v", "x11.glx.render.SecondaryColor3fvEXT.v", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_FogCoordfvEXT_coord, { "coord", "x11.glx.render.FogCoordfvEXT.coord", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_FogCoordfvEXT_coord, { "coord", "x11.glx.render.FogCoordfvEXT.coord.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_FogCoordfvEXT_coord_item, { "coord", "x11.glx.render.FogCoordfvEXT.coord", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_PixelTexGenSGIX_mode, { "mode", "x11.glx.render.PixelTexGenSGIX.mode", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
-{ &hf_x11_glx_render_VertexWeightfvEXT_weight, { "weight", "x11.glx.render.VertexWeightfvEXT.weight", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_VertexWeightfvEXT_weight, { "weight", "x11.glx.render.VertexWeightfvEXT.weight.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexWeightfvEXT_weight_item, { "weight", "x11.glx.render.VertexWeightfvEXT.weight", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_CombinerParameterfvNV_pname, { "pname", "x11.glx.render.CombinerParameterfvNV.pname", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
-{ &hf_x11_glx_render_CombinerParameterfvNV_params, { "params", "x11.glx.render.CombinerParameterfvNV.params", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_CombinerParameterfvNV_params, { "params", "x11.glx.render.CombinerParameterfvNV.params.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_CombinerParameterfvNV_params_item, { "params", "x11.glx.render.CombinerParameterfvNV.params", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_CombinerParameterfNV_pname, { "pname", "x11.glx.render.CombinerParameterfNV.pname", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_CombinerParameterfNV_param, { "param", "x11.glx.render.CombinerParameterfNV.param", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_CombinerParameterivNV_pname, { "pname", "x11.glx.render.CombinerParameterivNV.pname", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
-{ &hf_x11_glx_render_CombinerParameterivNV_params, { "params", "x11.glx.render.CombinerParameterivNV.params", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_CombinerParameterivNV_params, { "params", "x11.glx.render.CombinerParameterivNV.params.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_CombinerParameterivNV_params_item, { "params", "x11.glx.render.CombinerParameterivNV.params", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_CombinerParameteriNV_pname, { "pname", "x11.glx.render.CombinerParameteriNV.pname", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_CombinerParameteriNV_param, { "param", "x11.glx.render.CombinerParameteriNV.param", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
@@ -1603,7 +1603,7 @@
{ &hf_x11_glx_render_TextureColorMaskSGIS_alpha, { "alpha", "x11.glx.render.TextureColorMaskSGIS.alpha", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_ExecuteProgramNV_target, { "target", "x11.glx.render.ExecuteProgramNV.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_ExecuteProgramNV_id, { "id", "x11.glx.render.ExecuteProgramNV.id", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_ExecuteProgramNV_params, { "params", "x11.glx.render.ExecuteProgramNV.params", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_ExecuteProgramNV_params, { "params", "x11.glx.render.ExecuteProgramNV.params.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_ExecuteProgramNV_params_item, { "params", "x11.glx.render.ExecuteProgramNV.params", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_LoadProgramNV_target, { "target", "x11.glx.render.LoadProgramNV.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_LoadProgramNV_id, { "id", "x11.glx.render.LoadProgramNV.id", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -1612,105 +1612,105 @@
{ &hf_x11_glx_render_ProgramParameters4dvNV_target, { "target", "x11.glx.render.ProgramParameters4dvNV.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_ProgramParameters4dvNV_index, { "index", "x11.glx.render.ProgramParameters4dvNV.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_ProgramParameters4dvNV_num, { "num", "x11.glx.render.ProgramParameters4dvNV.num", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_ProgramParameters4dvNV_params, { "params", "x11.glx.render.ProgramParameters4dvNV.params", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_ProgramParameters4dvNV_params, { "params", "x11.glx.render.ProgramParameters4dvNV.params.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_ProgramParameters4dvNV_params_item, { "params", "x11.glx.render.ProgramParameters4dvNV.params", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_ProgramParameters4fvNV_target, { "target", "x11.glx.render.ProgramParameters4fvNV.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_ProgramParameters4fvNV_index, { "index", "x11.glx.render.ProgramParameters4fvNV.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_ProgramParameters4fvNV_num, { "num", "x11.glx.render.ProgramParameters4fvNV.num", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_ProgramParameters4fvNV_params, { "params", "x11.glx.render.ProgramParameters4fvNV.params", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_ProgramParameters4fvNV_params, { "params", "x11.glx.render.ProgramParameters4fvNV.params.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_ProgramParameters4fvNV_params_item, { "params", "x11.glx.render.ProgramParameters4fvNV.params", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_RequestResidentProgramsNV_n, { "n", "x11.glx.render.RequestResidentProgramsNV.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_RequestResidentProgramsNV_ids, { "ids", "x11.glx.render.RequestResidentProgramsNV.ids", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_RequestResidentProgramsNV_ids, { "ids", "x11.glx.render.RequestResidentProgramsNV.ids.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_RequestResidentProgramsNV_ids_item, { "ids", "x11.glx.render.RequestResidentProgramsNV.ids", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_TrackMatrixNV_target, { "target", "x11.glx.render.TrackMatrixNV.target", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_TrackMatrixNV_address, { "address", "x11.glx.render.TrackMatrixNV.address", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_TrackMatrixNV_matrix, { "matrix", "x11.glx.render.TrackMatrixNV.matrix", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_TrackMatrixNV_transform, { "transform", "x11.glx.render.TrackMatrixNV.transform", FT_UINT32, BASE_HEX, VALS(mesa_enum), 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib1svNV_index, { "index", "x11.glx.render.VertexAttrib1svNV.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_VertexAttrib1svNV_v, { "v", "x11.glx.render.VertexAttrib1svNV.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_VertexAttrib1svNV_v, { "v", "x11.glx.render.VertexAttrib1svNV.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib1svNV_v_item, { "v", "x11.glx.render.VertexAttrib1svNV.v", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib2svNV_index, { "index", "x11.glx.render.VertexAttrib2svNV.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_VertexAttrib2svNV_v, { "v", "x11.glx.render.VertexAttrib2svNV.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_VertexAttrib2svNV_v, { "v", "x11.glx.render.VertexAttrib2svNV.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib2svNV_v_item, { "v", "x11.glx.render.VertexAttrib2svNV.v", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib3svNV_index, { "index", "x11.glx.render.VertexAttrib3svNV.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_VertexAttrib3svNV_v, { "v", "x11.glx.render.VertexAttrib3svNV.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_VertexAttrib3svNV_v, { "v", "x11.glx.render.VertexAttrib3svNV.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib3svNV_v_item, { "v", "x11.glx.render.VertexAttrib3svNV.v", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib4svNV_index, { "index", "x11.glx.render.VertexAttrib4svNV.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_VertexAttrib4svNV_v, { "v", "x11.glx.render.VertexAttrib4svNV.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_VertexAttrib4svNV_v, { "v", "x11.glx.render.VertexAttrib4svNV.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib4svNV_v_item, { "v", "x11.glx.render.VertexAttrib4svNV.v", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib1fvNV_index, { "index", "x11.glx.render.VertexAttrib1fvNV.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_VertexAttrib1fvNV_v, { "v", "x11.glx.render.VertexAttrib1fvNV.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_VertexAttrib1fvNV_v, { "v", "x11.glx.render.VertexAttrib1fvNV.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib1fvNV_v_item, { "v", "x11.glx.render.VertexAttrib1fvNV.v", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib2fvNV_index, { "index", "x11.glx.render.VertexAttrib2fvNV.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_VertexAttrib2fvNV_v, { "v", "x11.glx.render.VertexAttrib2fvNV.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_VertexAttrib2fvNV_v, { "v", "x11.glx.render.VertexAttrib2fvNV.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib2fvNV_v_item, { "v", "x11.glx.render.VertexAttrib2fvNV.v", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib3fvNV_index, { "index", "x11.glx.render.VertexAttrib3fvNV.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_VertexAttrib3fvNV_v, { "v", "x11.glx.render.VertexAttrib3fvNV.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_VertexAttrib3fvNV_v, { "v", "x11.glx.render.VertexAttrib3fvNV.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib3fvNV_v_item, { "v", "x11.glx.render.VertexAttrib3fvNV.v", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib4fvNV_index, { "index", "x11.glx.render.VertexAttrib4fvNV.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_VertexAttrib4fvNV_v, { "v", "x11.glx.render.VertexAttrib4fvNV.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_VertexAttrib4fvNV_v, { "v", "x11.glx.render.VertexAttrib4fvNV.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib4fvNV_v_item, { "v", "x11.glx.render.VertexAttrib4fvNV.v", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib1dvNV_index, { "index", "x11.glx.render.VertexAttrib1dvNV.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_VertexAttrib1dvNV_v, { "v", "x11.glx.render.VertexAttrib1dvNV.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_VertexAttrib1dvNV_v, { "v", "x11.glx.render.VertexAttrib1dvNV.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib1dvNV_v_item, { "v", "x11.glx.render.VertexAttrib1dvNV.v", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib2dvNV_index, { "index", "x11.glx.render.VertexAttrib2dvNV.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_VertexAttrib2dvNV_v, { "v", "x11.glx.render.VertexAttrib2dvNV.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_VertexAttrib2dvNV_v, { "v", "x11.glx.render.VertexAttrib2dvNV.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib2dvNV_v_item, { "v", "x11.glx.render.VertexAttrib2dvNV.v", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib3dvNV_index, { "index", "x11.glx.render.VertexAttrib3dvNV.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_VertexAttrib3dvNV_v, { "v", "x11.glx.render.VertexAttrib3dvNV.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_VertexAttrib3dvNV_v, { "v", "x11.glx.render.VertexAttrib3dvNV.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib3dvNV_v_item, { "v", "x11.glx.render.VertexAttrib3dvNV.v", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib4dvNV_index, { "index", "x11.glx.render.VertexAttrib4dvNV.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_VertexAttrib4dvNV_v, { "v", "x11.glx.render.VertexAttrib4dvNV.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_VertexAttrib4dvNV_v, { "v", "x11.glx.render.VertexAttrib4dvNV.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib4dvNV_v_item, { "v", "x11.glx.render.VertexAttrib4dvNV.v", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib4ubvNV_index, { "index", "x11.glx.render.VertexAttrib4ubvNV.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttrib4ubvNV_v, { "v", "x11.glx.render.VertexAttrib4ubvNV.v", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttribs1svNV_index, { "index", "x11.glx.render.VertexAttribs1svNV.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttribs1svNV_n, { "n", "x11.glx.render.VertexAttribs1svNV.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_VertexAttribs1svNV_v, { "v", "x11.glx.render.VertexAttribs1svNV.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_VertexAttribs1svNV_v, { "v", "x11.glx.render.VertexAttribs1svNV.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttribs1svNV_v_item, { "v", "x11.glx.render.VertexAttribs1svNV.v", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttribs2svNV_index, { "index", "x11.glx.render.VertexAttribs2svNV.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttribs2svNV_n, { "n", "x11.glx.render.VertexAttribs2svNV.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_VertexAttribs2svNV_v, { "v", "x11.glx.render.VertexAttribs2svNV.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_VertexAttribs2svNV_v, { "v", "x11.glx.render.VertexAttribs2svNV.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttribs2svNV_v_item, { "v", "x11.glx.render.VertexAttribs2svNV.v", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttribs3svNV_index, { "index", "x11.glx.render.VertexAttribs3svNV.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttribs3svNV_n, { "n", "x11.glx.render.VertexAttribs3svNV.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_VertexAttribs3svNV_v, { "v", "x11.glx.render.VertexAttribs3svNV.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_VertexAttribs3svNV_v, { "v", "x11.glx.render.VertexAttribs3svNV.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttribs3svNV_v_item, { "v", "x11.glx.render.VertexAttribs3svNV.v", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttribs4svNV_index, { "index", "x11.glx.render.VertexAttribs4svNV.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttribs4svNV_n, { "n", "x11.glx.render.VertexAttribs4svNV.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_VertexAttribs4svNV_v, { "v", "x11.glx.render.VertexAttribs4svNV.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_VertexAttribs4svNV_v, { "v", "x11.glx.render.VertexAttribs4svNV.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttribs4svNV_v_item, { "v", "x11.glx.render.VertexAttribs4svNV.v", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttribs1fvNV_index, { "index", "x11.glx.render.VertexAttribs1fvNV.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttribs1fvNV_n, { "n", "x11.glx.render.VertexAttribs1fvNV.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_VertexAttribs1fvNV_v, { "v", "x11.glx.render.VertexAttribs1fvNV.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_VertexAttribs1fvNV_v, { "v", "x11.glx.render.VertexAttribs1fvNV.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttribs1fvNV_v_item, { "v", "x11.glx.render.VertexAttribs1fvNV.v", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttribs2fvNV_index, { "index", "x11.glx.render.VertexAttribs2fvNV.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttribs2fvNV_n, { "n", "x11.glx.render.VertexAttribs2fvNV.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_VertexAttribs2fvNV_v, { "v", "x11.glx.render.VertexAttribs2fvNV.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_VertexAttribs2fvNV_v, { "v", "x11.glx.render.VertexAttribs2fvNV.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttribs2fvNV_v_item, { "v", "x11.glx.render.VertexAttribs2fvNV.v", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttribs3fvNV_index, { "index", "x11.glx.render.VertexAttribs3fvNV.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttribs3fvNV_n, { "n", "x11.glx.render.VertexAttribs3fvNV.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_VertexAttribs3fvNV_v, { "v", "x11.glx.render.VertexAttribs3fvNV.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_VertexAttribs3fvNV_v, { "v", "x11.glx.render.VertexAttribs3fvNV.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttribs3fvNV_v_item, { "v", "x11.glx.render.VertexAttribs3fvNV.v", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttribs4fvNV_index, { "index", "x11.glx.render.VertexAttribs4fvNV.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttribs4fvNV_n, { "n", "x11.glx.render.VertexAttribs4fvNV.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_VertexAttribs4fvNV_v, { "v", "x11.glx.render.VertexAttribs4fvNV.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_VertexAttribs4fvNV_v, { "v", "x11.glx.render.VertexAttribs4fvNV.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttribs4fvNV_v_item, { "v", "x11.glx.render.VertexAttribs4fvNV.v", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttribs1dvNV_index, { "index", "x11.glx.render.VertexAttribs1dvNV.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttribs1dvNV_n, { "n", "x11.glx.render.VertexAttribs1dvNV.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_VertexAttribs1dvNV_v, { "v", "x11.glx.render.VertexAttribs1dvNV.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_VertexAttribs1dvNV_v, { "v", "x11.glx.render.VertexAttribs1dvNV.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttribs1dvNV_v_item, { "v", "x11.glx.render.VertexAttribs1dvNV.v", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttribs2dvNV_index, { "index", "x11.glx.render.VertexAttribs2dvNV.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttribs2dvNV_n, { "n", "x11.glx.render.VertexAttribs2dvNV.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_VertexAttribs2dvNV_v, { "v", "x11.glx.render.VertexAttribs2dvNV.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_VertexAttribs2dvNV_v, { "v", "x11.glx.render.VertexAttribs2dvNV.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttribs2dvNV_v_item, { "v", "x11.glx.render.VertexAttribs2dvNV.v", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttribs3dvNV_index, { "index", "x11.glx.render.VertexAttribs3dvNV.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttribs3dvNV_n, { "n", "x11.glx.render.VertexAttribs3dvNV.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_VertexAttribs3dvNV_v, { "v", "x11.glx.render.VertexAttribs3dvNV.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_VertexAttribs3dvNV_v, { "v", "x11.glx.render.VertexAttribs3dvNV.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttribs3dvNV_v_item, { "v", "x11.glx.render.VertexAttribs3dvNV.v", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttribs4dvNV_index, { "index", "x11.glx.render.VertexAttribs4dvNV.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttribs4dvNV_n, { "n", "x11.glx.render.VertexAttribs4dvNV.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_VertexAttribs4dvNV_v, { "v", "x11.glx.render.VertexAttribs4dvNV.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_VertexAttribs4dvNV_v, { "v", "x11.glx.render.VertexAttribs4dvNV.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttribs4dvNV_v_item, { "v", "x11.glx.render.VertexAttribs4dvNV.v", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttribs4ubvNV_index, { "index", "x11.glx.render.VertexAttribs4ubvNV.index", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_VertexAttribs4ubvNV_n, { "n", "x11.glx.render.VertexAttribs4ubvNV.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -1719,12 +1719,12 @@
{ &hf_x11_glx_render_ProgramNamedParameter4fvNV_id, { "id", "x11.glx.render.ProgramNamedParameter4fvNV.id", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_ProgramNamedParameter4fvNV_len, { "len", "x11.glx.render.ProgramNamedParameter4fvNV.len", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_ProgramNamedParameter4fvNV_name, { "name", "x11.glx.render.ProgramNamedParameter4fvNV.name", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_ProgramNamedParameter4fvNV_v, { "v", "x11.glx.render.ProgramNamedParameter4fvNV.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_ProgramNamedParameter4fvNV_v, { "v", "x11.glx.render.ProgramNamedParameter4fvNV.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_ProgramNamedParameter4fvNV_v_item, { "v", "x11.glx.render.ProgramNamedParameter4fvNV.v", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_ProgramNamedParameter4dvNV_id, { "id", "x11.glx.render.ProgramNamedParameter4dvNV.id", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_ProgramNamedParameter4dvNV_len, { "len", "x11.glx.render.ProgramNamedParameter4dvNV.len", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_ProgramNamedParameter4dvNV_name, { "name", "x11.glx.render.ProgramNamedParameter4dvNV.name", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_render_ProgramNamedParameter4dvNV_v, { "v", "x11.glx.render.ProgramNamedParameter4dvNV.v", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_render_ProgramNamedParameter4dvNV_v, { "v", "x11.glx.render.ProgramNamedParameter4dvNV.v.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_ProgramNamedParameter4dvNV_v_item, { "v", "x11.glx.render.ProgramNamedParameter4dvNV.v", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_DepthBoundsEXT_zmin, { "zmin", "x11.glx.render.DepthBoundsEXT.zmin", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_render_DepthBoundsEXT_zmax, { "zmax", "x11.glx.render.DepthBoundsEXT.zmax", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
@@ -1762,7 +1762,7 @@
{ &hf_x11_struct_render_PICTDEPTH, { "render_PICTDEPTH", "x11.struct.render_PICTDEPTH", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_render_PICTDEPTH_depth, { "depth", "x11.struct.render_PICTDEPTH.depth", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_render_PICTDEPTH_num_visuals, { "num_visuals", "x11.struct.render_PICTDEPTH.num_visuals", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_struct_render_PICTDEPTH_visuals, { "visuals", "x11.struct.render_PICTDEPTH.visuals", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_struct_render_PICTDEPTH_visuals, { "visuals", "x11.struct.render_PICTDEPTH.visuals.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_render_PICTDEPTH_visuals_item, { "visuals", "x11.struct.render_PICTDEPTH.visuals", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_render_PICTSCREEN, { "render_PICTSCREEN", "x11.struct.render_PICTSCREEN", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_render_PICTSCREEN_num_depths, { "num_depths", "x11.struct.render_PICTSCREEN.num_depths", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -1900,12 +1900,12 @@
{ &hf_x11_dri2_DestroyDrawable_drawable, { "drawable", "x11.dri2.DestroyDrawable.drawable", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_dri2_GetBuffers_drawable, { "drawable", "x11.dri2.GetBuffers.drawable", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_dri2_GetBuffers_count, { "count", "x11.dri2.GetBuffers.count", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_dri2_GetBuffers_attachments, { "attachments", "x11.dri2.GetBuffers.attachments", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_dri2_GetBuffers_attachments, { "attachments", "x11.dri2.GetBuffers.attachments.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_dri2_GetBuffers_attachments_item, { "attachments", "x11.dri2.GetBuffers.attachments", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_dri2_GetBuffers_reply_width, { "width", "x11.dri2.GetBuffers.reply.width", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_dri2_GetBuffers_reply_height, { "height", "x11.dri2.GetBuffers.reply.height", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_dri2_GetBuffers_reply_count, { "count", "x11.dri2.GetBuffers.reply.count", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_dri2_GetBuffers_reply_buffers, { "buffers", "x11.dri2.GetBuffers.reply.buffers", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_dri2_GetBuffers_reply_buffers, { "buffers", "x11.dri2.GetBuffers.reply.buffers.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_dri2_GetBuffers_reply_buffers_item, { "buffers", "x11.dri2.GetBuffers.reply.buffers", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_dri2_CopyRegion_drawable, { "drawable", "x11.dri2.CopyRegion.drawable", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_dri2_CopyRegion_region, { "region", "x11.dri2.CopyRegion.region", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -1913,12 +1913,12 @@
{ &hf_x11_dri2_CopyRegion_src, { "src", "x11.dri2.CopyRegion.src", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_dri2_GetBuffersWithFormat_drawable, { "drawable", "x11.dri2.GetBuffersWithFormat.drawable", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_dri2_GetBuffersWithFormat_count, { "count", "x11.dri2.GetBuffersWithFormat.count", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_dri2_GetBuffersWithFormat_attachments, { "attachments", "x11.dri2.GetBuffersWithFormat.attachments", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_dri2_GetBuffersWithFormat_attachments, { "attachments", "x11.dri2.GetBuffersWithFormat.attachments.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_dri2_GetBuffersWithFormat_attachments_item, { "attachments", "x11.dri2.GetBuffersWithFormat.attachments", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_dri2_GetBuffersWithFormat_reply_width, { "width", "x11.dri2.GetBuffersWithFormat.reply.width", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_dri2_GetBuffersWithFormat_reply_height, { "height", "x11.dri2.GetBuffersWithFormat.reply.height", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_dri2_GetBuffersWithFormat_reply_count, { "count", "x11.dri2.GetBuffersWithFormat.reply.count", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_dri2_GetBuffersWithFormat_reply_buffers, { "buffers", "x11.dri2.GetBuffersWithFormat.reply.buffers", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_dri2_GetBuffersWithFormat_reply_buffers, { "buffers", "x11.dri2.GetBuffersWithFormat.reply.buffers.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_dri2_GetBuffersWithFormat_reply_buffers_item, { "buffers", "x11.dri2.GetBuffersWithFormat.reply.buffers", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_dri2_SwapBuffers_drawable, { "drawable", "x11.dri2.SwapBuffers.drawable", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_dri2_SwapBuffers_target_msc_hi, { "target_msc_hi", "x11.dri2.SwapBuffers.target_msc_hi", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -2055,7 +2055,7 @@
{ &hf_x11_glx_GetVisualConfigs_screen, { "screen", "x11.glx.GetVisualConfigs.screen", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetVisualConfigs_reply_num_visuals, { "num_visuals", "x11.glx.GetVisualConfigs.reply.num_visuals", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetVisualConfigs_reply_num_properties, { "num_properties", "x11.glx.GetVisualConfigs.reply.num_properties", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_GetVisualConfigs_reply_property_list, { "property_list", "x11.glx.GetVisualConfigs.reply.property_list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_GetVisualConfigs_reply_property_list, { "property_list", "x11.glx.GetVisualConfigs.reply.property_list.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetVisualConfigs_reply_property_list_item, { "property_list", "x11.glx.GetVisualConfigs.reply.property_list", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_DestroyGLXPixmap_glx_pixmap, { "glx_pixmap", "x11.glx.DestroyGLXPixmap.glx_pixmap", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_VendorPrivate_vendor_code, { "vendor_code", "x11.glx.VendorPrivate.vendor_code", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -2080,14 +2080,14 @@
{ &hf_x11_glx_GetFBConfigs_screen, { "screen", "x11.glx.GetFBConfigs.screen", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetFBConfigs_reply_num_FB_configs, { "num_FB_configs", "x11.glx.GetFBConfigs.reply.num_FB_configs", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetFBConfigs_reply_num_properties, { "num_properties", "x11.glx.GetFBConfigs.reply.num_properties", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_GetFBConfigs_reply_property_list, { "property_list", "x11.glx.GetFBConfigs.reply.property_list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_GetFBConfigs_reply_property_list, { "property_list", "x11.glx.GetFBConfigs.reply.property_list.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetFBConfigs_reply_property_list_item, { "property_list", "x11.glx.GetFBConfigs.reply.property_list", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_CreatePixmap_screen, { "screen", "x11.glx.CreatePixmap.screen", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_CreatePixmap_fbconfig, { "fbconfig", "x11.glx.CreatePixmap.fbconfig", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_CreatePixmap_pixmap, { "pixmap", "x11.glx.CreatePixmap.pixmap", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_CreatePixmap_glx_pixmap, { "glx_pixmap", "x11.glx.CreatePixmap.glx_pixmap", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_CreatePixmap_num_attribs, { "num_attribs", "x11.glx.CreatePixmap.num_attribs", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_CreatePixmap_attribs, { "attribs", "x11.glx.CreatePixmap.attribs", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_CreatePixmap_attribs, { "attribs", "x11.glx.CreatePixmap.attribs.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_CreatePixmap_attribs_item, { "attribs", "x11.glx.CreatePixmap.attribs", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_DestroyPixmap_glx_pixmap, { "glx_pixmap", "x11.glx.DestroyPixmap.glx_pixmap", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_CreateNewContext_context, { "context", "x11.glx.CreateNewContext.context", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
@@ -2098,7 +2098,7 @@
{ &hf_x11_glx_CreateNewContext_is_direct, { "is_direct", "x11.glx.CreateNewContext.is_direct", FT_BOOLEAN, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_QueryContext_context, { "context", "x11.glx.QueryContext.context", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_QueryContext_reply_num_attribs, { "num_attribs", "x11.glx.QueryContext.reply.num_attribs", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_QueryContext_reply_attribs, { "attribs", "x11.glx.QueryContext.reply.attribs", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_QueryContext_reply_attribs, { "attribs", "x11.glx.QueryContext.reply.attribs.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_QueryContext_reply_attribs_item, { "attribs", "x11.glx.QueryContext.reply.attribs", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_MakeContextCurrent_old_context_tag, { "old_context_tag", "x11.glx.MakeContextCurrent.old_context_tag", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_MakeContextCurrent_drawable, { "drawable", "x11.glx.MakeContextCurrent.drawable", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
@@ -2109,23 +2109,23 @@
{ &hf_x11_glx_CreatePbuffer_fbconfig, { "fbconfig", "x11.glx.CreatePbuffer.fbconfig", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_CreatePbuffer_pbuffer, { "pbuffer", "x11.glx.CreatePbuffer.pbuffer", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_CreatePbuffer_num_attribs, { "num_attribs", "x11.glx.CreatePbuffer.num_attribs", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_CreatePbuffer_attribs, { "attribs", "x11.glx.CreatePbuffer.attribs", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_CreatePbuffer_attribs, { "attribs", "x11.glx.CreatePbuffer.attribs.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_CreatePbuffer_attribs_item, { "attribs", "x11.glx.CreatePbuffer.attribs", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_DestroyPbuffer_pbuffer, { "pbuffer", "x11.glx.DestroyPbuffer.pbuffer", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetDrawableAttributes_drawable, { "drawable", "x11.glx.GetDrawableAttributes.drawable", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetDrawableAttributes_reply_num_attribs, { "num_attribs", "x11.glx.GetDrawableAttributes.reply.num_attribs", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_GetDrawableAttributes_reply_attribs, { "attribs", "x11.glx.GetDrawableAttributes.reply.attribs", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_GetDrawableAttributes_reply_attribs, { "attribs", "x11.glx.GetDrawableAttributes.reply.attribs.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetDrawableAttributes_reply_attribs_item, { "attribs", "x11.glx.GetDrawableAttributes.reply.attribs", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_ChangeDrawableAttributes_drawable, { "drawable", "x11.glx.ChangeDrawableAttributes.drawable", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_ChangeDrawableAttributes_num_attribs, { "num_attribs", "x11.glx.ChangeDrawableAttributes.num_attribs", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_ChangeDrawableAttributes_attribs, { "attribs", "x11.glx.ChangeDrawableAttributes.attribs", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_ChangeDrawableAttributes_attribs, { "attribs", "x11.glx.ChangeDrawableAttributes.attribs.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_ChangeDrawableAttributes_attribs_item, { "attribs", "x11.glx.ChangeDrawableAttributes.attribs", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_CreateWindow_screen, { "screen", "x11.glx.CreateWindow.screen", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_CreateWindow_fbconfig, { "fbconfig", "x11.glx.CreateWindow.fbconfig", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_CreateWindow_window, { "window", "x11.glx.CreateWindow.window", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_CreateWindow_glx_window, { "glx_window", "x11.glx.CreateWindow.glx_window", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_CreateWindow_num_attribs, { "num_attribs", "x11.glx.CreateWindow.num_attribs", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_CreateWindow_attribs, { "attribs", "x11.glx.CreateWindow.attribs", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_CreateWindow_attribs, { "attribs", "x11.glx.CreateWindow.attribs.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_CreateWindow_attribs_item, { "attribs", "x11.glx.CreateWindow.attribs", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_DeleteWindow_glxwindow, { "glxwindow", "x11.glx.DeleteWindow.glxwindow", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_SetClientInfoARB_major_version, { "major_version", "x11.glx.SetClientInfoARB.major_version", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -2133,7 +2133,7 @@
{ &hf_x11_glx_SetClientInfoARB_num_versions, { "num_versions", "x11.glx.SetClientInfoARB.num_versions", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_SetClientInfoARB_gl_str_len, { "gl_str_len", "x11.glx.SetClientInfoARB.gl_str_len", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_SetClientInfoARB_glx_str_len, { "glx_str_len", "x11.glx.SetClientInfoARB.glx_str_len", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_SetClientInfoARB_gl_versions, { "gl_versions", "x11.glx.SetClientInfoARB.gl_versions", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_SetClientInfoARB_gl_versions, { "gl_versions", "x11.glx.SetClientInfoARB.gl_versions.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_SetClientInfoARB_gl_versions_item, { "gl_versions", "x11.glx.SetClientInfoARB.gl_versions", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_SetClientInfoARB_gl_extension_string, { "gl_extension_string", "x11.glx.SetClientInfoARB.gl_extension_string", FT_STRING, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_SetClientInfoARB_glx_extension_string, { "glx_extension_string", "x11.glx.SetClientInfoARB.glx_extension_string", FT_STRING, BASE_NONE, NULL, 0, NULL, HFILL }},
@@ -2143,14 +2143,14 @@
{ &hf_x11_glx_CreateContextAttribsARB_share_list, { "share_list", "x11.glx.CreateContextAttribsARB.share_list", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_CreateContextAttribsARB_is_direct, { "is_direct", "x11.glx.CreateContextAttribsARB.is_direct", FT_BOOLEAN, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_CreateContextAttribsARB_num_attribs, { "num_attribs", "x11.glx.CreateContextAttribsARB.num_attribs", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_CreateContextAttribsARB_attribs, { "attribs", "x11.glx.CreateContextAttribsARB.attribs", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_CreateContextAttribsARB_attribs, { "attribs", "x11.glx.CreateContextAttribsARB.attribs.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_CreateContextAttribsARB_attribs_item, { "attribs", "x11.glx.CreateContextAttribsARB.attribs", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_SetClientInfo2ARB_major_version, { "major_version", "x11.glx.SetClientInfo2ARB.major_version", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_SetClientInfo2ARB_minor_version, { "minor_version", "x11.glx.SetClientInfo2ARB.minor_version", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_SetClientInfo2ARB_num_versions, { "num_versions", "x11.glx.SetClientInfo2ARB.num_versions", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_SetClientInfo2ARB_gl_str_len, { "gl_str_len", "x11.glx.SetClientInfo2ARB.gl_str_len", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_SetClientInfo2ARB_glx_str_len, { "glx_str_len", "x11.glx.SetClientInfo2ARB.glx_str_len", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_SetClientInfo2ARB_gl_versions, { "gl_versions", "x11.glx.SetClientInfo2ARB.gl_versions", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_SetClientInfo2ARB_gl_versions, { "gl_versions", "x11.glx.SetClientInfo2ARB.gl_versions.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_SetClientInfo2ARB_gl_versions_item, { "gl_versions", "x11.glx.SetClientInfo2ARB.gl_versions", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_SetClientInfo2ARB_gl_extension_string, { "gl_extension_string", "x11.glx.SetClientInfo2ARB.gl_extension_string", FT_STRING, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_SetClientInfo2ARB_glx_extension_string, { "glx_extension_string", "x11.glx.SetClientInfo2ARB.glx_extension_string", FT_STRING, BASE_NONE, NULL, 0, NULL, HFILL }},
@@ -2174,7 +2174,7 @@
{ &hf_x11_glx_RenderMode_reply_ret_val, { "ret_val", "x11.glx.RenderMode.reply.ret_val", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_RenderMode_reply_n, { "n", "x11.glx.RenderMode.reply.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_RenderMode_reply_new_mode, { "new_mode", "x11.glx.RenderMode.reply.new_mode", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_RenderMode_reply_data, { "data", "x11.glx.RenderMode.reply.data", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_RenderMode_reply_data, { "data", "x11.glx.RenderMode.reply.data.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_RenderMode_reply_data_item, { "data", "x11.glx.RenderMode.reply.data", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_Finish_context_tag, { "context_tag", "x11.glx.Finish.context_tag", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_PixelStoref_context_tag, { "context_tag", "x11.glx.PixelStoref.context_tag", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -2200,13 +2200,13 @@
{ &hf_x11_glx_GetBooleanv_reply_data, { "data", "x11.glx.GetBooleanv.reply.data", FT_BOOLEAN, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetClipPlane_context_tag, { "context_tag", "x11.glx.GetClipPlane.context_tag", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetClipPlane_plane, { "plane", "x11.glx.GetClipPlane.plane", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_GetClipPlane_reply_data, { "data", "x11.glx.GetClipPlane.reply.data", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_GetClipPlane_reply_data, { "data", "x11.glx.GetClipPlane.reply.data.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetClipPlane_reply_data_item, { "data", "x11.glx.GetClipPlane.reply.data", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetDoublev_context_tag, { "context_tag", "x11.glx.GetDoublev.context_tag", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetDoublev_pname, { "pname", "x11.glx.GetDoublev.pname", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetDoublev_reply_n, { "n", "x11.glx.GetDoublev.reply.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetDoublev_reply_datum, { "datum", "x11.glx.GetDoublev.reply.datum", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_GetDoublev_reply_data, { "data", "x11.glx.GetDoublev.reply.data", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_GetDoublev_reply_data, { "data", "x11.glx.GetDoublev.reply.data.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetDoublev_reply_data_item, { "data", "x11.glx.GetDoublev.reply.data", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetError_context_tag, { "context_tag", "x11.glx.GetError.context_tag", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetError_reply_error, { "error", "x11.glx.GetError.reply.error", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
@@ -2214,80 +2214,80 @@
{ &hf_x11_glx_GetFloatv_pname, { "pname", "x11.glx.GetFloatv.pname", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetFloatv_reply_n, { "n", "x11.glx.GetFloatv.reply.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetFloatv_reply_datum, { "datum", "x11.glx.GetFloatv.reply.datum", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_GetFloatv_reply_data, { "data", "x11.glx.GetFloatv.reply.data", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_GetFloatv_reply_data, { "data", "x11.glx.GetFloatv.reply.data.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetFloatv_reply_data_item, { "data", "x11.glx.GetFloatv.reply.data", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetIntegerv_context_tag, { "context_tag", "x11.glx.GetIntegerv.context_tag", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetIntegerv_pname, { "pname", "x11.glx.GetIntegerv.pname", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetIntegerv_reply_n, { "n", "x11.glx.GetIntegerv.reply.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetIntegerv_reply_datum, { "datum", "x11.glx.GetIntegerv.reply.datum", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_GetIntegerv_reply_data, { "data", "x11.glx.GetIntegerv.reply.data", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_GetIntegerv_reply_data, { "data", "x11.glx.GetIntegerv.reply.data.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetIntegerv_reply_data_item, { "data", "x11.glx.GetIntegerv.reply.data", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetLightfv_context_tag, { "context_tag", "x11.glx.GetLightfv.context_tag", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetLightfv_light, { "light", "x11.glx.GetLightfv.light", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetLightfv_pname, { "pname", "x11.glx.GetLightfv.pname", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetLightfv_reply_n, { "n", "x11.glx.GetLightfv.reply.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetLightfv_reply_datum, { "datum", "x11.glx.GetLightfv.reply.datum", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_GetLightfv_reply_data, { "data", "x11.glx.GetLightfv.reply.data", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_GetLightfv_reply_data, { "data", "x11.glx.GetLightfv.reply.data.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetLightfv_reply_data_item, { "data", "x11.glx.GetLightfv.reply.data", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetLightiv_context_tag, { "context_tag", "x11.glx.GetLightiv.context_tag", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetLightiv_light, { "light", "x11.glx.GetLightiv.light", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetLightiv_pname, { "pname", "x11.glx.GetLightiv.pname", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetLightiv_reply_n, { "n", "x11.glx.GetLightiv.reply.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetLightiv_reply_datum, { "datum", "x11.glx.GetLightiv.reply.datum", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_GetLightiv_reply_data, { "data", "x11.glx.GetLightiv.reply.data", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_GetLightiv_reply_data, { "data", "x11.glx.GetLightiv.reply.data.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetLightiv_reply_data_item, { "data", "x11.glx.GetLightiv.reply.data", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetMapdv_context_tag, { "context_tag", "x11.glx.GetMapdv.context_tag", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetMapdv_target, { "target", "x11.glx.GetMapdv.target", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetMapdv_query, { "query", "x11.glx.GetMapdv.query", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetMapdv_reply_n, { "n", "x11.glx.GetMapdv.reply.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetMapdv_reply_datum, { "datum", "x11.glx.GetMapdv.reply.datum", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_GetMapdv_reply_data, { "data", "x11.glx.GetMapdv.reply.data", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_GetMapdv_reply_data, { "data", "x11.glx.GetMapdv.reply.data.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetMapdv_reply_data_item, { "data", "x11.glx.GetMapdv.reply.data", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetMapfv_context_tag, { "context_tag", "x11.glx.GetMapfv.context_tag", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetMapfv_target, { "target", "x11.glx.GetMapfv.target", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetMapfv_query, { "query", "x11.glx.GetMapfv.query", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetMapfv_reply_n, { "n", "x11.glx.GetMapfv.reply.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetMapfv_reply_datum, { "datum", "x11.glx.GetMapfv.reply.datum", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_GetMapfv_reply_data, { "data", "x11.glx.GetMapfv.reply.data", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_GetMapfv_reply_data, { "data", "x11.glx.GetMapfv.reply.data.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetMapfv_reply_data_item, { "data", "x11.glx.GetMapfv.reply.data", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetMapiv_context_tag, { "context_tag", "x11.glx.GetMapiv.context_tag", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetMapiv_target, { "target", "x11.glx.GetMapiv.target", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetMapiv_query, { "query", "x11.glx.GetMapiv.query", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetMapiv_reply_n, { "n", "x11.glx.GetMapiv.reply.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetMapiv_reply_datum, { "datum", "x11.glx.GetMapiv.reply.datum", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_GetMapiv_reply_data, { "data", "x11.glx.GetMapiv.reply.data", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_GetMapiv_reply_data, { "data", "x11.glx.GetMapiv.reply.data.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetMapiv_reply_data_item, { "data", "x11.glx.GetMapiv.reply.data", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetMaterialfv_context_tag, { "context_tag", "x11.glx.GetMaterialfv.context_tag", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetMaterialfv_face, { "face", "x11.glx.GetMaterialfv.face", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetMaterialfv_pname, { "pname", "x11.glx.GetMaterialfv.pname", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetMaterialfv_reply_n, { "n", "x11.glx.GetMaterialfv.reply.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetMaterialfv_reply_datum, { "datum", "x11.glx.GetMaterialfv.reply.datum", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_GetMaterialfv_reply_data, { "data", "x11.glx.GetMaterialfv.reply.data", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_GetMaterialfv_reply_data, { "data", "x11.glx.GetMaterialfv.reply.data.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetMaterialfv_reply_data_item, { "data", "x11.glx.GetMaterialfv.reply.data", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetMaterialiv_context_tag, { "context_tag", "x11.glx.GetMaterialiv.context_tag", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetMaterialiv_face, { "face", "x11.glx.GetMaterialiv.face", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetMaterialiv_pname, { "pname", "x11.glx.GetMaterialiv.pname", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetMaterialiv_reply_n, { "n", "x11.glx.GetMaterialiv.reply.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetMaterialiv_reply_datum, { "datum", "x11.glx.GetMaterialiv.reply.datum", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_GetMaterialiv_reply_data, { "data", "x11.glx.GetMaterialiv.reply.data", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_GetMaterialiv_reply_data, { "data", "x11.glx.GetMaterialiv.reply.data.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetMaterialiv_reply_data_item, { "data", "x11.glx.GetMaterialiv.reply.data", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetPixelMapfv_context_tag, { "context_tag", "x11.glx.GetPixelMapfv.context_tag", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetPixelMapfv_map, { "map", "x11.glx.GetPixelMapfv.map", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetPixelMapfv_reply_n, { "n", "x11.glx.GetPixelMapfv.reply.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetPixelMapfv_reply_datum, { "datum", "x11.glx.GetPixelMapfv.reply.datum", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_GetPixelMapfv_reply_data, { "data", "x11.glx.GetPixelMapfv.reply.data", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_GetPixelMapfv_reply_data, { "data", "x11.glx.GetPixelMapfv.reply.data.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetPixelMapfv_reply_data_item, { "data", "x11.glx.GetPixelMapfv.reply.data", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetPixelMapuiv_context_tag, { "context_tag", "x11.glx.GetPixelMapuiv.context_tag", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetPixelMapuiv_map, { "map", "x11.glx.GetPixelMapuiv.map", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetPixelMapuiv_reply_n, { "n", "x11.glx.GetPixelMapuiv.reply.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetPixelMapuiv_reply_datum, { "datum", "x11.glx.GetPixelMapuiv.reply.datum", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_GetPixelMapuiv_reply_data, { "data", "x11.glx.GetPixelMapuiv.reply.data", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_GetPixelMapuiv_reply_data, { "data", "x11.glx.GetPixelMapuiv.reply.data.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetPixelMapuiv_reply_data_item, { "data", "x11.glx.GetPixelMapuiv.reply.data", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetPixelMapusv_context_tag, { "context_tag", "x11.glx.GetPixelMapusv.context_tag", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetPixelMapusv_map, { "map", "x11.glx.GetPixelMapusv.map", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetPixelMapusv_reply_n, { "n", "x11.glx.GetPixelMapusv.reply.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetPixelMapusv_reply_datum, { "datum", "x11.glx.GetPixelMapusv.reply.datum", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_GetPixelMapusv_reply_data, { "data", "x11.glx.GetPixelMapusv.reply.data", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_GetPixelMapusv_reply_data, { "data", "x11.glx.GetPixelMapusv.reply.data.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetPixelMapusv_reply_data_item, { "data", "x11.glx.GetPixelMapusv.reply.data", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetPolygonStipple_context_tag, { "context_tag", "x11.glx.GetPolygonStipple.context_tag", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetPolygonStipple_lsb_first, { "lsb_first", "x11.glx.GetPolygonStipple.lsb_first", FT_BOOLEAN, BASE_NONE, NULL, 0, NULL, HFILL }},
@@ -2301,35 +2301,35 @@
{ &hf_x11_glx_GetTexEnvfv_pname, { "pname", "x11.glx.GetTexEnvfv.pname", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexEnvfv_reply_n, { "n", "x11.glx.GetTexEnvfv.reply.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexEnvfv_reply_datum, { "datum", "x11.glx.GetTexEnvfv.reply.datum", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_GetTexEnvfv_reply_data, { "data", "x11.glx.GetTexEnvfv.reply.data", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_GetTexEnvfv_reply_data, { "data", "x11.glx.GetTexEnvfv.reply.data.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexEnvfv_reply_data_item, { "data", "x11.glx.GetTexEnvfv.reply.data", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexEnviv_context_tag, { "context_tag", "x11.glx.GetTexEnviv.context_tag", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexEnviv_target, { "target", "x11.glx.GetTexEnviv.target", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexEnviv_pname, { "pname", "x11.glx.GetTexEnviv.pname", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexEnviv_reply_n, { "n", "x11.glx.GetTexEnviv.reply.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexEnviv_reply_datum, { "datum", "x11.glx.GetTexEnviv.reply.datum", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_GetTexEnviv_reply_data, { "data", "x11.glx.GetTexEnviv.reply.data", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_GetTexEnviv_reply_data, { "data", "x11.glx.GetTexEnviv.reply.data.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexEnviv_reply_data_item, { "data", "x11.glx.GetTexEnviv.reply.data", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexGendv_context_tag, { "context_tag", "x11.glx.GetTexGendv.context_tag", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexGendv_coord, { "coord", "x11.glx.GetTexGendv.coord", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexGendv_pname, { "pname", "x11.glx.GetTexGendv.pname", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexGendv_reply_n, { "n", "x11.glx.GetTexGendv.reply.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexGendv_reply_datum, { "datum", "x11.glx.GetTexGendv.reply.datum", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_GetTexGendv_reply_data, { "data", "x11.glx.GetTexGendv.reply.data", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_GetTexGendv_reply_data, { "data", "x11.glx.GetTexGendv.reply.data.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexGendv_reply_data_item, { "data", "x11.glx.GetTexGendv.reply.data", FT_DOUBLE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexGenfv_context_tag, { "context_tag", "x11.glx.GetTexGenfv.context_tag", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexGenfv_coord, { "coord", "x11.glx.GetTexGenfv.coord", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexGenfv_pname, { "pname", "x11.glx.GetTexGenfv.pname", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexGenfv_reply_n, { "n", "x11.glx.GetTexGenfv.reply.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexGenfv_reply_datum, { "datum", "x11.glx.GetTexGenfv.reply.datum", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_GetTexGenfv_reply_data, { "data", "x11.glx.GetTexGenfv.reply.data", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_GetTexGenfv_reply_data, { "data", "x11.glx.GetTexGenfv.reply.data.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexGenfv_reply_data_item, { "data", "x11.glx.GetTexGenfv.reply.data", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexGeniv_context_tag, { "context_tag", "x11.glx.GetTexGeniv.context_tag", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexGeniv_coord, { "coord", "x11.glx.GetTexGeniv.coord", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexGeniv_pname, { "pname", "x11.glx.GetTexGeniv.pname", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexGeniv_reply_n, { "n", "x11.glx.GetTexGeniv.reply.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexGeniv_reply_datum, { "datum", "x11.glx.GetTexGeniv.reply.datum", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_GetTexGeniv_reply_data, { "data", "x11.glx.GetTexGeniv.reply.data", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_GetTexGeniv_reply_data, { "data", "x11.glx.GetTexGeniv.reply.data.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexGeniv_reply_data_item, { "data", "x11.glx.GetTexGeniv.reply.data", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexImage_context_tag, { "context_tag", "x11.glx.GetTexImage.context_tag", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexImage_target, { "target", "x11.glx.GetTexImage.target", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -2346,14 +2346,14 @@
{ &hf_x11_glx_GetTexParameterfv_pname, { "pname", "x11.glx.GetTexParameterfv.pname", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexParameterfv_reply_n, { "n", "x11.glx.GetTexParameterfv.reply.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexParameterfv_reply_datum, { "datum", "x11.glx.GetTexParameterfv.reply.datum", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_GetTexParameterfv_reply_data, { "data", "x11.glx.GetTexParameterfv.reply.data", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_GetTexParameterfv_reply_data, { "data", "x11.glx.GetTexParameterfv.reply.data.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexParameterfv_reply_data_item, { "data", "x11.glx.GetTexParameterfv.reply.data", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexParameteriv_context_tag, { "context_tag", "x11.glx.GetTexParameteriv.context_tag", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexParameteriv_target, { "target", "x11.glx.GetTexParameteriv.target", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexParameteriv_pname, { "pname", "x11.glx.GetTexParameteriv.pname", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexParameteriv_reply_n, { "n", "x11.glx.GetTexParameteriv.reply.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexParameteriv_reply_datum, { "datum", "x11.glx.GetTexParameteriv.reply.datum", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_GetTexParameteriv_reply_data, { "data", "x11.glx.GetTexParameteriv.reply.data", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_GetTexParameteriv_reply_data, { "data", "x11.glx.GetTexParameteriv.reply.data.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexParameteriv_reply_data_item, { "data", "x11.glx.GetTexParameteriv.reply.data", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexLevelParameterfv_context_tag, { "context_tag", "x11.glx.GetTexLevelParameterfv.context_tag", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexLevelParameterfv_target, { "target", "x11.glx.GetTexLevelParameterfv.target", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -2361,7 +2361,7 @@
{ &hf_x11_glx_GetTexLevelParameterfv_pname, { "pname", "x11.glx.GetTexLevelParameterfv.pname", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexLevelParameterfv_reply_n, { "n", "x11.glx.GetTexLevelParameterfv.reply.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexLevelParameterfv_reply_datum, { "datum", "x11.glx.GetTexLevelParameterfv.reply.datum", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_GetTexLevelParameterfv_reply_data, { "data", "x11.glx.GetTexLevelParameterfv.reply.data", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_GetTexLevelParameterfv_reply_data, { "data", "x11.glx.GetTexLevelParameterfv.reply.data.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexLevelParameterfv_reply_data_item, { "data", "x11.glx.GetTexLevelParameterfv.reply.data", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexLevelParameteriv_context_tag, { "context_tag", "x11.glx.GetTexLevelParameteriv.context_tag", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexLevelParameteriv_target, { "target", "x11.glx.GetTexLevelParameteriv.target", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -2369,7 +2369,7 @@
{ &hf_x11_glx_GetTexLevelParameteriv_pname, { "pname", "x11.glx.GetTexLevelParameteriv.pname", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexLevelParameteriv_reply_n, { "n", "x11.glx.GetTexLevelParameteriv.reply.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexLevelParameteriv_reply_datum, { "datum", "x11.glx.GetTexLevelParameteriv.reply.datum", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_GetTexLevelParameteriv_reply_data, { "data", "x11.glx.GetTexLevelParameteriv.reply.data", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_GetTexLevelParameteriv_reply_data, { "data", "x11.glx.GetTexLevelParameteriv.reply.data.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetTexLevelParameteriv_reply_data_item, { "data", "x11.glx.GetTexLevelParameteriv.reply.data", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_IsEnabled_context_tag, { "context_tag", "x11.glx.IsEnabled.context_tag", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_IsEnabled_capability, { "capability", "x11.glx.IsEnabled.capability", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -2380,17 +2380,17 @@
{ &hf_x11_glx_Flush_context_tag, { "context_tag", "x11.glx.Flush.context_tag", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_AreTexturesResident_context_tag, { "context_tag", "x11.glx.AreTexturesResident.context_tag", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_AreTexturesResident_n, { "n", "x11.glx.AreTexturesResident.n", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_AreTexturesResident_textures, { "textures", "x11.glx.AreTexturesResident.textures", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_AreTexturesResident_textures, { "textures", "x11.glx.AreTexturesResident.textures.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_AreTexturesResident_textures_item, { "textures", "x11.glx.AreTexturesResident.textures", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_AreTexturesResident_reply_ret_val, { "ret_val", "x11.glx.AreTexturesResident.reply.ret_val", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_AreTexturesResident_reply_data, { "data", "x11.glx.AreTexturesResident.reply.data", FT_BOOLEAN, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_DeleteTextures_context_tag, { "context_tag", "x11.glx.DeleteTextures.context_tag", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_DeleteTextures_n, { "n", "x11.glx.DeleteTextures.n", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_DeleteTextures_textures, { "textures", "x11.glx.DeleteTextures.textures", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_DeleteTextures_textures, { "textures", "x11.glx.DeleteTextures.textures.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_DeleteTextures_textures_item, { "textures", "x11.glx.DeleteTextures.textures", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GenTextures_context_tag, { "context_tag", "x11.glx.GenTextures.context_tag", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GenTextures_n, { "n", "x11.glx.GenTextures.n", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_GenTextures_reply_data, { "data", "x11.glx.GenTextures.reply.data", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_GenTextures_reply_data, { "data", "x11.glx.GenTextures.reply.data.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GenTextures_reply_data_item, { "data", "x11.glx.GenTextures.reply.data", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_IsTexture_context_tag, { "context_tag", "x11.glx.IsTexture.context_tag", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_IsTexture_texture, { "texture", "x11.glx.IsTexture.texture", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -2407,14 +2407,14 @@
{ &hf_x11_glx_GetColorTableParameterfv_pname, { "pname", "x11.glx.GetColorTableParameterfv.pname", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetColorTableParameterfv_reply_n, { "n", "x11.glx.GetColorTableParameterfv.reply.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetColorTableParameterfv_reply_datum, { "datum", "x11.glx.GetColorTableParameterfv.reply.datum", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_GetColorTableParameterfv_reply_data, { "data", "x11.glx.GetColorTableParameterfv.reply.data", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_GetColorTableParameterfv_reply_data, { "data", "x11.glx.GetColorTableParameterfv.reply.data.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetColorTableParameterfv_reply_data_item, { "data", "x11.glx.GetColorTableParameterfv.reply.data", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetColorTableParameteriv_context_tag, { "context_tag", "x11.glx.GetColorTableParameteriv.context_tag", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetColorTableParameteriv_target, { "target", "x11.glx.GetColorTableParameteriv.target", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetColorTableParameteriv_pname, { "pname", "x11.glx.GetColorTableParameteriv.pname", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetColorTableParameteriv_reply_n, { "n", "x11.glx.GetColorTableParameteriv.reply.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetColorTableParameteriv_reply_datum, { "datum", "x11.glx.GetColorTableParameteriv.reply.datum", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_GetColorTableParameteriv_reply_data, { "data", "x11.glx.GetColorTableParameteriv.reply.data", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_GetColorTableParameteriv_reply_data, { "data", "x11.glx.GetColorTableParameteriv.reply.data.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetColorTableParameteriv_reply_data_item, { "data", "x11.glx.GetColorTableParameteriv.reply.data", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetConvolutionFilter_context_tag, { "context_tag", "x11.glx.GetConvolutionFilter.context_tag", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetConvolutionFilter_target, { "target", "x11.glx.GetConvolutionFilter.target", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -2429,14 +2429,14 @@
{ &hf_x11_glx_GetConvolutionParameterfv_pname, { "pname", "x11.glx.GetConvolutionParameterfv.pname", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetConvolutionParameterfv_reply_n, { "n", "x11.glx.GetConvolutionParameterfv.reply.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetConvolutionParameterfv_reply_datum, { "datum", "x11.glx.GetConvolutionParameterfv.reply.datum", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_GetConvolutionParameterfv_reply_data, { "data", "x11.glx.GetConvolutionParameterfv.reply.data", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_GetConvolutionParameterfv_reply_data, { "data", "x11.glx.GetConvolutionParameterfv.reply.data.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetConvolutionParameterfv_reply_data_item, { "data", "x11.glx.GetConvolutionParameterfv.reply.data", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetConvolutionParameteriv_context_tag, { "context_tag", "x11.glx.GetConvolutionParameteriv.context_tag", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetConvolutionParameteriv_target, { "target", "x11.glx.GetConvolutionParameteriv.target", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetConvolutionParameteriv_pname, { "pname", "x11.glx.GetConvolutionParameteriv.pname", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetConvolutionParameteriv_reply_n, { "n", "x11.glx.GetConvolutionParameteriv.reply.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetConvolutionParameteriv_reply_datum, { "datum", "x11.glx.GetConvolutionParameteriv.reply.datum", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_GetConvolutionParameteriv_reply_data, { "data", "x11.glx.GetConvolutionParameteriv.reply.data", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_GetConvolutionParameteriv_reply_data, { "data", "x11.glx.GetConvolutionParameteriv.reply.data.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetConvolutionParameteriv_reply_data_item, { "data", "x11.glx.GetConvolutionParameteriv.reply.data", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetSeparableFilter_context_tag, { "context_tag", "x11.glx.GetSeparableFilter.context_tag", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetSeparableFilter_target, { "target", "x11.glx.GetSeparableFilter.target", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -2459,14 +2459,14 @@
{ &hf_x11_glx_GetHistogramParameterfv_pname, { "pname", "x11.glx.GetHistogramParameterfv.pname", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetHistogramParameterfv_reply_n, { "n", "x11.glx.GetHistogramParameterfv.reply.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetHistogramParameterfv_reply_datum, { "datum", "x11.glx.GetHistogramParameterfv.reply.datum", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_GetHistogramParameterfv_reply_data, { "data", "x11.glx.GetHistogramParameterfv.reply.data", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_GetHistogramParameterfv_reply_data, { "data", "x11.glx.GetHistogramParameterfv.reply.data.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetHistogramParameterfv_reply_data_item, { "data", "x11.glx.GetHistogramParameterfv.reply.data", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetHistogramParameteriv_context_tag, { "context_tag", "x11.glx.GetHistogramParameteriv.context_tag", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetHistogramParameteriv_target, { "target", "x11.glx.GetHistogramParameteriv.target", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetHistogramParameteriv_pname, { "pname", "x11.glx.GetHistogramParameteriv.pname", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetHistogramParameteriv_reply_n, { "n", "x11.glx.GetHistogramParameteriv.reply.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetHistogramParameteriv_reply_datum, { "datum", "x11.glx.GetHistogramParameteriv.reply.datum", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_GetHistogramParameteriv_reply_data, { "data", "x11.glx.GetHistogramParameteriv.reply.data", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_GetHistogramParameteriv_reply_data, { "data", "x11.glx.GetHistogramParameteriv.reply.data.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetHistogramParameteriv_reply_data_item, { "data", "x11.glx.GetHistogramParameteriv.reply.data", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetMinmax_context_tag, { "context_tag", "x11.glx.GetMinmax.context_tag", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetMinmax_target, { "target", "x11.glx.GetMinmax.target", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -2480,14 +2480,14 @@
{ &hf_x11_glx_GetMinmaxParameterfv_pname, { "pname", "x11.glx.GetMinmaxParameterfv.pname", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetMinmaxParameterfv_reply_n, { "n", "x11.glx.GetMinmaxParameterfv.reply.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetMinmaxParameterfv_reply_datum, { "datum", "x11.glx.GetMinmaxParameterfv.reply.datum", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_GetMinmaxParameterfv_reply_data, { "data", "x11.glx.GetMinmaxParameterfv.reply.data", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_GetMinmaxParameterfv_reply_data, { "data", "x11.glx.GetMinmaxParameterfv.reply.data.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetMinmaxParameterfv_reply_data_item, { "data", "x11.glx.GetMinmaxParameterfv.reply.data", FT_FLOAT, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetMinmaxParameteriv_context_tag, { "context_tag", "x11.glx.GetMinmaxParameteriv.context_tag", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetMinmaxParameteriv_target, { "target", "x11.glx.GetMinmaxParameteriv.target", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetMinmaxParameteriv_pname, { "pname", "x11.glx.GetMinmaxParameteriv.pname", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetMinmaxParameteriv_reply_n, { "n", "x11.glx.GetMinmaxParameteriv.reply.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetMinmaxParameteriv_reply_datum, { "datum", "x11.glx.GetMinmaxParameteriv.reply.datum", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_GetMinmaxParameteriv_reply_data, { "data", "x11.glx.GetMinmaxParameteriv.reply.data", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_GetMinmaxParameteriv_reply_data, { "data", "x11.glx.GetMinmaxParameteriv.reply.data.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetMinmaxParameteriv_reply_data_item, { "data", "x11.glx.GetMinmaxParameteriv.reply.data", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetCompressedTexImageARB_context_tag, { "context_tag", "x11.glx.GetCompressedTexImageARB.context_tag", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetCompressedTexImageARB_target, { "target", "x11.glx.GetCompressedTexImageARB.target", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -2496,11 +2496,11 @@
{ &hf_x11_glx_GetCompressedTexImageARB_reply_data, { "data", "x11.glx.GetCompressedTexImageARB.reply.data", FT_BYTES, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_DeleteQueriesARB_context_tag, { "context_tag", "x11.glx.DeleteQueriesARB.context_tag", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_DeleteQueriesARB_n, { "n", "x11.glx.DeleteQueriesARB.n", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_DeleteQueriesARB_ids, { "ids", "x11.glx.DeleteQueriesARB.ids", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_DeleteQueriesARB_ids, { "ids", "x11.glx.DeleteQueriesARB.ids.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_DeleteQueriesARB_ids_item, { "ids", "x11.glx.DeleteQueriesARB.ids", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GenQueriesARB_context_tag, { "context_tag", "x11.glx.GenQueriesARB.context_tag", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GenQueriesARB_n, { "n", "x11.glx.GenQueriesARB.n", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_GenQueriesARB_reply_data, { "data", "x11.glx.GenQueriesARB.reply.data", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_GenQueriesARB_reply_data, { "data", "x11.glx.GenQueriesARB.reply.data.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GenQueriesARB_reply_data_item, { "data", "x11.glx.GenQueriesARB.reply.data", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_IsQueryARB_context_tag, { "context_tag", "x11.glx.IsQueryARB.context_tag", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_IsQueryARB_id, { "id", "x11.glx.IsQueryARB.id", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -2510,21 +2510,21 @@
{ &hf_x11_glx_GetQueryivARB_pname, { "pname", "x11.glx.GetQueryivARB.pname", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetQueryivARB_reply_n, { "n", "x11.glx.GetQueryivARB.reply.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetQueryivARB_reply_datum, { "datum", "x11.glx.GetQueryivARB.reply.datum", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_GetQueryivARB_reply_data, { "data", "x11.glx.GetQueryivARB.reply.data", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_GetQueryivARB_reply_data, { "data", "x11.glx.GetQueryivARB.reply.data.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetQueryivARB_reply_data_item, { "data", "x11.glx.GetQueryivARB.reply.data", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetQueryObjectivARB_context_tag, { "context_tag", "x11.glx.GetQueryObjectivARB.context_tag", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetQueryObjectivARB_id, { "id", "x11.glx.GetQueryObjectivARB.id", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetQueryObjectivARB_pname, { "pname", "x11.glx.GetQueryObjectivARB.pname", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetQueryObjectivARB_reply_n, { "n", "x11.glx.GetQueryObjectivARB.reply.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetQueryObjectivARB_reply_datum, { "datum", "x11.glx.GetQueryObjectivARB.reply.datum", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_GetQueryObjectivARB_reply_data, { "data", "x11.glx.GetQueryObjectivARB.reply.data", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_GetQueryObjectivARB_reply_data, { "data", "x11.glx.GetQueryObjectivARB.reply.data.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetQueryObjectivARB_reply_data_item, { "data", "x11.glx.GetQueryObjectivARB.reply.data", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetQueryObjectuivARB_context_tag, { "context_tag", "x11.glx.GetQueryObjectuivARB.context_tag", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetQueryObjectuivARB_id, { "id", "x11.glx.GetQueryObjectuivARB.id", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetQueryObjectuivARB_pname, { "pname", "x11.glx.GetQueryObjectuivARB.pname", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetQueryObjectuivARB_reply_n, { "n", "x11.glx.GetQueryObjectuivARB.reply.n", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetQueryObjectuivARB_reply_datum, { "datum", "x11.glx.GetQueryObjectuivARB.reply.datum", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_glx_GetQueryObjectuivARB_reply_data, { "data", "x11.glx.GetQueryObjectuivARB.reply.data", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_glx_GetQueryObjectuivARB_reply_data, { "data", "x11.glx.GetQueryObjectuivARB.reply.data.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_GetQueryObjectuivARB_reply_data_item, { "data", "x11.glx.GetQueryObjectuivARB.reply.data", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_glx_extension_minor, { "extension-minor", "x11.extension-minor", FT_UINT8, BASE_DEC, VALS(glx_extension_minor), 0, "minor opcode", HFILL }},
@@ -2535,7 +2535,7 @@
{ &hf_x11_struct_randr_ScreenSize_mheight, { "mheight", "x11.struct.randr_ScreenSize.mheight", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_randr_RefreshRates, { "randr_RefreshRates", "x11.struct.randr_RefreshRates", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_randr_RefreshRates_nRates, { "nRates", "x11.struct.randr_RefreshRates.nRates", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_struct_randr_RefreshRates_rates, { "rates", "x11.struct.randr_RefreshRates.rates", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_struct_randr_RefreshRates_rates, { "rates", "x11.struct.randr_RefreshRates.rates.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_randr_RefreshRates_rates_item, { "rates", "x11.struct.randr_RefreshRates.rates", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_randr_ModeInfo, { "randr_ModeInfo", "x11.struct.randr_ModeInfo", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_randr_ModeInfo_id, { "id", "x11.struct.randr_ModeInfo.id", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -2627,7 +2627,7 @@
{ &hf_x11_struct_randr_MonitorInfo_height, { "height", "x11.struct.randr_MonitorInfo.height", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_randr_MonitorInfo_width_in_millimeters, { "width_in_millimeters", "x11.struct.randr_MonitorInfo.width_in_millimeters", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_randr_MonitorInfo_height_in_millimeters, { "height_in_millimeters", "x11.struct.randr_MonitorInfo.height_in_millimeters", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_struct_randr_MonitorInfo_outputs, { "outputs", "x11.struct.randr_MonitorInfo.outputs", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_struct_randr_MonitorInfo_outputs, { "outputs", "x11.struct.randr_MonitorInfo.outputs.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_randr_MonitorInfo_outputs_item, { "outputs", "x11.struct.randr_MonitorInfo.outputs", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_sync_INT64, { "sync_INT64", "x11.struct.sync_INT64", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_sync_INT64_hi, { "hi", "x11.struct.sync_INT64.hi", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
@@ -2666,7 +2666,7 @@
{ &hf_x11_present_Pixmap_target_msc, { "target_msc", "x11.present.Pixmap.target_msc", FT_UINT64, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_present_Pixmap_divisor, { "divisor", "x11.present.Pixmap.divisor", FT_UINT64, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_present_Pixmap_remainder, { "remainder", "x11.present.Pixmap.remainder", FT_UINT64, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_present_Pixmap_notifies, { "notifies", "x11.present.Pixmap.notifies", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_present_Pixmap_notifies, { "notifies", "x11.present.Pixmap.notifies.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_present_Pixmap_notifies_item, { "notifies", "x11.present.Pixmap.notifies", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_present_NotifyMSC_window, { "window", "x11.present.NotifyMSC.window", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_present_NotifyMSC_serial, { "serial", "x11.present.NotifyMSC.serial", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -2713,7 +2713,7 @@
{ &hf_x11_present_RedirectNotify_target_msc, { "target_msc", "x11.present.RedirectNotify.target_msc", FT_UINT64, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_present_RedirectNotify_divisor, { "divisor", "x11.present.RedirectNotify.divisor", FT_UINT64, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_present_RedirectNotify_remainder, { "remainder", "x11.present.RedirectNotify.remainder", FT_UINT64, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_present_RedirectNotify_notifies, { "notifies", "x11.present.RedirectNotify.notifies", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_present_RedirectNotify_notifies, { "notifies", "x11.present.RedirectNotify.notifies.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_present_RedirectNotify_notifies_item, { "notifies", "x11.present.RedirectNotify.notifies", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_present_extension_minor, { "extension-minor", "x11.extension-minor", FT_UINT8, BASE_DEC, VALS(present_extension_minor), 0, "minor opcode", HFILL }},
@@ -2769,7 +2769,7 @@
{ &hf_x11_randr_GetScreenInfo_reply_rotation, { "rotation", "x11.randr.GetScreenInfo.reply.rotation", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetScreenInfo_reply_rate, { "rate", "x11.randr.GetScreenInfo.reply.rate", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetScreenInfo_reply_nInfo, { "nInfo", "x11.randr.GetScreenInfo.reply.nInfo", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_randr_GetScreenInfo_reply_sizes, { "sizes", "x11.randr.GetScreenInfo.reply.sizes", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_randr_GetScreenInfo_reply_sizes, { "sizes", "x11.randr.GetScreenInfo.reply.sizes.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetScreenInfo_reply_sizes_item, { "sizes", "x11.randr.GetScreenInfo.reply.sizes", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetScreenInfo_reply_rates, { "rates", "x11.randr.GetScreenInfo.reply.rates", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetScreenSizeRange_window, { "window", "x11.randr.GetScreenSizeRange.window", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
@@ -2789,11 +2789,11 @@
{ &hf_x11_randr_GetScreenResources_reply_num_outputs, { "num_outputs", "x11.randr.GetScreenResources.reply.num_outputs", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetScreenResources_reply_num_modes, { "num_modes", "x11.randr.GetScreenResources.reply.num_modes", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetScreenResources_reply_names_len, { "names_len", "x11.randr.GetScreenResources.reply.names_len", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_randr_GetScreenResources_reply_crtcs, { "crtcs", "x11.randr.GetScreenResources.reply.crtcs", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_randr_GetScreenResources_reply_crtcs, { "crtcs", "x11.randr.GetScreenResources.reply.crtcs.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetScreenResources_reply_crtcs_item, { "crtcs", "x11.randr.GetScreenResources.reply.crtcs", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
-{ &hf_x11_randr_GetScreenResources_reply_outputs, { "outputs", "x11.randr.GetScreenResources.reply.outputs", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_randr_GetScreenResources_reply_outputs, { "outputs", "x11.randr.GetScreenResources.reply.outputs.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetScreenResources_reply_outputs_item, { "outputs", "x11.randr.GetScreenResources.reply.outputs", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
-{ &hf_x11_randr_GetScreenResources_reply_modes, { "modes", "x11.randr.GetScreenResources.reply.modes", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_randr_GetScreenResources_reply_modes, { "modes", "x11.randr.GetScreenResources.reply.modes.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetScreenResources_reply_modes_item, { "modes", "x11.randr.GetScreenResources.reply.modes", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetScreenResources_reply_names, { "names", "x11.randr.GetScreenResources.reply.names", FT_BYTES, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetOutputInfo_output, { "output", "x11.randr.GetOutputInfo.output", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
@@ -2810,29 +2810,29 @@
{ &hf_x11_randr_GetOutputInfo_reply_num_preferred, { "num_preferred", "x11.randr.GetOutputInfo.reply.num_preferred", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetOutputInfo_reply_num_clones, { "num_clones", "x11.randr.GetOutputInfo.reply.num_clones", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetOutputInfo_reply_name_len, { "name_len", "x11.randr.GetOutputInfo.reply.name_len", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_randr_GetOutputInfo_reply_crtcs, { "crtcs", "x11.randr.GetOutputInfo.reply.crtcs", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_randr_GetOutputInfo_reply_crtcs, { "crtcs", "x11.randr.GetOutputInfo.reply.crtcs.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetOutputInfo_reply_crtcs_item, { "crtcs", "x11.randr.GetOutputInfo.reply.crtcs", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
-{ &hf_x11_randr_GetOutputInfo_reply_modes, { "modes", "x11.randr.GetOutputInfo.reply.modes", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_randr_GetOutputInfo_reply_modes, { "modes", "x11.randr.GetOutputInfo.reply.modes.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetOutputInfo_reply_modes_item, { "modes", "x11.randr.GetOutputInfo.reply.modes", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
-{ &hf_x11_randr_GetOutputInfo_reply_clones, { "clones", "x11.randr.GetOutputInfo.reply.clones", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_randr_GetOutputInfo_reply_clones, { "clones", "x11.randr.GetOutputInfo.reply.clones.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetOutputInfo_reply_clones_item, { "clones", "x11.randr.GetOutputInfo.reply.clones", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetOutputInfo_reply_name, { "name", "x11.randr.GetOutputInfo.reply.name", FT_BYTES, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_ListOutputProperties_output, { "output", "x11.randr.ListOutputProperties.output", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_ListOutputProperties_reply_num_atoms, { "num_atoms", "x11.randr.ListOutputProperties.reply.num_atoms", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_randr_ListOutputProperties_reply_atoms, { "atoms", "x11.randr.ListOutputProperties.reply.atoms", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_randr_ListOutputProperties_reply_atoms, { "atoms", "x11.randr.ListOutputProperties.reply.atoms.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_ListOutputProperties_reply_atoms_item, { "atoms", "x11.randr.ListOutputProperties.reply.atoms", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_QueryOutputProperty_output, { "output", "x11.randr.QueryOutputProperty.output", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_QueryOutputProperty_property, { "property", "x11.randr.QueryOutputProperty.property", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_QueryOutputProperty_reply_pending, { "pending", "x11.randr.QueryOutputProperty.reply.pending", FT_BOOLEAN, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_QueryOutputProperty_reply_range, { "range", "x11.randr.QueryOutputProperty.reply.range", FT_BOOLEAN, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_QueryOutputProperty_reply_immutable, { "immutable", "x11.randr.QueryOutputProperty.reply.immutable", FT_BOOLEAN, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_randr_QueryOutputProperty_reply_validValues, { "validValues", "x11.randr.QueryOutputProperty.reply.validValues", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_randr_QueryOutputProperty_reply_validValues, { "validValues", "x11.randr.QueryOutputProperty.reply.validValues.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_QueryOutputProperty_reply_validValues_item, { "validValues", "x11.randr.QueryOutputProperty.reply.validValues", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_ConfigureOutputProperty_output, { "output", "x11.randr.ConfigureOutputProperty.output", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_ConfigureOutputProperty_property, { "property", "x11.randr.ConfigureOutputProperty.property", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_ConfigureOutputProperty_pending, { "pending", "x11.randr.ConfigureOutputProperty.pending", FT_BOOLEAN, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_ConfigureOutputProperty_range, { "range", "x11.randr.ConfigureOutputProperty.range", FT_BOOLEAN, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_randr_ConfigureOutputProperty_values, { "values", "x11.randr.ConfigureOutputProperty.values", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_randr_ConfigureOutputProperty_values, { "values", "x11.randr.ConfigureOutputProperty.values.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_ConfigureOutputProperty_values_item, { "values", "x11.randr.ConfigureOutputProperty.values", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_ChangeOutputProperty_output, { "output", "x11.randr.ChangeOutputProperty.output", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_ChangeOutputProperty_property, { "property", "x11.randr.ChangeOutputProperty.property", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
@@ -2889,9 +2889,9 @@
{ &hf_x11_randr_GetCrtcInfo_reply_rotations, { "rotations", "x11.randr.GetCrtcInfo.reply.rotations", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetCrtcInfo_reply_num_outputs, { "num_outputs", "x11.randr.GetCrtcInfo.reply.num_outputs", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetCrtcInfo_reply_num_possible_outputs, { "num_possible_outputs", "x11.randr.GetCrtcInfo.reply.num_possible_outputs", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_randr_GetCrtcInfo_reply_outputs, { "outputs", "x11.randr.GetCrtcInfo.reply.outputs", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_randr_GetCrtcInfo_reply_outputs, { "outputs", "x11.randr.GetCrtcInfo.reply.outputs.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetCrtcInfo_reply_outputs_item, { "outputs", "x11.randr.GetCrtcInfo.reply.outputs", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
-{ &hf_x11_randr_GetCrtcInfo_reply_possible, { "possible", "x11.randr.GetCrtcInfo.reply.possible", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_randr_GetCrtcInfo_reply_possible, { "possible", "x11.randr.GetCrtcInfo.reply.possible.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetCrtcInfo_reply_possible_item, { "possible", "x11.randr.GetCrtcInfo.reply.possible", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_SetCrtcConfig_crtc, { "crtc", "x11.randr.SetCrtcConfig.crtc", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_SetCrtcConfig_timestamp, { "timestamp", "x11.randr.SetCrtcConfig.timestamp", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -2906,7 +2906,7 @@
{ &hf_x11_randr_SetCrtcConfig_rotation_mask_Reflect_X, { "Reflect_X", "x11.randr.SetCrtcConfig.rotation.Reflect_X", FT_BOOLEAN, 16, NULL, 1U << 4, NULL, HFILL }},
{ &hf_x11_randr_SetCrtcConfig_rotation_mask_Reflect_Y, { "Reflect_Y", "x11.randr.SetCrtcConfig.rotation.Reflect_Y", FT_BOOLEAN, 16, NULL, 1U << 5, NULL, HFILL }},
{ &hf_x11_randr_SetCrtcConfig_rotation, { "rotation", "x11.randr.SetCrtcConfig.rotation", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_randr_SetCrtcConfig_outputs, { "outputs", "x11.randr.SetCrtcConfig.outputs", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_randr_SetCrtcConfig_outputs, { "outputs", "x11.randr.SetCrtcConfig.outputs.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_SetCrtcConfig_outputs_item, { "outputs", "x11.randr.SetCrtcConfig.outputs", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_SetCrtcConfig_reply_status, { "status", "x11.randr.SetCrtcConfig.reply.status", FT_UINT8, BASE_HEX_DEC, VALS(x11_enum_randr_SetConfig), 0, NULL, HFILL }},
{ &hf_x11_randr_SetCrtcConfig_reply_timestamp, { "timestamp", "x11.randr.SetCrtcConfig.reply.timestamp", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -2914,19 +2914,19 @@
{ &hf_x11_randr_GetCrtcGammaSize_reply_size, { "size", "x11.randr.GetCrtcGammaSize.reply.size", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetCrtcGamma_crtc, { "crtc", "x11.randr.GetCrtcGamma.crtc", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetCrtcGamma_reply_size, { "size", "x11.randr.GetCrtcGamma.reply.size", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_randr_GetCrtcGamma_reply_red, { "red", "x11.randr.GetCrtcGamma.reply.red", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_randr_GetCrtcGamma_reply_red, { "red", "x11.randr.GetCrtcGamma.reply.red.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetCrtcGamma_reply_red_item, { "red", "x11.randr.GetCrtcGamma.reply.red", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_randr_GetCrtcGamma_reply_green, { "green", "x11.randr.GetCrtcGamma.reply.green", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_randr_GetCrtcGamma_reply_green, { "green", "x11.randr.GetCrtcGamma.reply.green.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetCrtcGamma_reply_green_item, { "green", "x11.randr.GetCrtcGamma.reply.green", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_randr_GetCrtcGamma_reply_blue, { "blue", "x11.randr.GetCrtcGamma.reply.blue", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_randr_GetCrtcGamma_reply_blue, { "blue", "x11.randr.GetCrtcGamma.reply.blue.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetCrtcGamma_reply_blue_item, { "blue", "x11.randr.GetCrtcGamma.reply.blue", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_SetCrtcGamma_crtc, { "crtc", "x11.randr.SetCrtcGamma.crtc", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_SetCrtcGamma_size, { "size", "x11.randr.SetCrtcGamma.size", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_randr_SetCrtcGamma_red, { "red", "x11.randr.SetCrtcGamma.red", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_randr_SetCrtcGamma_red, { "red", "x11.randr.SetCrtcGamma.red.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_SetCrtcGamma_red_item, { "red", "x11.randr.SetCrtcGamma.red", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_randr_SetCrtcGamma_green, { "green", "x11.randr.SetCrtcGamma.green", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_randr_SetCrtcGamma_green, { "green", "x11.randr.SetCrtcGamma.green.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_SetCrtcGamma_green_item, { "green", "x11.randr.SetCrtcGamma.green", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_randr_SetCrtcGamma_blue, { "blue", "x11.randr.SetCrtcGamma.blue", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_randr_SetCrtcGamma_blue, { "blue", "x11.randr.SetCrtcGamma.blue.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_SetCrtcGamma_blue_item, { "blue", "x11.randr.SetCrtcGamma.blue", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetScreenResourcesCurrent_window, { "window", "x11.randr.GetScreenResourcesCurrent.window", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetScreenResourcesCurrent_reply_timestamp, { "timestamp", "x11.randr.GetScreenResourcesCurrent.reply.timestamp", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -2935,18 +2935,18 @@
{ &hf_x11_randr_GetScreenResourcesCurrent_reply_num_outputs, { "num_outputs", "x11.randr.GetScreenResourcesCurrent.reply.num_outputs", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetScreenResourcesCurrent_reply_num_modes, { "num_modes", "x11.randr.GetScreenResourcesCurrent.reply.num_modes", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetScreenResourcesCurrent_reply_names_len, { "names_len", "x11.randr.GetScreenResourcesCurrent.reply.names_len", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_randr_GetScreenResourcesCurrent_reply_crtcs, { "crtcs", "x11.randr.GetScreenResourcesCurrent.reply.crtcs", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_randr_GetScreenResourcesCurrent_reply_crtcs, { "crtcs", "x11.randr.GetScreenResourcesCurrent.reply.crtcs.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetScreenResourcesCurrent_reply_crtcs_item, { "crtcs", "x11.randr.GetScreenResourcesCurrent.reply.crtcs", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
-{ &hf_x11_randr_GetScreenResourcesCurrent_reply_outputs, { "outputs", "x11.randr.GetScreenResourcesCurrent.reply.outputs", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_randr_GetScreenResourcesCurrent_reply_outputs, { "outputs", "x11.randr.GetScreenResourcesCurrent.reply.outputs.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetScreenResourcesCurrent_reply_outputs_item, { "outputs", "x11.randr.GetScreenResourcesCurrent.reply.outputs", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
-{ &hf_x11_randr_GetScreenResourcesCurrent_reply_modes, { "modes", "x11.randr.GetScreenResourcesCurrent.reply.modes", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_randr_GetScreenResourcesCurrent_reply_modes, { "modes", "x11.randr.GetScreenResourcesCurrent.reply.modes.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetScreenResourcesCurrent_reply_modes_item, { "modes", "x11.randr.GetScreenResourcesCurrent.reply.modes", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetScreenResourcesCurrent_reply_names, { "names", "x11.randr.GetScreenResourcesCurrent.reply.names", FT_BYTES, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_SetCrtcTransform_crtc, { "crtc", "x11.randr.SetCrtcTransform.crtc", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_SetCrtcTransform_transform, { "transform", "x11.randr.SetCrtcTransform.transform", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_SetCrtcTransform_filter_len, { "filter_len", "x11.randr.SetCrtcTransform.filter_len", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_SetCrtcTransform_filter_name, { "filter_name", "x11.randr.SetCrtcTransform.filter_name", FT_STRING, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_randr_SetCrtcTransform_filter_params, { "filter_params", "x11.randr.SetCrtcTransform.filter_params", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_randr_SetCrtcTransform_filter_params, { "filter_params", "x11.randr.SetCrtcTransform.filter_params.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_SetCrtcTransform_filter_params_item, { "filter_params", "x11.randr.SetCrtcTransform.filter_params", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetCrtcTransform_crtc, { "crtc", "x11.randr.GetCrtcTransform.crtc", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetCrtcTransform_reply_pending_transform, { "pending_transform", "x11.randr.GetCrtcTransform.reply.pending_transform", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
@@ -2957,10 +2957,10 @@
{ &hf_x11_randr_GetCrtcTransform_reply_current_len, { "current_len", "x11.randr.GetCrtcTransform.reply.current_len", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetCrtcTransform_reply_current_nparams, { "current_nparams", "x11.randr.GetCrtcTransform.reply.current_nparams", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetCrtcTransform_reply_pending_filter_name, { "pending_filter_name", "x11.randr.GetCrtcTransform.reply.pending_filter_name", FT_STRING, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_randr_GetCrtcTransform_reply_pending_params, { "pending_params", "x11.randr.GetCrtcTransform.reply.pending_params", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_randr_GetCrtcTransform_reply_pending_params, { "pending_params", "x11.randr.GetCrtcTransform.reply.pending_params.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetCrtcTransform_reply_pending_params_item, { "pending_params", "x11.randr.GetCrtcTransform.reply.pending_params", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetCrtcTransform_reply_current_filter_name, { "current_filter_name", "x11.randr.GetCrtcTransform.reply.current_filter_name", FT_STRING, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_randr_GetCrtcTransform_reply_current_params, { "current_params", "x11.randr.GetCrtcTransform.reply.current_params", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_randr_GetCrtcTransform_reply_current_params, { "current_params", "x11.randr.GetCrtcTransform.reply.current_params.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetCrtcTransform_reply_current_params_item, { "current_params", "x11.randr.GetCrtcTransform.reply.current_params", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetPanning_crtc, { "crtc", "x11.randr.GetPanning.crtc", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetPanning_reply_status, { "status", "x11.randr.GetPanning.reply.status", FT_UINT8, BASE_HEX_DEC, VALS(x11_enum_randr_SetConfig), 0, NULL, HFILL }},
@@ -3000,7 +3000,7 @@
{ &hf_x11_randr_GetProviders_window, { "window", "x11.randr.GetProviders.window", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetProviders_reply_timestamp, { "timestamp", "x11.randr.GetProviders.reply.timestamp", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetProviders_reply_num_providers, { "num_providers", "x11.randr.GetProviders.reply.num_providers", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_randr_GetProviders_reply_providers, { "providers", "x11.randr.GetProviders.reply.providers", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_randr_GetProviders_reply_providers, { "providers", "x11.randr.GetProviders.reply.providers.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetProviders_reply_providers_item, { "providers", "x11.randr.GetProviders.reply.providers", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetProviderInfo_provider, { "provider", "x11.randr.GetProviderInfo.provider", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetProviderInfo_config_timestamp, { "config_timestamp", "x11.randr.GetProviderInfo.config_timestamp", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -3015,13 +3015,13 @@
{ &hf_x11_randr_GetProviderInfo_reply_num_outputs, { "num_outputs", "x11.randr.GetProviderInfo.reply.num_outputs", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetProviderInfo_reply_num_associated_providers, { "num_associated_providers", "x11.randr.GetProviderInfo.reply.num_associated_providers", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetProviderInfo_reply_name_len, { "name_len", "x11.randr.GetProviderInfo.reply.name_len", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_randr_GetProviderInfo_reply_crtcs, { "crtcs", "x11.randr.GetProviderInfo.reply.crtcs", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_randr_GetProviderInfo_reply_crtcs, { "crtcs", "x11.randr.GetProviderInfo.reply.crtcs.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetProviderInfo_reply_crtcs_item, { "crtcs", "x11.randr.GetProviderInfo.reply.crtcs", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
-{ &hf_x11_randr_GetProviderInfo_reply_outputs, { "outputs", "x11.randr.GetProviderInfo.reply.outputs", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_randr_GetProviderInfo_reply_outputs, { "outputs", "x11.randr.GetProviderInfo.reply.outputs.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetProviderInfo_reply_outputs_item, { "outputs", "x11.randr.GetProviderInfo.reply.outputs", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
-{ &hf_x11_randr_GetProviderInfo_reply_associated_providers, { "associated_providers", "x11.randr.GetProviderInfo.reply.associated_providers", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_randr_GetProviderInfo_reply_associated_providers, { "associated_providers", "x11.randr.GetProviderInfo.reply.associated_providers.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetProviderInfo_reply_associated_providers_item, { "associated_providers", "x11.randr.GetProviderInfo.reply.associated_providers", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
-{ &hf_x11_randr_GetProviderInfo_reply_associated_capability, { "associated_capability", "x11.randr.GetProviderInfo.reply.associated_capability", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_randr_GetProviderInfo_reply_associated_capability, { "associated_capability", "x11.randr.GetProviderInfo.reply.associated_capability.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetProviderInfo_reply_associated_capability_item, { "associated_capability", "x11.randr.GetProviderInfo.reply.associated_capability", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_GetProviderInfo_reply_name, { "name", "x11.randr.GetProviderInfo.reply.name", FT_STRING, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_SetProviderOffloadSink_provider, { "provider", "x11.randr.SetProviderOffloadSink.provider", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
@@ -3032,20 +3032,20 @@
{ &hf_x11_randr_SetProviderOutputSource_config_timestamp, { "config_timestamp", "x11.randr.SetProviderOutputSource.config_timestamp", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_ListProviderProperties_provider, { "provider", "x11.randr.ListProviderProperties.provider", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_ListProviderProperties_reply_num_atoms, { "num_atoms", "x11.randr.ListProviderProperties.reply.num_atoms", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_randr_ListProviderProperties_reply_atoms, { "atoms", "x11.randr.ListProviderProperties.reply.atoms", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_randr_ListProviderProperties_reply_atoms, { "atoms", "x11.randr.ListProviderProperties.reply.atoms.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_ListProviderProperties_reply_atoms_item, { "atoms", "x11.randr.ListProviderProperties.reply.atoms", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_QueryProviderProperty_provider, { "provider", "x11.randr.QueryProviderProperty.provider", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_QueryProviderProperty_property, { "property", "x11.randr.QueryProviderProperty.property", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_QueryProviderProperty_reply_pending, { "pending", "x11.randr.QueryProviderProperty.reply.pending", FT_BOOLEAN, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_QueryProviderProperty_reply_range, { "range", "x11.randr.QueryProviderProperty.reply.range", FT_BOOLEAN, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_QueryProviderProperty_reply_immutable, { "immutable", "x11.randr.QueryProviderProperty.reply.immutable", FT_BOOLEAN, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_randr_QueryProviderProperty_reply_valid_values, { "valid_values", "x11.randr.QueryProviderProperty.reply.valid_values", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_randr_QueryProviderProperty_reply_valid_values, { "valid_values", "x11.randr.QueryProviderProperty.reply.valid_values.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_QueryProviderProperty_reply_valid_values_item, { "valid_values", "x11.randr.QueryProviderProperty.reply.valid_values", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_ConfigureProviderProperty_provider, { "provider", "x11.randr.ConfigureProviderProperty.provider", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_ConfigureProviderProperty_property, { "property", "x11.randr.ConfigureProviderProperty.property", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_ConfigureProviderProperty_pending, { "pending", "x11.randr.ConfigureProviderProperty.pending", FT_BOOLEAN, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_ConfigureProviderProperty_range, { "range", "x11.randr.ConfigureProviderProperty.range", FT_BOOLEAN, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_randr_ConfigureProviderProperty_values, { "values", "x11.randr.ConfigureProviderProperty.values", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_randr_ConfigureProviderProperty_values, { "values", "x11.randr.ConfigureProviderProperty.values.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_ConfigureProviderProperty_values_item, { "values", "x11.randr.ConfigureProviderProperty.values", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_ChangeProviderProperty_provider, { "provider", "x11.randr.ChangeProviderProperty.provider", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_randr_ChangeProviderProperty_property, { "property", "x11.randr.ChangeProviderProperty.property", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
@@ -3111,7 +3111,7 @@
{ &hf_x11_struct_record_ClientInfo, { "record_ClientInfo", "x11.struct.record_ClientInfo", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_record_ClientInfo_client_resource, { "client_resource", "x11.struct.record_ClientInfo.client_resource", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_record_ClientInfo_num_ranges, { "num_ranges", "x11.struct.record_ClientInfo.num_ranges", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_struct_record_ClientInfo_ranges, { "ranges", "x11.struct.record_ClientInfo.ranges", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_struct_record_ClientInfo_ranges, { "ranges", "x11.struct.record_ClientInfo.ranges.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_record_ClientInfo_ranges_item, { "ranges", "x11.struct.record_ClientInfo.ranges", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_record_QueryVersion_major_version, { "major_version", "x11.record.QueryVersion.major_version", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_record_QueryVersion_minor_version, { "minor_version", "x11.record.QueryVersion.minor_version", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -3121,21 +3121,21 @@
{ &hf_x11_record_CreateContext_element_header, { "element_header", "x11.record.CreateContext.element_header", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_record_CreateContext_num_client_specs, { "num_client_specs", "x11.record.CreateContext.num_client_specs", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_record_CreateContext_num_ranges, { "num_ranges", "x11.record.CreateContext.num_ranges", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_record_CreateContext_client_specs, { "client_specs", "x11.record.CreateContext.client_specs", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_record_CreateContext_client_specs, { "client_specs", "x11.record.CreateContext.client_specs.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_record_CreateContext_client_specs_item, { "client_specs", "x11.record.CreateContext.client_specs", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_record_CreateContext_ranges, { "ranges", "x11.record.CreateContext.ranges", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_record_CreateContext_ranges, { "ranges", "x11.record.CreateContext.ranges.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_record_CreateContext_ranges_item, { "ranges", "x11.record.CreateContext.ranges", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_record_RegisterClients_context, { "context", "x11.record.RegisterClients.context", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_record_RegisterClients_element_header, { "element_header", "x11.record.RegisterClients.element_header", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_record_RegisterClients_num_client_specs, { "num_client_specs", "x11.record.RegisterClients.num_client_specs", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_record_RegisterClients_num_ranges, { "num_ranges", "x11.record.RegisterClients.num_ranges", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_record_RegisterClients_client_specs, { "client_specs", "x11.record.RegisterClients.client_specs", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_record_RegisterClients_client_specs, { "client_specs", "x11.record.RegisterClients.client_specs.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_record_RegisterClients_client_specs_item, { "client_specs", "x11.record.RegisterClients.client_specs", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_record_RegisterClients_ranges, { "ranges", "x11.record.RegisterClients.ranges", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_record_RegisterClients_ranges, { "ranges", "x11.record.RegisterClients.ranges.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_record_RegisterClients_ranges_item, { "ranges", "x11.record.RegisterClients.ranges", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_record_UnregisterClients_context, { "context", "x11.record.UnregisterClients.context", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_record_UnregisterClients_num_client_specs, { "num_client_specs", "x11.record.UnregisterClients.num_client_specs", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_record_UnregisterClients_client_specs, { "client_specs", "x11.record.UnregisterClients.client_specs", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_record_UnregisterClients_client_specs, { "client_specs", "x11.record.UnregisterClients.client_specs.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_record_UnregisterClients_client_specs_item, { "client_specs", "x11.record.UnregisterClients.client_specs", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_record_GetContext_context, { "context", "x11.record.GetContext.context", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_record_GetContext_reply_enabled, { "enabled", "x11.record.GetContext.reply.enabled", FT_BOOLEAN, BASE_NONE, NULL, 0, NULL, HFILL }},
@@ -3163,14 +3163,14 @@
{ &hf_x11_render_QueryPictFormats_reply_num_depths, { "num_depths", "x11.render.QueryPictFormats.reply.num_depths", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_QueryPictFormats_reply_num_visuals, { "num_visuals", "x11.render.QueryPictFormats.reply.num_visuals", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_QueryPictFormats_reply_num_subpixel, { "num_subpixel", "x11.render.QueryPictFormats.reply.num_subpixel", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_render_QueryPictFormats_reply_formats, { "formats", "x11.render.QueryPictFormats.reply.formats", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_render_QueryPictFormats_reply_formats, { "formats", "x11.render.QueryPictFormats.reply.formats.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_QueryPictFormats_reply_formats_item, { "formats", "x11.render.QueryPictFormats.reply.formats", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_QueryPictFormats_reply_screens, { "screens", "x11.render.QueryPictFormats.reply.screens", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_render_QueryPictFormats_reply_subpixels, { "subpixels", "x11.render.QueryPictFormats.reply.subpixels", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_render_QueryPictFormats_reply_subpixels, { "subpixels", "x11.render.QueryPictFormats.reply.subpixels.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_QueryPictFormats_reply_subpixels_item, { "subpixels", "x11.render.QueryPictFormats.reply.subpixels", FT_UINT32, BASE_HEX_DEC, VALS(x11_enum_render_SubPixel), 0, NULL, HFILL }},
{ &hf_x11_render_QueryPictIndexValues_format, { "format", "x11.render.QueryPictIndexValues.format", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_QueryPictIndexValues_reply_num_values, { "num_values", "x11.render.QueryPictIndexValues.reply.num_values", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_render_QueryPictIndexValues_reply_values, { "values", "x11.render.QueryPictIndexValues.reply.values", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_render_QueryPictIndexValues_reply_values, { "values", "x11.render.QueryPictIndexValues.reply.values.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_QueryPictIndexValues_reply_values_item, { "values", "x11.render.QueryPictIndexValues.reply.values", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_CreatePicture_pid, { "pid", "x11.render.CreatePicture.pid", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_CreatePicture_drawable, { "drawable", "x11.render.CreatePicture.drawable", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
@@ -3233,7 +3233,7 @@
{ &hf_x11_render_SetPictureClipRectangles_picture, { "picture", "x11.render.SetPictureClipRectangles.picture", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_SetPictureClipRectangles_clip_x_origin, { "clip_x_origin", "x11.render.SetPictureClipRectangles.clip_x_origin", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_SetPictureClipRectangles_clip_y_origin, { "clip_y_origin", "x11.render.SetPictureClipRectangles.clip_y_origin", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_render_SetPictureClipRectangles_rectangles, { "rectangles", "x11.render.SetPictureClipRectangles.rectangles", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_render_SetPictureClipRectangles_rectangles, { "rectangles", "x11.render.SetPictureClipRectangles.rectangles.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_SetPictureClipRectangles_rectangles_item, { "rectangles", "x11.render.SetPictureClipRectangles.rectangles", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_FreePicture_picture, { "picture", "x11.render.FreePicture.picture", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_Composite_op, { "op", "x11.render.Composite.op", FT_UINT8, BASE_HEX_DEC, VALS(x11_enum_render_PictOp), 0, NULL, HFILL }},
@@ -3254,7 +3254,7 @@
{ &hf_x11_render_Trapezoids_mask_format, { "mask_format", "x11.render.Trapezoids.mask_format", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_Trapezoids_src_x, { "src_x", "x11.render.Trapezoids.src_x", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_Trapezoids_src_y, { "src_y", "x11.render.Trapezoids.src_y", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_render_Trapezoids_traps, { "traps", "x11.render.Trapezoids.traps", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_render_Trapezoids_traps, { "traps", "x11.render.Trapezoids.traps.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_Trapezoids_traps_item, { "traps", "x11.render.Trapezoids.traps", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_Triangles_op, { "op", "x11.render.Triangles.op", FT_UINT8, BASE_HEX_DEC, VALS(x11_enum_render_PictOp), 0, NULL, HFILL }},
{ &hf_x11_render_Triangles_src, { "src", "x11.render.Triangles.src", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
@@ -3262,7 +3262,7 @@
{ &hf_x11_render_Triangles_mask_format, { "mask_format", "x11.render.Triangles.mask_format", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_Triangles_src_x, { "src_x", "x11.render.Triangles.src_x", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_Triangles_src_y, { "src_y", "x11.render.Triangles.src_y", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_render_Triangles_triangles, { "triangles", "x11.render.Triangles.triangles", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_render_Triangles_triangles, { "triangles", "x11.render.Triangles.triangles.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_Triangles_triangles_item, { "triangles", "x11.render.Triangles.triangles", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_TriStrip_op, { "op", "x11.render.TriStrip.op", FT_UINT8, BASE_HEX_DEC, VALS(x11_enum_render_PictOp), 0, NULL, HFILL }},
{ &hf_x11_render_TriStrip_src, { "src", "x11.render.TriStrip.src", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
@@ -3270,7 +3270,7 @@
{ &hf_x11_render_TriStrip_mask_format, { "mask_format", "x11.render.TriStrip.mask_format", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_TriStrip_src_x, { "src_x", "x11.render.TriStrip.src_x", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_TriStrip_src_y, { "src_y", "x11.render.TriStrip.src_y", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_render_TriStrip_points, { "points", "x11.render.TriStrip.points", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_render_TriStrip_points, { "points", "x11.render.TriStrip.points.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_TriStrip_points_item, { "points", "x11.render.TriStrip.points", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_TriFan_op, { "op", "x11.render.TriFan.op", FT_UINT8, BASE_HEX_DEC, VALS(x11_enum_render_PictOp), 0, NULL, HFILL }},
{ &hf_x11_render_TriFan_src, { "src", "x11.render.TriFan.src", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
@@ -3278,7 +3278,7 @@
{ &hf_x11_render_TriFan_mask_format, { "mask_format", "x11.render.TriFan.mask_format", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_TriFan_src_x, { "src_x", "x11.render.TriFan.src_x", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_TriFan_src_y, { "src_y", "x11.render.TriFan.src_y", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_render_TriFan_points, { "points", "x11.render.TriFan.points", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_render_TriFan_points, { "points", "x11.render.TriFan.points.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_TriFan_points_item, { "points", "x11.render.TriFan.points", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_CreateGlyphSet_gsid, { "gsid", "x11.render.CreateGlyphSet.gsid", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_CreateGlyphSet_format, { "format", "x11.render.CreateGlyphSet.format", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
@@ -3287,13 +3287,13 @@
{ &hf_x11_render_FreeGlyphSet_glyphset, { "glyphset", "x11.render.FreeGlyphSet.glyphset", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_AddGlyphs_glyphset, { "glyphset", "x11.render.AddGlyphs.glyphset", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_AddGlyphs_glyphs_len, { "glyphs_len", "x11.render.AddGlyphs.glyphs_len", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_render_AddGlyphs_glyphids, { "glyphids", "x11.render.AddGlyphs.glyphids", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_render_AddGlyphs_glyphids, { "glyphids", "x11.render.AddGlyphs.glyphids.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_AddGlyphs_glyphids_item, { "glyphids", "x11.render.AddGlyphs.glyphids", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_render_AddGlyphs_glyphs, { "glyphs", "x11.render.AddGlyphs.glyphs", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_render_AddGlyphs_glyphs, { "glyphs", "x11.render.AddGlyphs.glyphs.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_AddGlyphs_glyphs_item, { "glyphs", "x11.render.AddGlyphs.glyphs", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_AddGlyphs_data, { "data", "x11.render.AddGlyphs.data", FT_BYTES, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_FreeGlyphs_glyphset, { "glyphset", "x11.render.FreeGlyphs.glyphset", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
-{ &hf_x11_render_FreeGlyphs_glyphs, { "glyphs", "x11.render.FreeGlyphs.glyphs", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_render_FreeGlyphs_glyphs, { "glyphs", "x11.render.FreeGlyphs.glyphs.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_FreeGlyphs_glyphs_item, { "glyphs", "x11.render.FreeGlyphs.glyphs", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_CompositeGlyphs8_op, { "op", "x11.render.CompositeGlyphs8.op", FT_UINT8, BASE_HEX_DEC, VALS(x11_enum_render_PictOp), 0, NULL, HFILL }},
{ &hf_x11_render_CompositeGlyphs8_src, { "src", "x11.render.CompositeGlyphs8.src", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
@@ -3322,7 +3322,7 @@
{ &hf_x11_render_FillRectangles_op, { "op", "x11.render.FillRectangles.op", FT_UINT8, BASE_HEX_DEC, VALS(x11_enum_render_PictOp), 0, NULL, HFILL }},
{ &hf_x11_render_FillRectangles_dst, { "dst", "x11.render.FillRectangles.dst", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_FillRectangles_color, { "color", "x11.render.FillRectangles.color", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_render_FillRectangles_rects, { "rects", "x11.render.FillRectangles.rects", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_render_FillRectangles_rects, { "rects", "x11.render.FillRectangles.rects.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_FillRectangles_rects_item, { "rects", "x11.render.FillRectangles.rects", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_CreateCursor_cid, { "cid", "x11.render.CreateCursor.cid", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_CreateCursor_source, { "source", "x11.render.CreateCursor.source", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
@@ -3333,21 +3333,21 @@
{ &hf_x11_render_QueryFilters_drawable, { "drawable", "x11.render.QueryFilters.drawable", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_QueryFilters_reply_num_aliases, { "num_aliases", "x11.render.QueryFilters.reply.num_aliases", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_QueryFilters_reply_num_filters, { "num_filters", "x11.render.QueryFilters.reply.num_filters", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_render_QueryFilters_reply_aliases, { "aliases", "x11.render.QueryFilters.reply.aliases", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_render_QueryFilters_reply_aliases, { "aliases", "x11.render.QueryFilters.reply.aliases.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_QueryFilters_reply_aliases_item, { "aliases", "x11.render.QueryFilters.reply.aliases", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_QueryFilters_reply_filters, { "filters", "x11.render.QueryFilters.reply.filters", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_SetPictureFilter_picture, { "picture", "x11.render.SetPictureFilter.picture", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_SetPictureFilter_filter_len, { "filter_len", "x11.render.SetPictureFilter.filter_len", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_SetPictureFilter_filter, { "filter", "x11.render.SetPictureFilter.filter", FT_STRING, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_render_SetPictureFilter_values, { "values", "x11.render.SetPictureFilter.values", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_render_SetPictureFilter_values, { "values", "x11.render.SetPictureFilter.values.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_SetPictureFilter_values_item, { "values", "x11.render.SetPictureFilter.values", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_CreateAnimCursor_cid, { "cid", "x11.render.CreateAnimCursor.cid", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
-{ &hf_x11_render_CreateAnimCursor_cursors, { "cursors", "x11.render.CreateAnimCursor.cursors", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_render_CreateAnimCursor_cursors, { "cursors", "x11.render.CreateAnimCursor.cursors.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_CreateAnimCursor_cursors_item, { "cursors", "x11.render.CreateAnimCursor.cursors", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_AddTraps_picture, { "picture", "x11.render.AddTraps.picture", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_AddTraps_x_off, { "x_off", "x11.render.AddTraps.x_off", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_AddTraps_y_off, { "y_off", "x11.render.AddTraps.y_off", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_render_AddTraps_traps, { "traps", "x11.render.AddTraps.traps", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_render_AddTraps_traps, { "traps", "x11.render.AddTraps.traps.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_AddTraps_traps_item, { "traps", "x11.render.AddTraps.traps", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_CreateSolidFill_picture, { "picture", "x11.render.CreateSolidFill.picture", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_CreateSolidFill_color, { "color", "x11.render.CreateSolidFill.color", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
@@ -3355,9 +3355,9 @@
{ &hf_x11_render_CreateLinearGradient_p1, { "p1", "x11.render.CreateLinearGradient.p1", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_CreateLinearGradient_p2, { "p2", "x11.render.CreateLinearGradient.p2", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_CreateLinearGradient_num_stops, { "num_stops", "x11.render.CreateLinearGradient.num_stops", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_render_CreateLinearGradient_stops, { "stops", "x11.render.CreateLinearGradient.stops", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_render_CreateLinearGradient_stops, { "stops", "x11.render.CreateLinearGradient.stops.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_CreateLinearGradient_stops_item, { "stops", "x11.render.CreateLinearGradient.stops", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_render_CreateLinearGradient_colors, { "colors", "x11.render.CreateLinearGradient.colors", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_render_CreateLinearGradient_colors, { "colors", "x11.render.CreateLinearGradient.colors.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_CreateLinearGradient_colors_item, { "colors", "x11.render.CreateLinearGradient.colors", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_CreateRadialGradient_picture, { "picture", "x11.render.CreateRadialGradient.picture", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_CreateRadialGradient_inner, { "inner", "x11.render.CreateRadialGradient.inner", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
@@ -3365,17 +3365,17 @@
{ &hf_x11_render_CreateRadialGradient_inner_radius, { "inner_radius", "x11.render.CreateRadialGradient.inner_radius", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_CreateRadialGradient_outer_radius, { "outer_radius", "x11.render.CreateRadialGradient.outer_radius", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_CreateRadialGradient_num_stops, { "num_stops", "x11.render.CreateRadialGradient.num_stops", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_render_CreateRadialGradient_stops, { "stops", "x11.render.CreateRadialGradient.stops", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_render_CreateRadialGradient_stops, { "stops", "x11.render.CreateRadialGradient.stops.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_CreateRadialGradient_stops_item, { "stops", "x11.render.CreateRadialGradient.stops", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_render_CreateRadialGradient_colors, { "colors", "x11.render.CreateRadialGradient.colors", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_render_CreateRadialGradient_colors, { "colors", "x11.render.CreateRadialGradient.colors.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_CreateRadialGradient_colors_item, { "colors", "x11.render.CreateRadialGradient.colors", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_CreateConicalGradient_picture, { "picture", "x11.render.CreateConicalGradient.picture", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_CreateConicalGradient_center, { "center", "x11.render.CreateConicalGradient.center", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_CreateConicalGradient_angle, { "angle", "x11.render.CreateConicalGradient.angle", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_CreateConicalGradient_num_stops, { "num_stops", "x11.render.CreateConicalGradient.num_stops", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_render_CreateConicalGradient_stops, { "stops", "x11.render.CreateConicalGradient.stops", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_render_CreateConicalGradient_stops, { "stops", "x11.render.CreateConicalGradient.stops.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_CreateConicalGradient_stops_item, { "stops", "x11.render.CreateConicalGradient.stops", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_render_CreateConicalGradient_colors, { "colors", "x11.render.CreateConicalGradient.colors", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_render_CreateConicalGradient_colors, { "colors", "x11.render.CreateConicalGradient.colors.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_CreateConicalGradient_colors_item, { "colors", "x11.render.CreateConicalGradient.colors", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_render_extension_minor, { "extension-minor", "x11.extension-minor", FT_UINT8, BASE_DEC, VALS(render_extension_minor), 0, "minor opcode", HFILL }},
@@ -3393,7 +3393,7 @@
{ &hf_x11_struct_res_ClientIdValue, { "res_ClientIdValue", "x11.struct.res_ClientIdValue", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_res_ClientIdValue_spec, { "spec", "x11.struct.res_ClientIdValue.spec", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_res_ClientIdValue_length, { "length", "x11.struct.res_ClientIdValue.length", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_struct_res_ClientIdValue_value, { "value", "x11.struct.res_ClientIdValue.value", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_struct_res_ClientIdValue_value, { "value", "x11.struct.res_ClientIdValue.value.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_res_ClientIdValue_value_item, { "value", "x11.struct.res_ClientIdValue.value", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_res_ResourceIdSpec, { "res_ResourceIdSpec", "x11.struct.res_ResourceIdSpec", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_res_ResourceIdSpec_resource, { "resource", "x11.struct.res_ResourceIdSpec.resource", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -3406,30 +3406,30 @@
{ &hf_x11_struct_res_ResourceSizeValue, { "res_ResourceSizeValue", "x11.struct.res_ResourceSizeValue", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_res_ResourceSizeValue_size, { "size", "x11.struct.res_ResourceSizeValue.size", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_res_ResourceSizeValue_num_cross_references, { "num_cross_references", "x11.struct.res_ResourceSizeValue.num_cross_references", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_struct_res_ResourceSizeValue_cross_references, { "cross_references", "x11.struct.res_ResourceSizeValue.cross_references", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_struct_res_ResourceSizeValue_cross_references, { "cross_references", "x11.struct.res_ResourceSizeValue.cross_references.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_res_ResourceSizeValue_cross_references_item, { "cross_references", "x11.struct.res_ResourceSizeValue.cross_references", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_res_QueryVersion_client_major, { "client_major", "x11.res.QueryVersion.client_major", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_res_QueryVersion_client_minor, { "client_minor", "x11.res.QueryVersion.client_minor", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_res_QueryVersion_reply_server_major, { "server_major", "x11.res.QueryVersion.reply.server_major", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_res_QueryVersion_reply_server_minor, { "server_minor", "x11.res.QueryVersion.reply.server_minor", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_res_QueryClients_reply_num_clients, { "num_clients", "x11.res.QueryClients.reply.num_clients", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_res_QueryClients_reply_clients, { "clients", "x11.res.QueryClients.reply.clients", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_res_QueryClients_reply_clients, { "clients", "x11.res.QueryClients.reply.clients.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_res_QueryClients_reply_clients_item, { "clients", "x11.res.QueryClients.reply.clients", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_res_QueryClientResources_xid, { "xid", "x11.res.QueryClientResources.xid", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_res_QueryClientResources_reply_num_types, { "num_types", "x11.res.QueryClientResources.reply.num_types", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_res_QueryClientResources_reply_types, { "types", "x11.res.QueryClientResources.reply.types", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_res_QueryClientResources_reply_types, { "types", "x11.res.QueryClientResources.reply.types.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_res_QueryClientResources_reply_types_item, { "types", "x11.res.QueryClientResources.reply.types", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_res_QueryClientPixmapBytes_xid, { "xid", "x11.res.QueryClientPixmapBytes.xid", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_res_QueryClientPixmapBytes_reply_bytes, { "bytes", "x11.res.QueryClientPixmapBytes.reply.bytes", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_res_QueryClientPixmapBytes_reply_bytes_overflow, { "bytes_overflow", "x11.res.QueryClientPixmapBytes.reply.bytes_overflow", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_res_QueryClientIds_num_specs, { "num_specs", "x11.res.QueryClientIds.num_specs", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_res_QueryClientIds_specs, { "specs", "x11.res.QueryClientIds.specs", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_res_QueryClientIds_specs, { "specs", "x11.res.QueryClientIds.specs.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_res_QueryClientIds_specs_item, { "specs", "x11.res.QueryClientIds.specs", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_res_QueryClientIds_reply_num_ids, { "num_ids", "x11.res.QueryClientIds.reply.num_ids", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_res_QueryClientIds_reply_ids, { "ids", "x11.res.QueryClientIds.reply.ids", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_res_QueryResourceBytes_client, { "client", "x11.res.QueryResourceBytes.client", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_res_QueryResourceBytes_num_specs, { "num_specs", "x11.res.QueryResourceBytes.num_specs", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_res_QueryResourceBytes_specs, { "specs", "x11.res.QueryResourceBytes.specs", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_res_QueryResourceBytes_specs, { "specs", "x11.res.QueryResourceBytes.specs.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_res_QueryResourceBytes_specs_item, { "specs", "x11.res.QueryResourceBytes.specs", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_res_QueryResourceBytes_reply_num_sizes, { "num_sizes", "x11.res.QueryResourceBytes.reply.num_sizes", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_res_QueryResourceBytes_reply_sizes, { "sizes", "x11.res.QueryResourceBytes.reply.sizes", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
@@ -3552,7 +3552,7 @@
{ &hf_x11_shape_Rectangles_destination_window, { "destination_window", "x11.shape.Rectangles.destination_window", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_shape_Rectangles_x_offset, { "x_offset", "x11.shape.Rectangles.x_offset", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_shape_Rectangles_y_offset, { "y_offset", "x11.shape.Rectangles.y_offset", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_shape_Rectangles_rectangles, { "rectangles", "x11.shape.Rectangles.rectangles", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_shape_Rectangles_rectangles, { "rectangles", "x11.shape.Rectangles.rectangles.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_shape_Rectangles_rectangles_item, { "rectangles", "x11.shape.Rectangles.rectangles", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_shape_Mask_operation, { "operation", "x11.shape.Mask.operation", FT_UINT8, BASE_HEX_DEC, VALS(x11_enum_shape_SO), 0, NULL, HFILL }},
{ &hf_x11_shape_Mask_destination_kind, { "destination_kind", "x11.shape.Mask.destination_kind", FT_UINT8, BASE_HEX_DEC, VALS(x11_enum_shape_SK), 0, NULL, HFILL }},
@@ -3590,7 +3590,7 @@
{ &hf_x11_shape_GetRectangles_source_kind, { "source_kind", "x11.shape.GetRectangles.source_kind", FT_UINT8, BASE_HEX_DEC, VALS(x11_enum_shape_SK), 0, NULL, HFILL }},
{ &hf_x11_shape_GetRectangles_reply_ordering, { "ordering", "x11.shape.GetRectangles.reply.ordering", FT_UINT8, BASE_DEC, VALS(x11_enum_xproto_ClipOrdering), 0, NULL, HFILL }},
{ &hf_x11_shape_GetRectangles_reply_rectangles_len, { "rectangles_len", "x11.shape.GetRectangles.reply.rectangles_len", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_shape_GetRectangles_reply_rectangles, { "rectangles", "x11.shape.GetRectangles.reply.rectangles", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_shape_GetRectangles_reply_rectangles, { "rectangles", "x11.shape.GetRectangles.reply.rectangles.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_shape_GetRectangles_reply_rectangles_item, { "rectangles", "x11.shape.GetRectangles.reply.rectangles", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_shape_extension_minor, { "extension-minor", "x11.extension-minor", FT_UINT8, BASE_DEC, VALS(shape_extension_minor), 0, "minor opcode", HFILL }},
@@ -3657,7 +3657,7 @@
{ &hf_x11_sync_DestroyCounter_counter, { "counter", "x11.sync.DestroyCounter.counter", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_sync_QueryCounter_counter, { "counter", "x11.sync.QueryCounter.counter", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_sync_QueryCounter_reply_counter_value, { "counter_value", "x11.sync.QueryCounter.reply.counter_value", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_sync_Await_wait_list, { "wait_list", "x11.sync.Await.wait_list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_sync_Await_wait_list, { "wait_list", "x11.sync.Await.wait_list.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_sync_Await_wait_list_item, { "wait_list", "x11.sync.Await.wait_list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_sync_ChangeCounter_counter, { "counter", "x11.sync.ChangeCounter.counter", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_sync_ChangeCounter_amount, { "amount", "x11.sync.ChangeCounter.amount", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
@@ -3709,7 +3709,7 @@
{ &hf_x11_sync_DestroyFence_fence, { "fence", "x11.sync.DestroyFence.fence", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_sync_QueryFence_fence, { "fence", "x11.sync.QueryFence.fence", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_sync_QueryFence_reply_triggered, { "triggered", "x11.sync.QueryFence.reply.triggered", FT_BOOLEAN, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_sync_AwaitFence_fence_list, { "fence_list", "x11.sync.AwaitFence.fence_list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_sync_AwaitFence_fence_list, { "fence_list", "x11.sync.AwaitFence.fence_list.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_sync_AwaitFence_fence_list_item, { "fence_list", "x11.sync.AwaitFence.fence_list", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_sync_AlarmNotify_kind, { "kind", "x11.sync.AlarmNotify.kind", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_sync_AlarmNotify_alarm, { "alarm", "x11.sync.AlarmNotify.alarm", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
@@ -3727,7 +3727,7 @@
{ &hf_x11_xc_misc_GetXIDRange_reply_count, { "count", "x11.xc_misc.GetXIDRange.reply.count", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xc_misc_GetXIDList_count, { "count", "x11.xc_misc.GetXIDList.count", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xc_misc_GetXIDList_reply_ids_len, { "ids_len", "x11.xc_misc.GetXIDList.reply.ids_len", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xc_misc_GetXIDList_reply_ids, { "ids", "x11.xc_misc.GetXIDList.reply.ids", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xc_misc_GetXIDList_reply_ids, { "ids", "x11.xc_misc.GetXIDList.reply.ids.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xc_misc_GetXIDList_reply_ids_item, { "ids", "x11.xc_misc.GetXIDList.reply.ids", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xc_misc_extension_minor, { "extension-minor", "x11.extension-minor", FT_UINT8, BASE_DEC, VALS(xc_misc_extension_minor), 0, "minor opcode", HFILL }},
@@ -3788,9 +3788,9 @@
{ &hf_x11_xf86dri_GetDrawableInfo_reply_back_x, { "back_x", "x11.xf86dri.GetDrawableInfo.reply.back_x", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xf86dri_GetDrawableInfo_reply_back_y, { "back_y", "x11.xf86dri.GetDrawableInfo.reply.back_y", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xf86dri_GetDrawableInfo_reply_num_back_clip_rects, { "num_back_clip_rects", "x11.xf86dri.GetDrawableInfo.reply.num_back_clip_rects", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xf86dri_GetDrawableInfo_reply_clip_rects, { "clip_rects", "x11.xf86dri.GetDrawableInfo.reply.clip_rects", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xf86dri_GetDrawableInfo_reply_clip_rects, { "clip_rects", "x11.xf86dri.GetDrawableInfo.reply.clip_rects.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xf86dri_GetDrawableInfo_reply_clip_rects_item, { "clip_rects", "x11.xf86dri.GetDrawableInfo.reply.clip_rects", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xf86dri_GetDrawableInfo_reply_back_clip_rects, { "back_clip_rects", "x11.xf86dri.GetDrawableInfo.reply.back_clip_rects", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xf86dri_GetDrawableInfo_reply_back_clip_rects, { "back_clip_rects", "x11.xf86dri.GetDrawableInfo.reply.back_clip_rects.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xf86dri_GetDrawableInfo_reply_back_clip_rects_item, { "back_clip_rects", "x11.xf86dri.GetDrawableInfo.reply.back_clip_rects", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xf86dri_GetDeviceInfo_screen, { "screen", "x11.xf86dri.GetDeviceInfo.screen", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xf86dri_GetDeviceInfo_reply_framebuffer_handle_low, { "framebuffer_handle_low", "x11.xf86dri.GetDeviceInfo.reply.framebuffer_handle_low", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -3799,7 +3799,7 @@
{ &hf_x11_xf86dri_GetDeviceInfo_reply_framebuffer_size, { "framebuffer_size", "x11.xf86dri.GetDeviceInfo.reply.framebuffer_size", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xf86dri_GetDeviceInfo_reply_framebuffer_stride, { "framebuffer_stride", "x11.xf86dri.GetDeviceInfo.reply.framebuffer_stride", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xf86dri_GetDeviceInfo_reply_device_private_size, { "device_private_size", "x11.xf86dri.GetDeviceInfo.reply.device_private_size", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xf86dri_GetDeviceInfo_reply_device_private, { "device_private", "x11.xf86dri.GetDeviceInfo.reply.device_private", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xf86dri_GetDeviceInfo_reply_device_private, { "device_private", "x11.xf86dri.GetDeviceInfo.reply.device_private.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xf86dri_GetDeviceInfo_reply_device_private_item, { "device_private", "x11.xf86dri.GetDeviceInfo.reply.device_private", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xf86dri_AuthConnection_screen, { "screen", "x11.xf86dri.AuthConnection.screen", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xf86dri_AuthConnection_magic, { "magic", "x11.xf86dri.AuthConnection.magic", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -3894,9 +3894,9 @@
{ &hf_x11_xf86vidmode_GetMonitor_reply_model_length, { "model_length", "x11.xf86vidmode.GetMonitor.reply.model_length", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xf86vidmode_GetMonitor_reply_num_hsync, { "num_hsync", "x11.xf86vidmode.GetMonitor.reply.num_hsync", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xf86vidmode_GetMonitor_reply_num_vsync, { "num_vsync", "x11.xf86vidmode.GetMonitor.reply.num_vsync", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xf86vidmode_GetMonitor_reply_hsync, { "hsync", "x11.xf86vidmode.GetMonitor.reply.hsync", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xf86vidmode_GetMonitor_reply_hsync, { "hsync", "x11.xf86vidmode.GetMonitor.reply.hsync.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xf86vidmode_GetMonitor_reply_hsync_item, { "hsync", "x11.xf86vidmode.GetMonitor.reply.hsync", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xf86vidmode_GetMonitor_reply_vsync, { "vsync", "x11.xf86vidmode.GetMonitor.reply.vsync", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xf86vidmode_GetMonitor_reply_vsync, { "vsync", "x11.xf86vidmode.GetMonitor.reply.vsync.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xf86vidmode_GetMonitor_reply_vsync_item, { "vsync", "x11.xf86vidmode.GetMonitor.reply.vsync", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xf86vidmode_GetMonitor_reply_vendor, { "vendor", "x11.xf86vidmode.GetMonitor.reply.vendor", FT_STRING, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xf86vidmode_GetMonitor_reply_alignment_pad, { "alignment_pad", "x11.xf86vidmode.GetMonitor.reply.alignment_pad", FT_BYTES, BASE_NONE, NULL, 0, NULL, HFILL }},
@@ -3905,7 +3905,7 @@
{ &hf_x11_xf86vidmode_LockModeSwitch_lock, { "lock", "x11.xf86vidmode.LockModeSwitch.lock", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xf86vidmode_GetAllModeLines_screen, { "screen", "x11.xf86vidmode.GetAllModeLines.screen", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xf86vidmode_GetAllModeLines_reply_modecount, { "modecount", "x11.xf86vidmode.GetAllModeLines.reply.modecount", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xf86vidmode_GetAllModeLines_reply_modeinfo, { "modeinfo", "x11.xf86vidmode.GetAllModeLines.reply.modeinfo", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xf86vidmode_GetAllModeLines_reply_modeinfo, { "modeinfo", "x11.xf86vidmode.GetAllModeLines.reply.modeinfo.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xf86vidmode_GetAllModeLines_reply_modeinfo_item, { "modeinfo", "x11.xf86vidmode.GetAllModeLines.reply.modeinfo", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xf86vidmode_AddModeLine_screen, { "screen", "x11.xf86vidmode.AddModeLine.screen", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xf86vidmode_AddModeLine_dotclock, { "dotclock", "x11.xf86vidmode.AddModeLine.dotclock", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -4051,7 +4051,7 @@
{ &hf_x11_xf86vidmode_GetDotClocks_reply_flags, { "flags", "x11.xf86vidmode.GetDotClocks.reply.flags", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xf86vidmode_GetDotClocks_reply_clocks, { "clocks", "x11.xf86vidmode.GetDotClocks.reply.clocks", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xf86vidmode_GetDotClocks_reply_maxclocks, { "maxclocks", "x11.xf86vidmode.GetDotClocks.reply.maxclocks", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xf86vidmode_GetDotClocks_reply_clock, { "clock", "x11.xf86vidmode.GetDotClocks.reply.clock", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xf86vidmode_GetDotClocks_reply_clock, { "clock", "x11.xf86vidmode.GetDotClocks.reply.clock.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xf86vidmode_GetDotClocks_reply_clock_item, { "clock", "x11.xf86vidmode.GetDotClocks.reply.clock", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xf86vidmode_SetClientVersion_major, { "major", "x11.xf86vidmode.SetClientVersion.major", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xf86vidmode_SetClientVersion_minor, { "minor", "x11.xf86vidmode.SetClientVersion.minor", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -4066,19 +4066,19 @@
{ &hf_x11_xf86vidmode_GetGammaRamp_screen, { "screen", "x11.xf86vidmode.GetGammaRamp.screen", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xf86vidmode_GetGammaRamp_size, { "size", "x11.xf86vidmode.GetGammaRamp.size", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xf86vidmode_GetGammaRamp_reply_size, { "size", "x11.xf86vidmode.GetGammaRamp.reply.size", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xf86vidmode_GetGammaRamp_reply_red, { "red", "x11.xf86vidmode.GetGammaRamp.reply.red", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xf86vidmode_GetGammaRamp_reply_red, { "red", "x11.xf86vidmode.GetGammaRamp.reply.red.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xf86vidmode_GetGammaRamp_reply_red_item, { "red", "x11.xf86vidmode.GetGammaRamp.reply.red", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xf86vidmode_GetGammaRamp_reply_green, { "green", "x11.xf86vidmode.GetGammaRamp.reply.green", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xf86vidmode_GetGammaRamp_reply_green, { "green", "x11.xf86vidmode.GetGammaRamp.reply.green.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xf86vidmode_GetGammaRamp_reply_green_item, { "green", "x11.xf86vidmode.GetGammaRamp.reply.green", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xf86vidmode_GetGammaRamp_reply_blue, { "blue", "x11.xf86vidmode.GetGammaRamp.reply.blue", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xf86vidmode_GetGammaRamp_reply_blue, { "blue", "x11.xf86vidmode.GetGammaRamp.reply.blue.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xf86vidmode_GetGammaRamp_reply_blue_item, { "blue", "x11.xf86vidmode.GetGammaRamp.reply.blue", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xf86vidmode_SetGammaRamp_screen, { "screen", "x11.xf86vidmode.SetGammaRamp.screen", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xf86vidmode_SetGammaRamp_size, { "size", "x11.xf86vidmode.SetGammaRamp.size", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xf86vidmode_SetGammaRamp_red, { "red", "x11.xf86vidmode.SetGammaRamp.red", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xf86vidmode_SetGammaRamp_red, { "red", "x11.xf86vidmode.SetGammaRamp.red.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xf86vidmode_SetGammaRamp_red_item, { "red", "x11.xf86vidmode.SetGammaRamp.red", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xf86vidmode_SetGammaRamp_green, { "green", "x11.xf86vidmode.SetGammaRamp.green", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xf86vidmode_SetGammaRamp_green, { "green", "x11.xf86vidmode.SetGammaRamp.green.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xf86vidmode_SetGammaRamp_green_item, { "green", "x11.xf86vidmode.SetGammaRamp.green", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xf86vidmode_SetGammaRamp_blue, { "blue", "x11.xf86vidmode.SetGammaRamp.blue", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xf86vidmode_SetGammaRamp_blue, { "blue", "x11.xf86vidmode.SetGammaRamp.blue.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xf86vidmode_SetGammaRamp_blue_item, { "blue", "x11.xf86vidmode.SetGammaRamp.blue", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xf86vidmode_GetGammaRampSize_screen, { "screen", "x11.xf86vidmode.GetGammaRampSize.screen", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xf86vidmode_GetGammaRampSize_reply_size, { "size", "x11.xf86vidmode.GetGammaRampSize.reply.size", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -4117,10 +4117,10 @@
{ &hf_x11_xfixes_GetCursorImage_reply_xhot, { "xhot", "x11.xfixes.GetCursorImage.reply.xhot", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xfixes_GetCursorImage_reply_yhot, { "yhot", "x11.xfixes.GetCursorImage.reply.yhot", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xfixes_GetCursorImage_reply_cursor_serial, { "cursor_serial", "x11.xfixes.GetCursorImage.reply.cursor_serial", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xfixes_GetCursorImage_reply_cursor_image, { "cursor_image", "x11.xfixes.GetCursorImage.reply.cursor_image", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xfixes_GetCursorImage_reply_cursor_image, { "cursor_image", "x11.xfixes.GetCursorImage.reply.cursor_image.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xfixes_GetCursorImage_reply_cursor_image_item, { "cursor_image", "x11.xfixes.GetCursorImage.reply.cursor_image", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xfixes_CreateRegion_region, { "region", "x11.xfixes.CreateRegion.region", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xfixes_CreateRegion_rectangles, { "rectangles", "x11.xfixes.CreateRegion.rectangles", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xfixes_CreateRegion_rectangles, { "rectangles", "x11.xfixes.CreateRegion.rectangles.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xfixes_CreateRegion_rectangles_item, { "rectangles", "x11.xfixes.CreateRegion.rectangles", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xfixes_CreateRegionFromBitmap_region, { "region", "x11.xfixes.CreateRegionFromBitmap.region", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xfixes_CreateRegionFromBitmap_bitmap, { "bitmap", "x11.xfixes.CreateRegionFromBitmap.bitmap", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
@@ -4133,7 +4133,7 @@
{ &hf_x11_xfixes_CreateRegionFromPicture_picture, { "picture", "x11.xfixes.CreateRegionFromPicture.picture", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xfixes_DestroyRegion_region, { "region", "x11.xfixes.DestroyRegion.region", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xfixes_SetRegion_region, { "region", "x11.xfixes.SetRegion.region", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xfixes_SetRegion_rectangles, { "rectangles", "x11.xfixes.SetRegion.rectangles", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xfixes_SetRegion_rectangles, { "rectangles", "x11.xfixes.SetRegion.rectangles.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xfixes_SetRegion_rectangles_item, { "rectangles", "x11.xfixes.SetRegion.rectangles", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xfixes_CopyRegion_source, { "source", "x11.xfixes.CopyRegion.source", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xfixes_CopyRegion_destination, { "destination", "x11.xfixes.CopyRegion.destination", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
@@ -4156,7 +4156,7 @@
{ &hf_x11_xfixes_RegionExtents_destination, { "destination", "x11.xfixes.RegionExtents.destination", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xfixes_FetchRegion_region, { "region", "x11.xfixes.FetchRegion.region", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xfixes_FetchRegion_reply_extents, { "extents", "x11.xfixes.FetchRegion.reply.extents", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xfixes_FetchRegion_reply_rectangles, { "rectangles", "x11.xfixes.FetchRegion.reply.rectangles", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xfixes_FetchRegion_reply_rectangles, { "rectangles", "x11.xfixes.FetchRegion.reply.rectangles.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xfixes_FetchRegion_reply_rectangles_item, { "rectangles", "x11.xfixes.FetchRegion.reply.rectangles", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xfixes_SetGCClipRegion_gc, { "gc", "x11.xfixes.SetGCClipRegion.gc", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xfixes_SetGCClipRegion_region, { "region", "x11.xfixes.SetGCClipRegion.region", FT_UINT32, BASE_HEX, VALS(x11_enum_xfixes_Region), 0, NULL, HFILL }},
@@ -4187,7 +4187,7 @@
{ &hf_x11_xfixes_GetCursorImageAndName_reply_cursor_serial, { "cursor_serial", "x11.xfixes.GetCursorImageAndName.reply.cursor_serial", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xfixes_GetCursorImageAndName_reply_cursor_atom, { "cursor_atom", "x11.xfixes.GetCursorImageAndName.reply.cursor_atom", FT_UINT32, BASE_HEX, VALS(x11_enum_xproto_Atom), 0, NULL, HFILL }},
{ &hf_x11_xfixes_GetCursorImageAndName_reply_nbytes, { "nbytes", "x11.xfixes.GetCursorImageAndName.reply.nbytes", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xfixes_GetCursorImageAndName_reply_cursor_image, { "cursor_image", "x11.xfixes.GetCursorImageAndName.reply.cursor_image", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xfixes_GetCursorImageAndName_reply_cursor_image, { "cursor_image", "x11.xfixes.GetCursorImageAndName.reply.cursor_image.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xfixes_GetCursorImageAndName_reply_cursor_image_item, { "cursor_image", "x11.xfixes.GetCursorImageAndName.reply.cursor_image", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xfixes_GetCursorImageAndName_reply_name, { "name", "x11.xfixes.GetCursorImageAndName.reply.name", FT_STRING, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xfixes_ChangeCursor_source, { "source", "x11.xfixes.ChangeCursor.source", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
@@ -4215,7 +4215,7 @@
{ &hf_x11_xfixes_CreatePointerBarrier_directions_mask_NegativeY, { "NegativeY", "x11.xfixes.CreatePointerBarrier.directions.NegativeY", FT_BOOLEAN, 32, NULL, 1U << 3, NULL, HFILL }},
{ &hf_x11_xfixes_CreatePointerBarrier_directions, { "directions", "x11.xfixes.CreatePointerBarrier.directions", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xfixes_CreatePointerBarrier_num_devices, { "num_devices", "x11.xfixes.CreatePointerBarrier.num_devices", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xfixes_CreatePointerBarrier_devices, { "devices", "x11.xfixes.CreatePointerBarrier.devices", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xfixes_CreatePointerBarrier_devices, { "devices", "x11.xfixes.CreatePointerBarrier.devices.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xfixes_CreatePointerBarrier_devices_item, { "devices", "x11.xfixes.CreatePointerBarrier.devices", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xfixes_DeletePointerBarrier_barrier, { "barrier", "x11.xfixes.DeletePointerBarrier.barrier", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xfixes_extension_minor, { "extension-minor", "x11.extension-minor", FT_UINT8, BASE_DEC, VALS(xfixes_extension_minor), 0, "minor opcode", HFILL }},
@@ -4243,7 +4243,7 @@
{ &hf_x11_xinerama_GetScreenSize_reply_screen, { "screen", "x11.xinerama.GetScreenSize.reply.screen", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinerama_IsActive_reply_state, { "state", "x11.xinerama.IsActive.reply.state", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinerama_QueryScreens_reply_number, { "number", "x11.xinerama.QueryScreens.reply.number", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinerama_QueryScreens_reply_screen_info, { "screen_info", "x11.xinerama.QueryScreens.reply.screen_info", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinerama_QueryScreens_reply_screen_info, { "screen_info", "x11.xinerama.QueryScreens.reply.screen_info.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinerama_QueryScreens_reply_screen_info_item, { "screen_info", "x11.xinerama.QueryScreens.reply.screen_info", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinerama_extension_minor, { "extension-minor", "x11.extension-minor", FT_UINT8, BASE_DEC, VALS(xinerama_extension_minor), 0, "minor opcode", HFILL }},
@@ -4275,11 +4275,11 @@
{ &hf_x11_struct_xinput_InputInfo_Valuator_axes_len, { "axes_len", "x11.struct.xinput_InputInfo.Valuator.axes_len", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xinput_InputInfo_Valuator_mode, { "mode", "x11.struct.xinput_InputInfo.Valuator.mode", FT_UINT8, BASE_HEX_DEC, VALS(x11_enum_xinput_ValuatorMode), 0, NULL, HFILL }},
{ &hf_x11_struct_xinput_InputInfo_Valuator_motion_size, { "motion_size", "x11.struct.xinput_InputInfo.Valuator.motion_size", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_struct_xinput_InputInfo_Valuator_axes, { "axes", "x11.struct.xinput_InputInfo.Valuator.axes", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_struct_xinput_InputInfo_Valuator_axes, { "axes", "x11.struct.xinput_InputInfo.Valuator.axes.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xinput_InputInfo_Valuator_axes_item, { "axes", "x11.struct.xinput_InputInfo.Valuator.axes", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_ListInputDevices_reply_xi_reply_type, { "xi_reply_type", "x11.xinput.ListInputDevices.reply.xi_reply_type", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_ListInputDevices_reply_devices_len, { "devices_len", "x11.xinput.ListInputDevices.reply.devices_len", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_ListInputDevices_reply_devices, { "devices", "x11.xinput.ListInputDevices.reply.devices", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_ListInputDevices_reply_devices, { "devices", "x11.xinput.ListInputDevices.reply.devices.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_ListInputDevices_reply_devices_item, { "devices", "x11.xinput.ListInputDevices.reply.devices", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_ListInputDevices_reply_infos, { "infos", "x11.xinput.ListInputDevices.reply.infos", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_ListInputDevices_reply_names, { "names", "x11.xinput.ListInputDevices.reply.names", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
@@ -4289,7 +4289,7 @@
{ &hf_x11_xinput_OpenDevice_device_id, { "device_id", "x11.xinput.OpenDevice.device_id", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_OpenDevice_reply_xi_reply_type, { "xi_reply_type", "x11.xinput.OpenDevice.reply.xi_reply_type", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_OpenDevice_reply_num_classes, { "num_classes", "x11.xinput.OpenDevice.reply.num_classes", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_OpenDevice_reply_class_info, { "class_info", "x11.xinput.OpenDevice.reply.class_info", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_OpenDevice_reply_class_info, { "class_info", "x11.xinput.OpenDevice.reply.class_info.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_OpenDevice_reply_class_info_item, { "class_info", "x11.xinput.OpenDevice.reply.class_info", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_CloseDevice_device_id, { "device_id", "x11.xinput.CloseDevice.device_id", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_SetDeviceMode_device_id, { "device_id", "x11.xinput.SetDeviceMode.device_id", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -4298,29 +4298,29 @@
{ &hf_x11_xinput_SetDeviceMode_reply_status, { "status", "x11.xinput.SetDeviceMode.reply.status", FT_UINT8, BASE_HEX_DEC, VALS(x11_enum_xproto_GrabStatus), 0, NULL, HFILL }},
{ &hf_x11_xinput_SelectExtensionEvent_window, { "window", "x11.xinput.SelectExtensionEvent.window", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_SelectExtensionEvent_num_classes, { "num_classes", "x11.xinput.SelectExtensionEvent.num_classes", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_SelectExtensionEvent_classes, { "classes", "x11.xinput.SelectExtensionEvent.classes", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_SelectExtensionEvent_classes, { "classes", "x11.xinput.SelectExtensionEvent.classes.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_SelectExtensionEvent_classes_item, { "classes", "x11.xinput.SelectExtensionEvent.classes", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_GetSelectedExtensionEvents_window, { "window", "x11.xinput.GetSelectedExtensionEvents.window", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_GetSelectedExtensionEvents_reply_xi_reply_type, { "xi_reply_type", "x11.xinput.GetSelectedExtensionEvents.reply.xi_reply_type", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_GetSelectedExtensionEvents_reply_num_this_classes, { "num_this_classes", "x11.xinput.GetSelectedExtensionEvents.reply.num_this_classes", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_GetSelectedExtensionEvents_reply_num_all_classes, { "num_all_classes", "x11.xinput.GetSelectedExtensionEvents.reply.num_all_classes", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_GetSelectedExtensionEvents_reply_this_classes, { "this_classes", "x11.xinput.GetSelectedExtensionEvents.reply.this_classes", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_GetSelectedExtensionEvents_reply_this_classes, { "this_classes", "x11.xinput.GetSelectedExtensionEvents.reply.this_classes.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_GetSelectedExtensionEvents_reply_this_classes_item, { "this_classes", "x11.xinput.GetSelectedExtensionEvents.reply.this_classes", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_GetSelectedExtensionEvents_reply_all_classes, { "all_classes", "x11.xinput.GetSelectedExtensionEvents.reply.all_classes", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_GetSelectedExtensionEvents_reply_all_classes, { "all_classes", "x11.xinput.GetSelectedExtensionEvents.reply.all_classes.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_GetSelectedExtensionEvents_reply_all_classes_item, { "all_classes", "x11.xinput.GetSelectedExtensionEvents.reply.all_classes", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_ChangeDeviceDontPropagateList_window, { "window", "x11.xinput.ChangeDeviceDontPropagateList.window", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_ChangeDeviceDontPropagateList_num_classes, { "num_classes", "x11.xinput.ChangeDeviceDontPropagateList.num_classes", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_ChangeDeviceDontPropagateList_mode, { "mode", "x11.xinput.ChangeDeviceDontPropagateList.mode", FT_UINT8, BASE_HEX_DEC, VALS(x11_enum_xinput_PropagateMode), 0, NULL, HFILL }},
-{ &hf_x11_xinput_ChangeDeviceDontPropagateList_classes, { "classes", "x11.xinput.ChangeDeviceDontPropagateList.classes", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_ChangeDeviceDontPropagateList_classes, { "classes", "x11.xinput.ChangeDeviceDontPropagateList.classes.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_ChangeDeviceDontPropagateList_classes_item, { "classes", "x11.xinput.ChangeDeviceDontPropagateList.classes", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_GetDeviceDontPropagateList_window, { "window", "x11.xinput.GetDeviceDontPropagateList.window", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_GetDeviceDontPropagateList_reply_xi_reply_type, { "xi_reply_type", "x11.xinput.GetDeviceDontPropagateList.reply.xi_reply_type", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_GetDeviceDontPropagateList_reply_num_classes, { "num_classes", "x11.xinput.GetDeviceDontPropagateList.reply.num_classes", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_GetDeviceDontPropagateList_reply_classes, { "classes", "x11.xinput.GetDeviceDontPropagateList.reply.classes", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_GetDeviceDontPropagateList_reply_classes, { "classes", "x11.xinput.GetDeviceDontPropagateList.reply.classes.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_GetDeviceDontPropagateList_reply_classes_item, { "classes", "x11.xinput.GetDeviceDontPropagateList.reply.classes", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xinput_DeviceTimeCoord, { "xinput_DeviceTimeCoord", "x11.struct.xinput_DeviceTimeCoord", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xinput_DeviceTimeCoord_time, { "time", "x11.struct.xinput_DeviceTimeCoord.time", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_struct_xinput_DeviceTimeCoord_axisvalues, { "axisvalues", "x11.struct.xinput_DeviceTimeCoord.axisvalues", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_struct_xinput_DeviceTimeCoord_axisvalues, { "axisvalues", "x11.struct.xinput_DeviceTimeCoord.axisvalues.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xinput_DeviceTimeCoord_axisvalues_item, { "axisvalues", "x11.struct.xinput_DeviceTimeCoord.axisvalues", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_GetDeviceMotionEvents_start, { "start", "x11.xinput.GetDeviceMotionEvents.start", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_GetDeviceMotionEvents_stop, { "stop", "x11.xinput.GetDeviceMotionEvents.stop", FT_UINT32, BASE_HEX_DEC, VALS(x11_enum_xproto_Time), 0, NULL, HFILL }},
@@ -4345,7 +4345,7 @@
{ &hf_x11_xinput_GrabDevice_other_device_mode, { "other_device_mode", "x11.xinput.GrabDevice.other_device_mode", FT_UINT8, BASE_HEX_DEC, VALS(x11_enum_xproto_GrabMode), 0, NULL, HFILL }},
{ &hf_x11_xinput_GrabDevice_owner_events, { "owner_events", "x11.xinput.GrabDevice.owner_events", FT_BOOLEAN, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_GrabDevice_device_id, { "device_id", "x11.xinput.GrabDevice.device_id", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_GrabDevice_classes, { "classes", "x11.xinput.GrabDevice.classes", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_GrabDevice_classes, { "classes", "x11.xinput.GrabDevice.classes.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_GrabDevice_classes_item, { "classes", "x11.xinput.GrabDevice.classes", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_GrabDevice_reply_xi_reply_type, { "xi_reply_type", "x11.xinput.GrabDevice.reply.xi_reply_type", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_GrabDevice_reply_status, { "status", "x11.xinput.GrabDevice.reply.status", FT_UINT8, BASE_HEX_DEC, VALS(x11_enum_xproto_GrabStatus), 0, NULL, HFILL }},
@@ -4369,7 +4369,7 @@
{ &hf_x11_xinput_GrabDeviceKey_this_device_mode, { "this_device_mode", "x11.xinput.GrabDeviceKey.this_device_mode", FT_UINT8, BASE_HEX_DEC, VALS(x11_enum_xproto_GrabMode), 0, NULL, HFILL }},
{ &hf_x11_xinput_GrabDeviceKey_other_device_mode, { "other_device_mode", "x11.xinput.GrabDeviceKey.other_device_mode", FT_UINT8, BASE_HEX_DEC, VALS(x11_enum_xproto_GrabMode), 0, NULL, HFILL }},
{ &hf_x11_xinput_GrabDeviceKey_owner_events, { "owner_events", "x11.xinput.GrabDeviceKey.owner_events", FT_BOOLEAN, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_GrabDeviceKey_classes, { "classes", "x11.xinput.GrabDeviceKey.classes", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_GrabDeviceKey_classes, { "classes", "x11.xinput.GrabDeviceKey.classes.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_GrabDeviceKey_classes_item, { "classes", "x11.xinput.GrabDeviceKey.classes", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_UngrabDeviceKey_grabWindow, { "grabWindow", "x11.xinput.UngrabDeviceKey.grabWindow", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_UngrabDeviceKey_modifiers_mask_Shift, { "Shift", "x11.xinput.UngrabDeviceKey.modifiers.Shift", FT_BOOLEAN, 16, NULL, 1U << 0, NULL, HFILL }},
@@ -4403,7 +4403,7 @@
{ &hf_x11_xinput_GrabDeviceButton_other_device_mode, { "other_device_mode", "x11.xinput.GrabDeviceButton.other_device_mode", FT_UINT8, BASE_HEX_DEC, VALS(x11_enum_xproto_GrabMode), 0, NULL, HFILL }},
{ &hf_x11_xinput_GrabDeviceButton_button, { "button", "x11.xinput.GrabDeviceButton.button", FT_UINT8, BASE_HEX_DEC, VALS(x11_enum_xproto_Grab), 0, NULL, HFILL }},
{ &hf_x11_xinput_GrabDeviceButton_owner_events, { "owner_events", "x11.xinput.GrabDeviceButton.owner_events", FT_BOOLEAN, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_GrabDeviceButton_classes, { "classes", "x11.xinput.GrabDeviceButton.classes", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_GrabDeviceButton_classes, { "classes", "x11.xinput.GrabDeviceButton.classes.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_GrabDeviceButton_classes_item, { "classes", "x11.xinput.GrabDeviceButton.classes", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_UngrabDeviceButton_grab_window, { "grab_window", "x11.xinput.UngrabDeviceButton.grab_window", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_UngrabDeviceButton_modifiers_mask_Shift, { "Shift", "x11.xinput.UngrabDeviceButton.modifiers.Shift", FT_BOOLEAN, 16, NULL, 1U << 0, NULL, HFILL }},
@@ -4448,7 +4448,7 @@
{ &hf_x11_struct_xinput_FeedbackState_Pointer_threshold, { "threshold", "x11.struct.xinput_FeedbackState.Pointer.threshold", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xinput_FeedbackState_String_max_symbols, { "max_symbols", "x11.struct.xinput_FeedbackState.String.max_symbols", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xinput_FeedbackState_String_num_keysyms, { "num_keysyms", "x11.struct.xinput_FeedbackState.String.num_keysyms", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_struct_xinput_FeedbackState_String_keysyms, { "keysyms", "x11.struct.xinput_FeedbackState.String.keysyms", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_struct_xinput_FeedbackState_String_keysyms, { "keysyms", "x11.struct.xinput_FeedbackState.String.keysyms.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xinput_FeedbackState_String_keysyms_item, { "keysyms", "x11.struct.xinput_FeedbackState.String.keysyms", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xinput_FeedbackState_Integer_resolution, { "resolution", "x11.struct.xinput_FeedbackState.Integer.resolution", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xinput_FeedbackState_Integer_min_value, { "min_value", "x11.struct.xinput_FeedbackState.Integer.min_value", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
@@ -4478,7 +4478,7 @@
{ &hf_x11_struct_xinput_FeedbackCtl_Pointer_denom, { "denom", "x11.struct.xinput_FeedbackCtl.Pointer.denom", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xinput_FeedbackCtl_Pointer_threshold, { "threshold", "x11.struct.xinput_FeedbackCtl.Pointer.threshold", FT_INT16, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xinput_FeedbackCtl_String_num_keysyms, { "num_keysyms", "x11.struct.xinput_FeedbackCtl.String.num_keysyms", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_struct_xinput_FeedbackCtl_String_keysyms, { "keysyms", "x11.struct.xinput_FeedbackCtl.String.keysyms", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_struct_xinput_FeedbackCtl_String_keysyms, { "keysyms", "x11.struct.xinput_FeedbackCtl.String.keysyms.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xinput_FeedbackCtl_String_keysyms_item, { "keysyms", "x11.struct.xinput_FeedbackCtl.String.keysyms", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xinput_FeedbackCtl_Integer_int_to_display, { "int_to_display", "x11.struct.xinput_FeedbackCtl.Integer.int_to_display", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xinput_FeedbackCtl_Led_led_mask, { "led_mask", "x11.struct.xinput_FeedbackCtl.Led.led_mask", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -4503,13 +4503,13 @@
{ &hf_x11_xinput_GetDeviceKeyMapping_count, { "count", "x11.xinput.GetDeviceKeyMapping.count", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_GetDeviceKeyMapping_reply_xi_reply_type, { "xi_reply_type", "x11.xinput.GetDeviceKeyMapping.reply.xi_reply_type", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_GetDeviceKeyMapping_reply_keysyms_per_keycode, { "keysyms_per_keycode", "x11.xinput.GetDeviceKeyMapping.reply.keysyms_per_keycode", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_GetDeviceKeyMapping_reply_keysyms, { "keysyms", "x11.xinput.GetDeviceKeyMapping.reply.keysyms", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_GetDeviceKeyMapping_reply_keysyms, { "keysyms", "x11.xinput.GetDeviceKeyMapping.reply.keysyms.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_GetDeviceKeyMapping_reply_keysyms_item, { "keysyms", "x11.xinput.GetDeviceKeyMapping.reply.keysyms", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_ChangeDeviceKeyMapping_device_id, { "device_id", "x11.xinput.ChangeDeviceKeyMapping.device_id", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_ChangeDeviceKeyMapping_first_keycode, { "first_keycode", "x11.xinput.ChangeDeviceKeyMapping.first_keycode", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_ChangeDeviceKeyMapping_keysyms_per_keycode, { "keysyms_per_keycode", "x11.xinput.ChangeDeviceKeyMapping.keysyms_per_keycode", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_ChangeDeviceKeyMapping_keycode_count, { "keycode_count", "x11.xinput.ChangeDeviceKeyMapping.keycode_count", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_ChangeDeviceKeyMapping_keysyms, { "keysyms", "x11.xinput.ChangeDeviceKeyMapping.keysyms", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_ChangeDeviceKeyMapping_keysyms, { "keysyms", "x11.xinput.ChangeDeviceKeyMapping.keysyms.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_ChangeDeviceKeyMapping_keysyms_item, { "keysyms", "x11.xinput.ChangeDeviceKeyMapping.keysyms", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_GetDeviceModifierMapping_device_id, { "device_id", "x11.xinput.GetDeviceModifierMapping.device_id", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_GetDeviceModifierMapping_reply_xi_reply_type, { "xi_reply_type", "x11.xinput.GetDeviceModifierMapping.reply.xi_reply_type", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -4540,7 +4540,7 @@
{ &hf_x11_struct_xinput_InputState_Valuator_mode_mask_DeviceModeAbsolute, { "DeviceModeAbsolute", "x11.struct.xinput_InputState.Valuator.mode.DeviceModeAbsolute", FT_BOOLEAN, 8, NULL, 1U << 0, NULL, HFILL }},
{ &hf_x11_struct_xinput_InputState_Valuator_mode_mask_OutOfProximity, { "OutOfProximity", "x11.struct.xinput_InputState.Valuator.mode.OutOfProximity", FT_BOOLEAN, 8, NULL, 1U << 1, NULL, HFILL }},
{ &hf_x11_struct_xinput_InputState_Valuator_mode, { "mode", "x11.struct.xinput_InputState.Valuator.mode", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_struct_xinput_InputState_Valuator_valuators, { "valuators", "x11.struct.xinput_InputState.Valuator.valuators", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_struct_xinput_InputState_Valuator_valuators, { "valuators", "x11.struct.xinput_InputState.Valuator.valuators.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xinput_InputState_Valuator_valuators_item, { "valuators", "x11.struct.xinput_InputState.Valuator.valuators", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_QueryDeviceState_device_id, { "device_id", "x11.xinput.QueryDeviceState.device_id", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_QueryDeviceState_reply_xi_reply_type, { "xi_reply_type", "x11.xinput.QueryDeviceState.reply.xi_reply_type", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -4553,7 +4553,7 @@
{ &hf_x11_xinput_SetDeviceValuators_device_id, { "device_id", "x11.xinput.SetDeviceValuators.device_id", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_SetDeviceValuators_first_valuator, { "first_valuator", "x11.xinput.SetDeviceValuators.first_valuator", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_SetDeviceValuators_num_valuators, { "num_valuators", "x11.xinput.SetDeviceValuators.num_valuators", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_SetDeviceValuators_valuators, { "valuators", "x11.xinput.SetDeviceValuators.valuators", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_SetDeviceValuators_valuators, { "valuators", "x11.xinput.SetDeviceValuators.valuators.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_SetDeviceValuators_valuators_item, { "valuators", "x11.xinput.SetDeviceValuators.valuators", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_SetDeviceValuators_reply_xi_reply_type, { "xi_reply_type", "x11.xinput.SetDeviceValuators.reply.xi_reply_type", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_SetDeviceValuators_reply_status, { "status", "x11.xinput.SetDeviceValuators.reply.status", FT_UINT8, BASE_HEX_DEC, VALS(x11_enum_xproto_GrabStatus), 0, NULL, HFILL }},
@@ -4561,11 +4561,11 @@
{ &hf_x11_struct_xinput_DeviceState_control_id, { "control_id", "x11.struct.xinput_DeviceState.control_id", FT_UINT16, BASE_HEX_DEC, VALS(x11_enum_xinput_DeviceControl), 0, NULL, HFILL }},
{ &hf_x11_struct_xinput_DeviceState_len, { "len", "x11.struct.xinput_DeviceState.len", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xinput_DeviceState_resolution_num_valuators, { "num_valuators", "x11.struct.xinput_DeviceState.resolution.num_valuators", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_struct_xinput_DeviceState_resolution_resolution_values, { "resolution_values", "x11.struct.xinput_DeviceState.resolution.resolution_values", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_struct_xinput_DeviceState_resolution_resolution_values, { "resolution_values", "x11.struct.xinput_DeviceState.resolution.resolution_values.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xinput_DeviceState_resolution_resolution_values_item, { "resolution_values", "x11.struct.xinput_DeviceState.resolution.resolution_values", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_struct_xinput_DeviceState_resolution_resolution_min, { "resolution_min", "x11.struct.xinput_DeviceState.resolution.resolution_min", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_struct_xinput_DeviceState_resolution_resolution_min, { "resolution_min", "x11.struct.xinput_DeviceState.resolution.resolution_min.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xinput_DeviceState_resolution_resolution_min_item, { "resolution_min", "x11.struct.xinput_DeviceState.resolution.resolution_min", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_struct_xinput_DeviceState_resolution_resolution_max, { "resolution_max", "x11.struct.xinput_DeviceState.resolution.resolution_max", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_struct_xinput_DeviceState_resolution_resolution_max, { "resolution_max", "x11.struct.xinput_DeviceState.resolution.resolution_max.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xinput_DeviceState_resolution_resolution_max_item, { "resolution_max", "x11.struct.xinput_DeviceState.resolution.resolution_max", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xinput_DeviceState_abs_calib_min_x, { "min_x", "x11.struct.xinput_DeviceState.abs_calib.min_x", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xinput_DeviceState_abs_calib_max_x, { "max_x", "x11.struct.xinput_DeviceState.abs_calib.max_x", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
@@ -4594,7 +4594,7 @@
{ &hf_x11_struct_xinput_DeviceCtl_len, { "len", "x11.struct.xinput_DeviceCtl.len", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xinput_DeviceCtl_resolution_first_valuator, { "first_valuator", "x11.struct.xinput_DeviceCtl.resolution.first_valuator", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xinput_DeviceCtl_resolution_num_valuators, { "num_valuators", "x11.struct.xinput_DeviceCtl.resolution.num_valuators", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_struct_xinput_DeviceCtl_resolution_resolution_values, { "resolution_values", "x11.struct.xinput_DeviceCtl.resolution.resolution_values", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_struct_xinput_DeviceCtl_resolution_resolution_values, { "resolution_values", "x11.struct.xinput_DeviceCtl.resolution.resolution_values.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xinput_DeviceCtl_resolution_resolution_values_item, { "resolution_values", "x11.struct.xinput_DeviceCtl.resolution.resolution_values", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xinput_DeviceCtl_abs_calib_min_x, { "min_x", "x11.struct.xinput_DeviceCtl.abs_calib.min_x", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xinput_DeviceCtl_abs_calib_max_x, { "max_x", "x11.struct.xinput_DeviceCtl.abs_calib.max_x", FT_INT32, BASE_DEC, NULL, 0, NULL, HFILL }},
@@ -4620,7 +4620,7 @@
{ &hf_x11_xinput_ListDeviceProperties_device_id, { "device_id", "x11.xinput.ListDeviceProperties.device_id", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_ListDeviceProperties_reply_xi_reply_type, { "xi_reply_type", "x11.xinput.ListDeviceProperties.reply.xi_reply_type", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_ListDeviceProperties_reply_num_atoms, { "num_atoms", "x11.xinput.ListDeviceProperties.reply.num_atoms", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_ListDeviceProperties_reply_atoms, { "atoms", "x11.xinput.ListDeviceProperties.reply.atoms", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_ListDeviceProperties_reply_atoms, { "atoms", "x11.xinput.ListDeviceProperties.reply.atoms.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_ListDeviceProperties_reply_atoms_item, { "atoms", "x11.xinput.ListDeviceProperties.reply.atoms", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_ChangeDeviceProperty_property, { "property", "x11.xinput.ChangeDeviceProperty.property", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_ChangeDeviceProperty_type, { "type", "x11.xinput.ChangeDeviceProperty.type", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
@@ -4629,9 +4629,9 @@
{ &hf_x11_xinput_ChangeDeviceProperty_mode, { "mode", "x11.xinput.ChangeDeviceProperty.mode", FT_UINT8, BASE_HEX_DEC, VALS(x11_enum_xproto_PropMode), 0, NULL, HFILL }},
{ &hf_x11_xinput_ChangeDeviceProperty_num_items, { "num_items", "x11.xinput.ChangeDeviceProperty.num_items", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_ChangeDeviceProperty_8Bits_data8, { "data8", "x11.xinput.ChangeDeviceProperty.8Bits.data8", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_ChangeDeviceProperty_16Bits_data16, { "data16", "x11.xinput.ChangeDeviceProperty.16Bits.data16", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_ChangeDeviceProperty_16Bits_data16, { "data16", "x11.xinput.ChangeDeviceProperty.16Bits.data16.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_ChangeDeviceProperty_16Bits_data16_item, { "data16", "x11.xinput.ChangeDeviceProperty.16Bits.data16", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_ChangeDeviceProperty_32Bits_data32, { "data32", "x11.xinput.ChangeDeviceProperty.32Bits.data32", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_ChangeDeviceProperty_32Bits_data32, { "data32", "x11.xinput.ChangeDeviceProperty.32Bits.data32.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_ChangeDeviceProperty_32Bits_data32_item, { "data32", "x11.xinput.ChangeDeviceProperty.32Bits.data32", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_DeleteDeviceProperty_property, { "property", "x11.xinput.DeleteDeviceProperty.property", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_DeleteDeviceProperty_device_id, { "device_id", "x11.xinput.DeleteDeviceProperty.device_id", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -4648,9 +4648,9 @@
{ &hf_x11_xinput_GetDeviceProperty_reply_format, { "format", "x11.xinput.GetDeviceProperty.reply.format", FT_UINT8, BASE_HEX_DEC, VALS(x11_enum_xinput_PropertyFormat), 0, NULL, HFILL }},
{ &hf_x11_xinput_GetDeviceProperty_reply_device_id, { "device_id", "x11.xinput.GetDeviceProperty.reply.device_id", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_GetDeviceProperty_reply_8Bits_data8, { "data8", "x11.xinput.GetDeviceProperty.reply.8Bits.data8", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_GetDeviceProperty_reply_16Bits_data16, { "data16", "x11.xinput.GetDeviceProperty.reply.16Bits.data16", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_GetDeviceProperty_reply_16Bits_data16, { "data16", "x11.xinput.GetDeviceProperty.reply.16Bits.data16.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_GetDeviceProperty_reply_16Bits_data16_item, { "data16", "x11.xinput.GetDeviceProperty.reply.16Bits.data16", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_GetDeviceProperty_reply_32Bits_data32, { "data32", "x11.xinput.GetDeviceProperty.reply.32Bits.data32", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_GetDeviceProperty_reply_32Bits_data32, { "data32", "x11.xinput.GetDeviceProperty.reply.32Bits.data32.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_GetDeviceProperty_reply_32Bits_data32_item, { "data32", "x11.xinput.GetDeviceProperty.reply.32Bits.data32", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xinput_GroupInfo, { "xinput_GroupInfo", "x11.struct.xinput_GroupInfo", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xinput_GroupInfo_base, { "base", "x11.struct.xinput_GroupInfo.base", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -4674,7 +4674,7 @@
{ &hf_x11_xinput_XIQueryPointer_reply_buttons_len, { "buttons_len", "x11.xinput.XIQueryPointer.reply.buttons_len", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_XIQueryPointer_reply_mods, { "mods", "x11.xinput.XIQueryPointer.reply.mods", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_XIQueryPointer_reply_group, { "group", "x11.xinput.XIQueryPointer.reply.group", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_XIQueryPointer_reply_buttons, { "buttons", "x11.xinput.XIQueryPointer.reply.buttons", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_XIQueryPointer_reply_buttons, { "buttons", "x11.xinput.XIQueryPointer.reply.buttons.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_XIQueryPointer_reply_buttons_item, { "buttons", "x11.xinput.XIQueryPointer.reply.buttons", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_XIWarpPointer_src_win, { "src_win", "x11.xinput.XIWarpPointer.src_win", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_XIWarpPointer_dst_win, { "dst_win", "x11.xinput.XIWarpPointer.dst_win", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
@@ -4738,7 +4738,7 @@
{ &hf_x11_struct_xinput_EventMask_mask_mask_RawTouchEnd, { "RawTouchEnd", "x11.struct.xinput_EventMask.mask.RawTouchEnd", FT_BOOLEAN, 32, NULL, 1U << 24, NULL, HFILL }},
{ &hf_x11_struct_xinput_EventMask_mask_mask_BarrierHit, { "BarrierHit", "x11.struct.xinput_EventMask.mask.BarrierHit", FT_BOOLEAN, 32, NULL, 1U << 25, NULL, HFILL }},
{ &hf_x11_struct_xinput_EventMask_mask_mask_BarrierLeave, { "BarrierLeave", "x11.struct.xinput_EventMask.mask.BarrierLeave", FT_BOOLEAN, 32, NULL, 1U << 26, NULL, HFILL }},
-{ &hf_x11_struct_xinput_EventMask_mask, { "mask", "x11.struct.xinput_EventMask.mask", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_struct_xinput_EventMask_mask, { "mask", "x11.struct.xinput_EventMask.mask.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xinput_EventMask_mask_item, { "mask", "x11.struct.xinput_EventMask.mask", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_XISelectEvents_window, { "window", "x11.xinput.XISelectEvents.window", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_XISelectEvents_num_mask, { "num_mask", "x11.xinput.XISelectEvents.num_mask", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -4752,12 +4752,12 @@
{ &hf_x11_struct_xinput_DeviceClass_len, { "len", "x11.struct.xinput_DeviceClass.len", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xinput_DeviceClass_sourceid, { "sourceid", "x11.struct.xinput_DeviceClass.sourceid", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xinput_DeviceClass_Key_num_keys, { "num_keys", "x11.struct.xinput_DeviceClass.Key.num_keys", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_struct_xinput_DeviceClass_Key_keys, { "keys", "x11.struct.xinput_DeviceClass.Key.keys", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_struct_xinput_DeviceClass_Key_keys, { "keys", "x11.struct.xinput_DeviceClass.Key.keys.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xinput_DeviceClass_Key_keys_item, { "keys", "x11.struct.xinput_DeviceClass.Key.keys", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xinput_DeviceClass_Button_num_buttons, { "num_buttons", "x11.struct.xinput_DeviceClass.Button.num_buttons", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_struct_xinput_DeviceClass_Button_state, { "state", "x11.struct.xinput_DeviceClass.Button.state", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_struct_xinput_DeviceClass_Button_state, { "state", "x11.struct.xinput_DeviceClass.Button.state.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xinput_DeviceClass_Button_state_item, { "state", "x11.struct.xinput_DeviceClass.Button.state", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_struct_xinput_DeviceClass_Button_labels, { "labels", "x11.struct.xinput_DeviceClass.Button.labels", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_struct_xinput_DeviceClass_Button_labels, { "labels", "x11.struct.xinput_DeviceClass.Button.labels.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xinput_DeviceClass_Button_labels_item, { "labels", "x11.struct.xinput_DeviceClass.Button.labels", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xinput_DeviceClass_Valuator_number, { "number", "x11.struct.xinput_DeviceClass.Valuator.number", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xinput_DeviceClass_Valuator_label, { "label", "x11.struct.xinput_DeviceClass.Valuator.label", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
@@ -4799,7 +4799,7 @@
{ &hf_x11_xinput_XIGrabDevice_paired_device_mode, { "paired_device_mode", "x11.xinput.XIGrabDevice.paired_device_mode", FT_UINT8, BASE_HEX_DEC, VALS(x11_enum_xproto_GrabMode), 0, NULL, HFILL }},
{ &hf_x11_xinput_XIGrabDevice_owner_events, { "owner_events", "x11.xinput.XIGrabDevice.owner_events", FT_UINT8, BASE_DEC, VALS(x11_enum_xinput_GrabOwner), 0, NULL, HFILL }},
{ &hf_x11_xinput_XIGrabDevice_mask_len, { "mask_len", "x11.xinput.XIGrabDevice.mask_len", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_XIGrabDevice_mask, { "mask", "x11.xinput.XIGrabDevice.mask", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_XIGrabDevice_mask, { "mask", "x11.xinput.XIGrabDevice.mask.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_XIGrabDevice_mask_item, { "mask", "x11.xinput.XIGrabDevice.mask", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_XIGrabDevice_reply_status, { "status", "x11.xinput.XIGrabDevice.reply.status", FT_UINT8, BASE_HEX_DEC, VALS(x11_enum_xproto_GrabStatus), 0, NULL, HFILL }},
{ &hf_x11_xinput_XIUngrabDevice_time, { "time", "x11.xinput.XIUngrabDevice.time", FT_UINT32, BASE_HEX_DEC, VALS(x11_enum_xproto_Time), 0, NULL, HFILL }},
@@ -4823,23 +4823,23 @@
{ &hf_x11_xinput_XIPassiveGrabDevice_grab_mode, { "grab_mode", "x11.xinput.XIPassiveGrabDevice.grab_mode", FT_UINT8, BASE_HEX_DEC, VALS(x11_enum_xinput_GrabMode22), 0, NULL, HFILL }},
{ &hf_x11_xinput_XIPassiveGrabDevice_paired_device_mode, { "paired_device_mode", "x11.xinput.XIPassiveGrabDevice.paired_device_mode", FT_UINT8, BASE_HEX_DEC, VALS(x11_enum_xproto_GrabMode), 0, NULL, HFILL }},
{ &hf_x11_xinput_XIPassiveGrabDevice_owner_events, { "owner_events", "x11.xinput.XIPassiveGrabDevice.owner_events", FT_UINT8, BASE_DEC, VALS(x11_enum_xinput_GrabOwner), 0, NULL, HFILL }},
-{ &hf_x11_xinput_XIPassiveGrabDevice_mask, { "mask", "x11.xinput.XIPassiveGrabDevice.mask", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_XIPassiveGrabDevice_mask, { "mask", "x11.xinput.XIPassiveGrabDevice.mask.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_XIPassiveGrabDevice_mask_item, { "mask", "x11.xinput.XIPassiveGrabDevice.mask", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_XIPassiveGrabDevice_modifiers, { "modifiers", "x11.xinput.XIPassiveGrabDevice.modifiers", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_XIPassiveGrabDevice_modifiers, { "modifiers", "x11.xinput.XIPassiveGrabDevice.modifiers.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_XIPassiveGrabDevice_modifiers_item, { "modifiers", "x11.xinput.XIPassiveGrabDevice.modifiers", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_XIPassiveGrabDevice_reply_num_modifiers, { "num_modifiers", "x11.xinput.XIPassiveGrabDevice.reply.num_modifiers", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_XIPassiveGrabDevice_reply_modifiers, { "modifiers", "x11.xinput.XIPassiveGrabDevice.reply.modifiers", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_XIPassiveGrabDevice_reply_modifiers, { "modifiers", "x11.xinput.XIPassiveGrabDevice.reply.modifiers.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_XIPassiveGrabDevice_reply_modifiers_item, { "modifiers", "x11.xinput.XIPassiveGrabDevice.reply.modifiers", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_XIPassiveUngrabDevice_grab_window, { "grab_window", "x11.xinput.XIPassiveUngrabDevice.grab_window", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_XIPassiveUngrabDevice_detail, { "detail", "x11.xinput.XIPassiveUngrabDevice.detail", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_XIPassiveUngrabDevice_deviceid, { "deviceid", "x11.xinput.XIPassiveUngrabDevice.deviceid", FT_UINT16, BASE_HEX_DEC, VALS(x11_enum_xinput_Device), 0, NULL, HFILL }},
{ &hf_x11_xinput_XIPassiveUngrabDevice_num_modifiers, { "num_modifiers", "x11.xinput.XIPassiveUngrabDevice.num_modifiers", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_XIPassiveUngrabDevice_grab_type, { "grab_type", "x11.xinput.XIPassiveUngrabDevice.grab_type", FT_UINT8, BASE_HEX_DEC, VALS(x11_enum_xinput_GrabType), 0, NULL, HFILL }},
-{ &hf_x11_xinput_XIPassiveUngrabDevice_modifiers, { "modifiers", "x11.xinput.XIPassiveUngrabDevice.modifiers", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_XIPassiveUngrabDevice_modifiers, { "modifiers", "x11.xinput.XIPassiveUngrabDevice.modifiers.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_XIPassiveUngrabDevice_modifiers_item, { "modifiers", "x11.xinput.XIPassiveUngrabDevice.modifiers", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_XIListProperties_deviceid, { "deviceid", "x11.xinput.XIListProperties.deviceid", FT_UINT16, BASE_HEX_DEC, VALS(x11_enum_xinput_Device), 0, NULL, HFILL }},
{ &hf_x11_xinput_XIListProperties_reply_num_properties, { "num_properties", "x11.xinput.XIListProperties.reply.num_properties", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_XIListProperties_reply_properties, { "properties", "x11.xinput.XIListProperties.reply.properties", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_XIListProperties_reply_properties, { "properties", "x11.xinput.XIListProperties.reply.properties.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_XIListProperties_reply_properties_item, { "properties", "x11.xinput.XIListProperties.reply.properties", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_XIChangeProperty_deviceid, { "deviceid", "x11.xinput.XIChangeProperty.deviceid", FT_UINT16, BASE_HEX_DEC, VALS(x11_enum_xinput_Device), 0, NULL, HFILL }},
{ &hf_x11_xinput_XIChangeProperty_mode, { "mode", "x11.xinput.XIChangeProperty.mode", FT_UINT8, BASE_HEX_DEC, VALS(x11_enum_xproto_PropMode), 0, NULL, HFILL }},
@@ -4848,9 +4848,9 @@
{ &hf_x11_xinput_XIChangeProperty_type, { "type", "x11.xinput.XIChangeProperty.type", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_XIChangeProperty_num_items, { "num_items", "x11.xinput.XIChangeProperty.num_items", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_XIChangeProperty_8Bits_data8, { "data8", "x11.xinput.XIChangeProperty.8Bits.data8", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_XIChangeProperty_16Bits_data16, { "data16", "x11.xinput.XIChangeProperty.16Bits.data16", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_XIChangeProperty_16Bits_data16, { "data16", "x11.xinput.XIChangeProperty.16Bits.data16.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_XIChangeProperty_16Bits_data16_item, { "data16", "x11.xinput.XIChangeProperty.16Bits.data16", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_XIChangeProperty_32Bits_data32, { "data32", "x11.xinput.XIChangeProperty.32Bits.data32", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_XIChangeProperty_32Bits_data32, { "data32", "x11.xinput.XIChangeProperty.32Bits.data32.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_XIChangeProperty_32Bits_data32_item, { "data32", "x11.xinput.XIChangeProperty.32Bits.data32", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_XIDeleteProperty_deviceid, { "deviceid", "x11.xinput.XIDeleteProperty.deviceid", FT_UINT16, BASE_HEX_DEC, VALS(x11_enum_xinput_Device), 0, NULL, HFILL }},
{ &hf_x11_xinput_XIDeleteProperty_property, { "property", "x11.xinput.XIDeleteProperty.property", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
@@ -4865,9 +4865,9 @@
{ &hf_x11_xinput_XIGetProperty_reply_num_items, { "num_items", "x11.xinput.XIGetProperty.reply.num_items", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_XIGetProperty_reply_format, { "format", "x11.xinput.XIGetProperty.reply.format", FT_UINT8, BASE_HEX_DEC, VALS(x11_enum_xinput_PropertyFormat), 0, NULL, HFILL }},
{ &hf_x11_xinput_XIGetProperty_reply_8Bits_data8, { "data8", "x11.xinput.XIGetProperty.reply.8Bits.data8", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_XIGetProperty_reply_16Bits_data16, { "data16", "x11.xinput.XIGetProperty.reply.16Bits.data16", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_XIGetProperty_reply_16Bits_data16, { "data16", "x11.xinput.XIGetProperty.reply.16Bits.data16.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_XIGetProperty_reply_16Bits_data16_item, { "data16", "x11.xinput.XIGetProperty.reply.16Bits.data16", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_XIGetProperty_reply_32Bits_data32, { "data32", "x11.xinput.XIGetProperty.reply.32Bits.data32", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_XIGetProperty_reply_32Bits_data32, { "data32", "x11.xinput.XIGetProperty.reply.32Bits.data32.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_XIGetProperty_reply_32Bits_data32_item, { "data32", "x11.xinput.XIGetProperty.reply.32Bits.data32", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_XIGetSelectedEvents_window, { "window", "x11.xinput.XIGetSelectedEvents.window", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_XIGetSelectedEvents_reply_num_masks, { "num_masks", "x11.xinput.XIGetSelectedEvents.reply.num_masks", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -4877,7 +4877,7 @@
{ &hf_x11_struct_xinput_BarrierReleasePointerInfo_barrier, { "barrier", "x11.struct.xinput_BarrierReleasePointerInfo.barrier", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xinput_BarrierReleasePointerInfo_eventid, { "eventid", "x11.struct.xinput_BarrierReleasePointerInfo.eventid", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_XIBarrierReleasePointer_num_barriers, { "num_barriers", "x11.xinput.XIBarrierReleasePointer.num_barriers", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_XIBarrierReleasePointer_barriers, { "barriers", "x11.xinput.XIBarrierReleasePointer.barriers", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_XIBarrierReleasePointer_barriers, { "barriers", "x11.xinput.XIBarrierReleasePointer.barriers.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_XIBarrierReleasePointer_barriers_item, { "barriers", "x11.xinput.XIBarrierReleasePointer.barriers", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_DeviceKeyPress_detail, { "detail", "x11.xinput.DeviceKeyPress.detail", FT_BYTES, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_DeviceKeyPress_time, { "time", "x11.xinput.DeviceKeyPress.time", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -4922,7 +4922,7 @@
{ &hf_x11_xinput_DeviceStateNotify_classes_reported, { "classes_reported", "x11.xinput.DeviceStateNotify.classes_reported", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_DeviceStateNotify_buttons, { "buttons", "x11.xinput.DeviceStateNotify.buttons", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_DeviceStateNotify_keys, { "keys", "x11.xinput.DeviceStateNotify.keys", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_DeviceStateNotify_valuators, { "valuators", "x11.xinput.DeviceStateNotify.valuators", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_DeviceStateNotify_valuators, { "valuators", "x11.xinput.DeviceStateNotify.valuators.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_DeviceStateNotify_valuators_item, { "valuators", "x11.xinput.DeviceStateNotify.valuators", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_DeviceMappingNotify_device_id, { "device_id", "x11.xinput.DeviceMappingNotify.device_id", FT_BYTES, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_DeviceMappingNotify_request, { "request", "x11.xinput.DeviceMappingNotify.request", FT_UINT8, BASE_HEX_DEC, VALS(x11_enum_xproto_Mapping), 0, NULL, HFILL }},
@@ -4967,11 +4967,11 @@
{ &hf_x11_xinput_KeyPress_flags, { "flags", "x11.xinput.KeyPress.flags", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_KeyPress_mods, { "mods", "x11.xinput.KeyPress.mods", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_KeyPress_group, { "group", "x11.xinput.KeyPress.group", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_KeyPress_button_mask, { "button_mask", "x11.xinput.KeyPress.button_mask", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_KeyPress_button_mask, { "button_mask", "x11.xinput.KeyPress.button_mask.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_KeyPress_button_mask_item, { "button_mask", "x11.xinput.KeyPress.button_mask", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_KeyPress_valuator_mask, { "valuator_mask", "x11.xinput.KeyPress.valuator_mask", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_KeyPress_valuator_mask, { "valuator_mask", "x11.xinput.KeyPress.valuator_mask.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_KeyPress_valuator_mask_item, { "valuator_mask", "x11.xinput.KeyPress.valuator_mask", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_KeyPress_axisvalues, { "axisvalues", "x11.xinput.KeyPress.axisvalues", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_KeyPress_axisvalues, { "axisvalues", "x11.xinput.KeyPress.axisvalues.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_KeyPress_axisvalues_item, { "axisvalues", "x11.xinput.KeyPress.axisvalues", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_ButtonPress_deviceid, { "deviceid", "x11.xinput.ButtonPress.deviceid", FT_UINT16, BASE_HEX_DEC, VALS(x11_enum_xinput_Device), 0, NULL, HFILL }},
{ &hf_x11_xinput_ButtonPress_time, { "time", "x11.xinput.ButtonPress.time", FT_UINT32, BASE_HEX_DEC, VALS(x11_enum_xproto_Time), 0, NULL, HFILL }},
@@ -4990,11 +4990,11 @@
{ &hf_x11_xinput_ButtonPress_flags, { "flags", "x11.xinput.ButtonPress.flags", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_ButtonPress_mods, { "mods", "x11.xinput.ButtonPress.mods", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_ButtonPress_group, { "group", "x11.xinput.ButtonPress.group", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_ButtonPress_button_mask, { "button_mask", "x11.xinput.ButtonPress.button_mask", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_ButtonPress_button_mask, { "button_mask", "x11.xinput.ButtonPress.button_mask.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_ButtonPress_button_mask_item, { "button_mask", "x11.xinput.ButtonPress.button_mask", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_ButtonPress_valuator_mask, { "valuator_mask", "x11.xinput.ButtonPress.valuator_mask", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_ButtonPress_valuator_mask, { "valuator_mask", "x11.xinput.ButtonPress.valuator_mask.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_ButtonPress_valuator_mask_item, { "valuator_mask", "x11.xinput.ButtonPress.valuator_mask", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_ButtonPress_axisvalues, { "axisvalues", "x11.xinput.ButtonPress.axisvalues", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_ButtonPress_axisvalues, { "axisvalues", "x11.xinput.ButtonPress.axisvalues.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_ButtonPress_axisvalues_item, { "axisvalues", "x11.xinput.ButtonPress.axisvalues", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_Enter_deviceid, { "deviceid", "x11.xinput.Enter.deviceid", FT_UINT16, BASE_HEX_DEC, VALS(x11_enum_xinput_Device), 0, NULL, HFILL }},
{ &hf_x11_xinput_Enter_time, { "time", "x11.xinput.Enter.time", FT_UINT32, BASE_HEX_DEC, VALS(x11_enum_xproto_Time), 0, NULL, HFILL }},
@@ -5013,7 +5013,7 @@
{ &hf_x11_xinput_Enter_buttons_len, { "buttons_len", "x11.xinput.Enter.buttons_len", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_Enter_mods, { "mods", "x11.xinput.Enter.mods", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_Enter_group, { "group", "x11.xinput.Enter.group", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_Enter_buttons, { "buttons", "x11.xinput.Enter.buttons", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_Enter_buttons, { "buttons", "x11.xinput.Enter.buttons.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_Enter_buttons_item, { "buttons", "x11.xinput.Enter.buttons", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xinput_HierarchyInfo, { "xinput_HierarchyInfo", "x11.struct.xinput_HierarchyInfo", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xinput_HierarchyInfo_deviceid, { "deviceid", "x11.struct.xinput_HierarchyInfo.deviceid", FT_UINT16, BASE_HEX_DEC, VALS(x11_enum_xinput_Device), 0, NULL, HFILL }},
@@ -5041,7 +5041,7 @@
{ &hf_x11_xinput_Hierarchy_flags_mask_DeviceDisabled, { "DeviceDisabled", "x11.xinput.Hierarchy.flags.DeviceDisabled", FT_BOOLEAN, 32, NULL, 1U << 7, NULL, HFILL }},
{ &hf_x11_xinput_Hierarchy_flags, { "flags", "x11.xinput.Hierarchy.flags", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_Hierarchy_num_infos, { "num_infos", "x11.xinput.Hierarchy.num_infos", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_Hierarchy_infos, { "infos", "x11.xinput.Hierarchy.infos", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_Hierarchy_infos, { "infos", "x11.xinput.Hierarchy.infos.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_Hierarchy_infos_item, { "infos", "x11.xinput.Hierarchy.infos", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_Property_deviceid, { "deviceid", "x11.xinput.Property.deviceid", FT_UINT16, BASE_HEX_DEC, VALS(x11_enum_xinput_Device), 0, NULL, HFILL }},
{ &hf_x11_xinput_Property_time, { "time", "x11.xinput.Property.time", FT_UINT32, BASE_HEX_DEC, VALS(x11_enum_xproto_Time), 0, NULL, HFILL }},
@@ -5054,11 +5054,11 @@
{ &hf_x11_xinput_RawKeyPress_valuators_len, { "valuators_len", "x11.xinput.RawKeyPress.valuators_len", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_RawKeyPress_flags_mask_KeyRepeat, { "KeyRepeat", "x11.xinput.RawKeyPress.flags.KeyRepeat", FT_BOOLEAN, 32, NULL, 1U << 16, NULL, HFILL }},
{ &hf_x11_xinput_RawKeyPress_flags, { "flags", "x11.xinput.RawKeyPress.flags", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_RawKeyPress_valuator_mask, { "valuator_mask", "x11.xinput.RawKeyPress.valuator_mask", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_RawKeyPress_valuator_mask, { "valuator_mask", "x11.xinput.RawKeyPress.valuator_mask.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_RawKeyPress_valuator_mask_item, { "valuator_mask", "x11.xinput.RawKeyPress.valuator_mask", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_RawKeyPress_axisvalues, { "axisvalues", "x11.xinput.RawKeyPress.axisvalues", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_RawKeyPress_axisvalues, { "axisvalues", "x11.xinput.RawKeyPress.axisvalues.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_RawKeyPress_axisvalues_item, { "axisvalues", "x11.xinput.RawKeyPress.axisvalues", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_RawKeyPress_axisvalues_raw, { "axisvalues_raw", "x11.xinput.RawKeyPress.axisvalues_raw", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_RawKeyPress_axisvalues_raw, { "axisvalues_raw", "x11.xinput.RawKeyPress.axisvalues_raw.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_RawKeyPress_axisvalues_raw_item, { "axisvalues_raw", "x11.xinput.RawKeyPress.axisvalues_raw", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_RawButtonPress_deviceid, { "deviceid", "x11.xinput.RawButtonPress.deviceid", FT_UINT16, BASE_HEX_DEC, VALS(x11_enum_xinput_Device), 0, NULL, HFILL }},
{ &hf_x11_xinput_RawButtonPress_time, { "time", "x11.xinput.RawButtonPress.time", FT_UINT32, BASE_HEX_DEC, VALS(x11_enum_xproto_Time), 0, NULL, HFILL }},
@@ -5067,11 +5067,11 @@
{ &hf_x11_xinput_RawButtonPress_valuators_len, { "valuators_len", "x11.xinput.RawButtonPress.valuators_len", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_RawButtonPress_flags_mask_PointerEmulated, { "PointerEmulated", "x11.xinput.RawButtonPress.flags.PointerEmulated", FT_BOOLEAN, 32, NULL, 1U << 16, NULL, HFILL }},
{ &hf_x11_xinput_RawButtonPress_flags, { "flags", "x11.xinput.RawButtonPress.flags", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_RawButtonPress_valuator_mask, { "valuator_mask", "x11.xinput.RawButtonPress.valuator_mask", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_RawButtonPress_valuator_mask, { "valuator_mask", "x11.xinput.RawButtonPress.valuator_mask.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_RawButtonPress_valuator_mask_item, { "valuator_mask", "x11.xinput.RawButtonPress.valuator_mask", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_RawButtonPress_axisvalues, { "axisvalues", "x11.xinput.RawButtonPress.axisvalues", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_RawButtonPress_axisvalues, { "axisvalues", "x11.xinput.RawButtonPress.axisvalues.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_RawButtonPress_axisvalues_item, { "axisvalues", "x11.xinput.RawButtonPress.axisvalues", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_RawButtonPress_axisvalues_raw, { "axisvalues_raw", "x11.xinput.RawButtonPress.axisvalues_raw", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_RawButtonPress_axisvalues_raw, { "axisvalues_raw", "x11.xinput.RawButtonPress.axisvalues_raw.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_RawButtonPress_axisvalues_raw_item, { "axisvalues_raw", "x11.xinput.RawButtonPress.axisvalues_raw", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_TouchBegin_deviceid, { "deviceid", "x11.xinput.TouchBegin.deviceid", FT_UINT16, BASE_HEX_DEC, VALS(x11_enum_xinput_Device), 0, NULL, HFILL }},
{ &hf_x11_xinput_TouchBegin_time, { "time", "x11.xinput.TouchBegin.time", FT_UINT32, BASE_HEX_DEC, VALS(x11_enum_xproto_Time), 0, NULL, HFILL }},
@@ -5091,11 +5091,11 @@
{ &hf_x11_xinput_TouchBegin_flags, { "flags", "x11.xinput.TouchBegin.flags", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_TouchBegin_mods, { "mods", "x11.xinput.TouchBegin.mods", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_TouchBegin_group, { "group", "x11.xinput.TouchBegin.group", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_TouchBegin_button_mask, { "button_mask", "x11.xinput.TouchBegin.button_mask", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_TouchBegin_button_mask, { "button_mask", "x11.xinput.TouchBegin.button_mask.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_TouchBegin_button_mask_item, { "button_mask", "x11.xinput.TouchBegin.button_mask", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_TouchBegin_valuator_mask, { "valuator_mask", "x11.xinput.TouchBegin.valuator_mask", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_TouchBegin_valuator_mask, { "valuator_mask", "x11.xinput.TouchBegin.valuator_mask.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_TouchBegin_valuator_mask_item, { "valuator_mask", "x11.xinput.TouchBegin.valuator_mask", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_TouchBegin_axisvalues, { "axisvalues", "x11.xinput.TouchBegin.axisvalues", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_TouchBegin_axisvalues, { "axisvalues", "x11.xinput.TouchBegin.axisvalues.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_TouchBegin_axisvalues_item, { "axisvalues", "x11.xinput.TouchBegin.axisvalues", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_TouchOwnership_deviceid, { "deviceid", "x11.xinput.TouchOwnership.deviceid", FT_UINT16, BASE_HEX_DEC, VALS(x11_enum_xinput_Device), 0, NULL, HFILL }},
{ &hf_x11_xinput_TouchOwnership_time, { "time", "x11.xinput.TouchOwnership.time", FT_UINT32, BASE_HEX_DEC, VALS(x11_enum_xproto_Time), 0, NULL, HFILL }},
@@ -5113,11 +5113,11 @@
{ &hf_x11_xinput_RawTouchBegin_flags_mask_TouchPendingEnd, { "TouchPendingEnd", "x11.xinput.RawTouchBegin.flags.TouchPendingEnd", FT_BOOLEAN, 32, NULL, 1U << 16, NULL, HFILL }},
{ &hf_x11_xinput_RawTouchBegin_flags_mask_TouchEmulatingPointer, { "TouchEmulatingPointer", "x11.xinput.RawTouchBegin.flags.TouchEmulatingPointer", FT_BOOLEAN, 32, NULL, 1U << 17, NULL, HFILL }},
{ &hf_x11_xinput_RawTouchBegin_flags, { "flags", "x11.xinput.RawTouchBegin.flags", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_RawTouchBegin_valuator_mask, { "valuator_mask", "x11.xinput.RawTouchBegin.valuator_mask", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_RawTouchBegin_valuator_mask, { "valuator_mask", "x11.xinput.RawTouchBegin.valuator_mask.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_RawTouchBegin_valuator_mask_item, { "valuator_mask", "x11.xinput.RawTouchBegin.valuator_mask", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_RawTouchBegin_axisvalues, { "axisvalues", "x11.xinput.RawTouchBegin.axisvalues", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_RawTouchBegin_axisvalues, { "axisvalues", "x11.xinput.RawTouchBegin.axisvalues.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_RawTouchBegin_axisvalues_item, { "axisvalues", "x11.xinput.RawTouchBegin.axisvalues", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_RawTouchBegin_axisvalues_raw, { "axisvalues_raw", "x11.xinput.RawTouchBegin.axisvalues_raw", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_RawTouchBegin_axisvalues_raw, { "axisvalues_raw", "x11.xinput.RawTouchBegin.axisvalues_raw.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_RawTouchBegin_axisvalues_raw_item, { "axisvalues_raw", "x11.xinput.RawTouchBegin.axisvalues_raw", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_BarrierHit_deviceid, { "deviceid", "x11.xinput.BarrierHit.deviceid", FT_UINT16, BASE_HEX_DEC, VALS(x11_enum_xinput_Device), 0, NULL, HFILL }},
{ &hf_x11_xinput_BarrierHit_time, { "time", "x11.xinput.BarrierHit.time", FT_UINT32, BASE_HEX_DEC, VALS(x11_enum_xproto_Time), 0, NULL, HFILL }},
@@ -5140,7 +5140,7 @@
{ &hf_x11_xinput_SendExtensionEvent_num_classes, { "num_classes", "x11.xinput.SendExtensionEvent.num_classes", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_SendExtensionEvent_num_events, { "num_events", "x11.xinput.SendExtensionEvent.num_events", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_SendExtensionEvent_events, { "events", "x11.xinput.SendExtensionEvent.events", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xinput_SendExtensionEvent_classes, { "classes", "x11.xinput.SendExtensionEvent.classes", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xinput_SendExtensionEvent_classes, { "classes", "x11.xinput.SendExtensionEvent.classes.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_SendExtensionEvent_classes_item, { "classes", "x11.xinput.SendExtensionEvent.classes", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xinput_extension_minor, { "extension-minor", "x11.extension-minor", FT_UINT8, BASE_DEC, VALS(xinput_extension_minor), 0, "minor opcode", HFILL }},
@@ -5328,16 +5328,16 @@
{ &hf_x11_struct_xkb_KeyType_numLevels, { "numLevels", "x11.struct.xkb_KeyType.numLevels", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xkb_KeyType_nMapEntries, { "nMapEntries", "x11.struct.xkb_KeyType.nMapEntries", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xkb_KeyType_hasPreserve, { "hasPreserve", "x11.struct.xkb_KeyType.hasPreserve", FT_BOOLEAN, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_struct_xkb_KeyType_map, { "map", "x11.struct.xkb_KeyType.map", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_struct_xkb_KeyType_map, { "map", "x11.struct.xkb_KeyType.map.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xkb_KeyType_map_item, { "map", "x11.struct.xkb_KeyType.map", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_struct_xkb_KeyType_preserve, { "preserve", "x11.struct.xkb_KeyType.preserve", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_struct_xkb_KeyType_preserve, { "preserve", "x11.struct.xkb_KeyType.preserve.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xkb_KeyType_preserve_item, { "preserve", "x11.struct.xkb_KeyType.preserve", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xkb_KeySymMap, { "xkb_KeySymMap", "x11.struct.xkb_KeySymMap", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xkb_KeySymMap_kt_index, { "kt_index", "x11.struct.xkb_KeySymMap.kt_index", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xkb_KeySymMap_groupInfo, { "groupInfo", "x11.struct.xkb_KeySymMap.groupInfo", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xkb_KeySymMap_width, { "width", "x11.struct.xkb_KeySymMap.width", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xkb_KeySymMap_nSyms, { "nSyms", "x11.struct.xkb_KeySymMap.nSyms", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_struct_xkb_KeySymMap_syms, { "syms", "x11.struct.xkb_KeySymMap.syms", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_struct_xkb_KeySymMap_syms, { "syms", "x11.struct.xkb_KeySymMap.syms.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xkb_KeySymMap_syms_item, { "syms", "x11.struct.xkb_KeySymMap.syms", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xkb_CommonBehavior, { "xkb_CommonBehavior", "x11.struct.xkb_CommonBehavior", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xkb_CommonBehavior_type, { "type", "x11.struct.xkb_CommonBehavior.type", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -5477,9 +5477,9 @@
{ &hf_x11_struct_xkb_SetKeyType_numLevels, { "numLevels", "x11.struct.xkb_SetKeyType.numLevels", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xkb_SetKeyType_nMapEntries, { "nMapEntries", "x11.struct.xkb_SetKeyType.nMapEntries", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xkb_SetKeyType_preserve, { "preserve", "x11.struct.xkb_SetKeyType.preserve", FT_BOOLEAN, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_struct_xkb_SetKeyType_entries, { "entries", "x11.struct.xkb_SetKeyType.entries", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_struct_xkb_SetKeyType_entries, { "entries", "x11.struct.xkb_SetKeyType.entries.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xkb_SetKeyType_entries_item, { "entries", "x11.struct.xkb_SetKeyType.entries", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_struct_xkb_SetKeyType_preserve_entries, { "preserve_entries", "x11.struct.xkb_SetKeyType.preserve_entries", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_struct_xkb_SetKeyType_preserve_entries, { "preserve_entries", "x11.struct.xkb_SetKeyType.preserve_entries.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xkb_SetKeyType_preserve_entries_item, { "preserve_entries", "x11.struct.xkb_SetKeyType.preserve_entries", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xkb_Listing, { "xkb_Listing", "x11.struct.xkb_Listing", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xkb_Listing_flags, { "flags", "x11.struct.xkb_Listing.flags", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -5492,9 +5492,9 @@
{ &hf_x11_struct_xkb_DeviceLedInfo_mapsPresent, { "mapsPresent", "x11.struct.xkb_DeviceLedInfo.mapsPresent", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xkb_DeviceLedInfo_physIndicators, { "physIndicators", "x11.struct.xkb_DeviceLedInfo.physIndicators", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xkb_DeviceLedInfo_state, { "state", "x11.struct.xkb_DeviceLedInfo.state", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_struct_xkb_DeviceLedInfo_names, { "names", "x11.struct.xkb_DeviceLedInfo.names", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_struct_xkb_DeviceLedInfo_names, { "names", "x11.struct.xkb_DeviceLedInfo.names.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xkb_DeviceLedInfo_names_item, { "names", "x11.struct.xkb_DeviceLedInfo.names", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
-{ &hf_x11_struct_xkb_DeviceLedInfo_maps, { "maps", "x11.struct.xkb_DeviceLedInfo.maps", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_struct_xkb_DeviceLedInfo_maps, { "maps", "x11.struct.xkb_DeviceLedInfo.maps.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xkb_DeviceLedInfo_maps_item, { "maps", "x11.struct.xkb_DeviceLedInfo.maps", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xkb_SANoAction, { "xkb_SANoAction", "x11.struct.xkb_SANoAction", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xkb_SANoAction_type, { "type", "x11.struct.xkb_SANoAction.type", FT_UINT8, BASE_HEX_DEC, VALS(x11_enum_xkb_SAType), 0, NULL, HFILL }},
@@ -6626,9 +6626,9 @@
{ &hf_x11_xkb_GetMap_reply_KeyTypes_types_rtrn, { "types_rtrn", "x11.xkb.GetMap.reply.KeyTypes.types_rtrn", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetMap_reply_KeySyms_syms_rtrn, { "syms_rtrn", "x11.xkb.GetMap.reply.KeySyms.syms_rtrn", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetMap_reply_KeyActions_acts_rtrn_count, { "acts_rtrn_count", "x11.xkb.GetMap.reply.KeyActions.acts_rtrn_count", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_GetMap_reply_KeyActions_acts_rtrn_acts, { "acts_rtrn_acts", "x11.xkb.GetMap.reply.KeyActions.acts_rtrn_acts", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_GetMap_reply_KeyActions_acts_rtrn_acts, { "acts_rtrn_acts", "x11.xkb.GetMap.reply.KeyActions.acts_rtrn_acts.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetMap_reply_KeyActions_acts_rtrn_acts_item, { "acts_rtrn_acts", "x11.xkb.GetMap.reply.KeyActions.acts_rtrn_acts", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_GetMap_reply_KeyBehaviors_behaviors_rtrn, { "behaviors_rtrn", "x11.xkb.GetMap.reply.KeyBehaviors.behaviors_rtrn", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_GetMap_reply_KeyBehaviors_behaviors_rtrn, { "behaviors_rtrn", "x11.xkb.GetMap.reply.KeyBehaviors.behaviors_rtrn.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetMap_reply_KeyBehaviors_behaviors_rtrn_item, { "behaviors_rtrn", "x11.xkb.GetMap.reply.KeyBehaviors.behaviors_rtrn", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetMap_reply_VirtualMods_vmods_rtrn_mask_Shift, { "Shift", "x11.xkb.GetMap.reply.VirtualMods.vmods_rtrn.Shift", FT_BOOLEAN, 8, NULL, 1U << 0, NULL, HFILL }},
{ &hf_x11_xkb_GetMap_reply_VirtualMods_vmods_rtrn_mask_Lock, { "Lock", "x11.xkb.GetMap.reply.VirtualMods.vmods_rtrn.Lock", FT_BOOLEAN, 8, NULL, 1U << 1, NULL, HFILL }},
@@ -6640,11 +6640,11 @@
{ &hf_x11_xkb_GetMap_reply_VirtualMods_vmods_rtrn_mask_5, { "5", "x11.xkb.GetMap.reply.VirtualMods.vmods_rtrn.5", FT_BOOLEAN, 8, NULL, 1U << 7, NULL, HFILL }},
{ &hf_x11_xkb_GetMap_reply_VirtualMods_vmods_rtrn_mask_Any, { "Any", "x11.xkb.GetMap.reply.VirtualMods.vmods_rtrn.Any", FT_BOOLEAN, 8, NULL, 1U << 15, NULL, HFILL }},
{ &hf_x11_xkb_GetMap_reply_VirtualMods_vmods_rtrn, { "vmods_rtrn", "x11.xkb.GetMap.reply.VirtualMods.vmods_rtrn", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_GetMap_reply_ExplicitComponents_explicit_rtrn, { "explicit_rtrn", "x11.xkb.GetMap.reply.ExplicitComponents.explicit_rtrn", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_GetMap_reply_ExplicitComponents_explicit_rtrn, { "explicit_rtrn", "x11.xkb.GetMap.reply.ExplicitComponents.explicit_rtrn.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetMap_reply_ExplicitComponents_explicit_rtrn_item, { "explicit_rtrn", "x11.xkb.GetMap.reply.ExplicitComponents.explicit_rtrn", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_GetMap_reply_ModifierMap_modmap_rtrn, { "modmap_rtrn", "x11.xkb.GetMap.reply.ModifierMap.modmap_rtrn", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_GetMap_reply_ModifierMap_modmap_rtrn, { "modmap_rtrn", "x11.xkb.GetMap.reply.ModifierMap.modmap_rtrn.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetMap_reply_ModifierMap_modmap_rtrn_item, { "modmap_rtrn", "x11.xkb.GetMap.reply.ModifierMap.modmap_rtrn", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_GetMap_reply_VirtualModMap_vmodmap_rtrn, { "vmodmap_rtrn", "x11.xkb.GetMap.reply.VirtualModMap.vmodmap_rtrn", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_GetMap_reply_VirtualModMap_vmodmap_rtrn, { "vmodmap_rtrn", "x11.xkb.GetMap.reply.VirtualModMap.vmodmap_rtrn.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetMap_reply_VirtualModMap_vmodmap_rtrn_item, { "vmodmap_rtrn", "x11.xkb.GetMap.reply.VirtualModMap.vmodmap_rtrn", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_SetMap_deviceSpec, { "deviceSpec", "x11.xkb.SetMap.deviceSpec", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_SetMap_present_mask_KeyTypes, { "KeyTypes", "x11.xkb.SetMap.present.KeyTypes", FT_BOOLEAN, 16, NULL, 1U << 0, NULL, HFILL }},
@@ -6701,16 +6701,16 @@
{ &hf_x11_xkb_SetMap_KeyTypes_types, { "types", "x11.xkb.SetMap.KeyTypes.types", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_SetMap_KeySyms_syms, { "syms", "x11.xkb.SetMap.KeySyms.syms", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_SetMap_KeyActions_actionsCount, { "actionsCount", "x11.xkb.SetMap.KeyActions.actionsCount", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_SetMap_KeyActions_actions, { "actions", "x11.xkb.SetMap.KeyActions.actions", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_SetMap_KeyActions_actions, { "actions", "x11.xkb.SetMap.KeyActions.actions.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_SetMap_KeyActions_actions_item, { "actions", "x11.xkb.SetMap.KeyActions.actions", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_SetMap_KeyBehaviors_behaviors, { "behaviors", "x11.xkb.SetMap.KeyBehaviors.behaviors", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_SetMap_KeyBehaviors_behaviors, { "behaviors", "x11.xkb.SetMap.KeyBehaviors.behaviors.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_SetMap_KeyBehaviors_behaviors_item, { "behaviors", "x11.xkb.SetMap.KeyBehaviors.behaviors", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_SetMap_VirtualMods_vmods, { "vmods", "x11.xkb.SetMap.VirtualMods.vmods", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_SetMap_ExplicitComponents_explicit, { "explicit", "x11.xkb.SetMap.ExplicitComponents.explicit", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_SetMap_ExplicitComponents_explicit, { "explicit", "x11.xkb.SetMap.ExplicitComponents.explicit.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_SetMap_ExplicitComponents_explicit_item, { "explicit", "x11.xkb.SetMap.ExplicitComponents.explicit", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_SetMap_ModifierMap_modmap, { "modmap", "x11.xkb.SetMap.ModifierMap.modmap", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_SetMap_ModifierMap_modmap, { "modmap", "x11.xkb.SetMap.ModifierMap.modmap.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_SetMap_ModifierMap_modmap_item, { "modmap", "x11.xkb.SetMap.ModifierMap.modmap", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_SetMap_VirtualModMap_vmodmap, { "vmodmap", "x11.xkb.SetMap.VirtualModMap.vmodmap", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_SetMap_VirtualModMap_vmodmap, { "vmodmap", "x11.xkb.SetMap.VirtualModMap.vmodmap.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_SetMap_VirtualModMap_vmodmap_item, { "vmodmap", "x11.xkb.SetMap.VirtualModMap.vmodmap", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetCompatMap_deviceSpec, { "deviceSpec", "x11.xkb.GetCompatMap.deviceSpec", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetCompatMap_groups_mask_Group1, { "Group1", "x11.xkb.GetCompatMap.groups.Group1", FT_BOOLEAN, 8, NULL, 1U << 0, NULL, HFILL }},
@@ -6730,9 +6730,9 @@
{ &hf_x11_xkb_GetCompatMap_reply_firstSIRtrn, { "firstSIRtrn", "x11.xkb.GetCompatMap.reply.firstSIRtrn", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetCompatMap_reply_nSIRtrn, { "nSIRtrn", "x11.xkb.GetCompatMap.reply.nSIRtrn", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetCompatMap_reply_nTotalSI, { "nTotalSI", "x11.xkb.GetCompatMap.reply.nTotalSI", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_GetCompatMap_reply_si_rtrn, { "si_rtrn", "x11.xkb.GetCompatMap.reply.si_rtrn", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_GetCompatMap_reply_si_rtrn, { "si_rtrn", "x11.xkb.GetCompatMap.reply.si_rtrn.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetCompatMap_reply_si_rtrn_item, { "si_rtrn", "x11.xkb.GetCompatMap.reply.si_rtrn", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_GetCompatMap_reply_group_rtrn, { "group_rtrn", "x11.xkb.GetCompatMap.reply.group_rtrn", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_GetCompatMap_reply_group_rtrn, { "group_rtrn", "x11.xkb.GetCompatMap.reply.group_rtrn.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetCompatMap_reply_group_rtrn_item, { "group_rtrn", "x11.xkb.GetCompatMap.reply.group_rtrn", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_SetCompatMap_deviceSpec, { "deviceSpec", "x11.xkb.SetCompatMap.deviceSpec", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_SetCompatMap_recomputeActions, { "recomputeActions", "x11.xkb.SetCompatMap.recomputeActions", FT_BOOLEAN, BASE_NONE, NULL, 0, NULL, HFILL }},
@@ -6744,9 +6744,9 @@
{ &hf_x11_xkb_SetCompatMap_groups, { "groups", "x11.xkb.SetCompatMap.groups", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_SetCompatMap_firstSI, { "firstSI", "x11.xkb.SetCompatMap.firstSI", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_SetCompatMap_nSI, { "nSI", "x11.xkb.SetCompatMap.nSI", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_SetCompatMap_si, { "si", "x11.xkb.SetCompatMap.si", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_SetCompatMap_si, { "si", "x11.xkb.SetCompatMap.si.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_SetCompatMap_si_item, { "si", "x11.xkb.SetCompatMap.si", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_SetCompatMap_groupMaps, { "groupMaps", "x11.xkb.SetCompatMap.groupMaps", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_SetCompatMap_groupMaps, { "groupMaps", "x11.xkb.SetCompatMap.groupMaps.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_SetCompatMap_groupMaps_item, { "groupMaps", "x11.xkb.SetCompatMap.groupMaps", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetIndicatorState_deviceSpec, { "deviceSpec", "x11.xkb.GetIndicatorState.deviceSpec", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetIndicatorState_reply_deviceID, { "deviceID", "x11.xkb.GetIndicatorState.reply.deviceID", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -6757,11 +6757,11 @@
{ &hf_x11_xkb_GetIndicatorMap_reply_which, { "which", "x11.xkb.GetIndicatorMap.reply.which", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetIndicatorMap_reply_realIndicators, { "realIndicators", "x11.xkb.GetIndicatorMap.reply.realIndicators", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetIndicatorMap_reply_nIndicators, { "nIndicators", "x11.xkb.GetIndicatorMap.reply.nIndicators", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_GetIndicatorMap_reply_maps, { "maps", "x11.xkb.GetIndicatorMap.reply.maps", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_GetIndicatorMap_reply_maps, { "maps", "x11.xkb.GetIndicatorMap.reply.maps.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetIndicatorMap_reply_maps_item, { "maps", "x11.xkb.GetIndicatorMap.reply.maps", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_SetIndicatorMap_deviceSpec, { "deviceSpec", "x11.xkb.SetIndicatorMap.deviceSpec", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_SetIndicatorMap_which, { "which", "x11.xkb.SetIndicatorMap.which", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_SetIndicatorMap_maps, { "maps", "x11.xkb.SetIndicatorMap.maps", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_SetIndicatorMap_maps, { "maps", "x11.xkb.SetIndicatorMap.maps.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_SetIndicatorMap_maps_item, { "maps", "x11.xkb.SetIndicatorMap.maps", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetNamedIndicator_deviceSpec, { "deviceSpec", "x11.xkb.GetNamedIndicator.deviceSpec", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetNamedIndicator_ledClass, { "ledClass", "x11.xkb.GetNamedIndicator.ledClass", FT_UINT16, BASE_HEX_DEC, VALS(x11_enum_xkb_LedClass), 0, NULL, HFILL }},
@@ -6979,22 +6979,22 @@
{ &hf_x11_xkb_GetNames_reply_PhysSymbols_physSymbolsName, { "physSymbolsName", "x11.xkb.GetNames.reply.PhysSymbols.physSymbolsName", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetNames_reply_Types_typesName, { "typesName", "x11.xkb.GetNames.reply.Types.typesName", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetNames_reply_Compat_compatName, { "compatName", "x11.xkb.GetNames.reply.Compat.compatName", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_GetNames_reply_KeyTypeNames_typeNames, { "typeNames", "x11.xkb.GetNames.reply.KeyTypeNames.typeNames", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_GetNames_reply_KeyTypeNames_typeNames, { "typeNames", "x11.xkb.GetNames.reply.KeyTypeNames.typeNames.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetNames_reply_KeyTypeNames_typeNames_item, { "typeNames", "x11.xkb.GetNames.reply.KeyTypeNames.typeNames", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetNames_reply_KTLevelNames_nLevelsPerType, { "nLevelsPerType", "x11.xkb.GetNames.reply.KTLevelNames.nLevelsPerType", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_GetNames_reply_KTLevelNames_ktLevelNames, { "ktLevelNames", "x11.xkb.GetNames.reply.KTLevelNames.ktLevelNames", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_GetNames_reply_KTLevelNames_ktLevelNames, { "ktLevelNames", "x11.xkb.GetNames.reply.KTLevelNames.ktLevelNames.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetNames_reply_KTLevelNames_ktLevelNames_item, { "ktLevelNames", "x11.xkb.GetNames.reply.KTLevelNames.ktLevelNames", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_GetNames_reply_IndicatorNames_indicatorNames, { "indicatorNames", "x11.xkb.GetNames.reply.IndicatorNames.indicatorNames", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_GetNames_reply_IndicatorNames_indicatorNames, { "indicatorNames", "x11.xkb.GetNames.reply.IndicatorNames.indicatorNames.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetNames_reply_IndicatorNames_indicatorNames_item, { "indicatorNames", "x11.xkb.GetNames.reply.IndicatorNames.indicatorNames", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_GetNames_reply_VirtualModNames_virtualModNames, { "virtualModNames", "x11.xkb.GetNames.reply.VirtualModNames.virtualModNames", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_GetNames_reply_VirtualModNames_virtualModNames, { "virtualModNames", "x11.xkb.GetNames.reply.VirtualModNames.virtualModNames.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetNames_reply_VirtualModNames_virtualModNames_item, { "virtualModNames", "x11.xkb.GetNames.reply.VirtualModNames.virtualModNames", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_GetNames_reply_GroupNames_groups, { "groups", "x11.xkb.GetNames.reply.GroupNames.groups", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_GetNames_reply_GroupNames_groups, { "groups", "x11.xkb.GetNames.reply.GroupNames.groups.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetNames_reply_GroupNames_groups_item, { "groups", "x11.xkb.GetNames.reply.GroupNames.groups", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_GetNames_reply_KeyNames_keyNames, { "keyNames", "x11.xkb.GetNames.reply.KeyNames.keyNames", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_GetNames_reply_KeyNames_keyNames, { "keyNames", "x11.xkb.GetNames.reply.KeyNames.keyNames.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetNames_reply_KeyNames_keyNames_item, { "keyNames", "x11.xkb.GetNames.reply.KeyNames.keyNames", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_GetNames_reply_KeyAliases_keyAliases, { "keyAliases", "x11.xkb.GetNames.reply.KeyAliases.keyAliases", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_GetNames_reply_KeyAliases_keyAliases, { "keyAliases", "x11.xkb.GetNames.reply.KeyAliases.keyAliases.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetNames_reply_KeyAliases_keyAliases_item, { "keyAliases", "x11.xkb.GetNames.reply.KeyAliases.keyAliases", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_GetNames_reply_RGNames_radioGroupNames, { "radioGroupNames", "x11.xkb.GetNames.reply.RGNames.radioGroupNames", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_GetNames_reply_RGNames_radioGroupNames, { "radioGroupNames", "x11.xkb.GetNames.reply.RGNames.radioGroupNames.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetNames_reply_RGNames_radioGroupNames_item, { "radioGroupNames", "x11.xkb.GetNames.reply.RGNames.radioGroupNames", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_SetNames_deviceSpec, { "deviceSpec", "x11.xkb.SetNames.deviceSpec", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_SetNames_virtualMods_mask_0, { "0", "x11.xkb.SetNames.virtualMods.0", FT_BOOLEAN, 16, NULL, 1U << 0, NULL, HFILL }},
@@ -7050,22 +7050,22 @@
{ &hf_x11_xkb_SetNames_PhysSymbols_physSymbolsName, { "physSymbolsName", "x11.xkb.SetNames.PhysSymbols.physSymbolsName", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_SetNames_Types_typesName, { "typesName", "x11.xkb.SetNames.Types.typesName", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_SetNames_Compat_compatName, { "compatName", "x11.xkb.SetNames.Compat.compatName", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_SetNames_KeyTypeNames_typeNames, { "typeNames", "x11.xkb.SetNames.KeyTypeNames.typeNames", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_SetNames_KeyTypeNames_typeNames, { "typeNames", "x11.xkb.SetNames.KeyTypeNames.typeNames.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_SetNames_KeyTypeNames_typeNames_item, { "typeNames", "x11.xkb.SetNames.KeyTypeNames.typeNames", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_SetNames_KTLevelNames_nLevelsPerType, { "nLevelsPerType", "x11.xkb.SetNames.KTLevelNames.nLevelsPerType", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_SetNames_KTLevelNames_ktLevelNames, { "ktLevelNames", "x11.xkb.SetNames.KTLevelNames.ktLevelNames", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_SetNames_KTLevelNames_ktLevelNames, { "ktLevelNames", "x11.xkb.SetNames.KTLevelNames.ktLevelNames.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_SetNames_KTLevelNames_ktLevelNames_item, { "ktLevelNames", "x11.xkb.SetNames.KTLevelNames.ktLevelNames", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_SetNames_IndicatorNames_indicatorNames, { "indicatorNames", "x11.xkb.SetNames.IndicatorNames.indicatorNames", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_SetNames_IndicatorNames_indicatorNames, { "indicatorNames", "x11.xkb.SetNames.IndicatorNames.indicatorNames.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_SetNames_IndicatorNames_indicatorNames_item, { "indicatorNames", "x11.xkb.SetNames.IndicatorNames.indicatorNames", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_SetNames_VirtualModNames_virtualModNames, { "virtualModNames", "x11.xkb.SetNames.VirtualModNames.virtualModNames", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_SetNames_VirtualModNames_virtualModNames, { "virtualModNames", "x11.xkb.SetNames.VirtualModNames.virtualModNames.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_SetNames_VirtualModNames_virtualModNames_item, { "virtualModNames", "x11.xkb.SetNames.VirtualModNames.virtualModNames", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_SetNames_GroupNames_groups, { "groups", "x11.xkb.SetNames.GroupNames.groups", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_SetNames_GroupNames_groups, { "groups", "x11.xkb.SetNames.GroupNames.groups.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_SetNames_GroupNames_groups_item, { "groups", "x11.xkb.SetNames.GroupNames.groups", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_SetNames_KeyNames_keyNames, { "keyNames", "x11.xkb.SetNames.KeyNames.keyNames", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_SetNames_KeyNames_keyNames, { "keyNames", "x11.xkb.SetNames.KeyNames.keyNames.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_SetNames_KeyNames_keyNames_item, { "keyNames", "x11.xkb.SetNames.KeyNames.keyNames", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_SetNames_KeyAliases_keyAliases, { "keyAliases", "x11.xkb.SetNames.KeyAliases.keyAliases", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_SetNames_KeyAliases_keyAliases, { "keyAliases", "x11.xkb.SetNames.KeyAliases.keyAliases.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_SetNames_KeyAliases_keyAliases_item, { "keyAliases", "x11.xkb.SetNames.KeyAliases.keyAliases", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_SetNames_RGNames_radioGroupNames, { "radioGroupNames", "x11.xkb.SetNames.RGNames.radioGroupNames", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_SetNames_RGNames_radioGroupNames, { "radioGroupNames", "x11.xkb.SetNames.RGNames.radioGroupNames.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_SetNames_RGNames_radioGroupNames_item, { "radioGroupNames", "x11.xkb.SetNames.RGNames.radioGroupNames", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_PerClientFlags_deviceSpec, { "deviceSpec", "x11.xkb.PerClientFlags.deviceSpec", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_PerClientFlags_change_mask_DetectableAutoRepeat, { "DetectableAutoRepeat", "x11.xkb.PerClientFlags.change.DetectableAutoRepeat", FT_BOOLEAN, 32, NULL, 1U << 0, NULL, HFILL }},
@@ -7278,9 +7278,9 @@
{ &hf_x11_xkb_GetKbdByName_reply_Types_KeyTypes_types_rtrn, { "types_rtrn", "x11.xkb.GetKbdByName.reply.Types.KeyTypes.types_rtrn", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetKbdByName_reply_Types_KeySyms_syms_rtrn, { "syms_rtrn", "x11.xkb.GetKbdByName.reply.Types.KeySyms.syms_rtrn", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetKbdByName_reply_Types_KeyActions_acts_rtrn_count, { "acts_rtrn_count", "x11.xkb.GetKbdByName.reply.Types.KeyActions.acts_rtrn_count", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_GetKbdByName_reply_Types_KeyActions_acts_rtrn_acts, { "acts_rtrn_acts", "x11.xkb.GetKbdByName.reply.Types.KeyActions.acts_rtrn_acts", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_GetKbdByName_reply_Types_KeyActions_acts_rtrn_acts, { "acts_rtrn_acts", "x11.xkb.GetKbdByName.reply.Types.KeyActions.acts_rtrn_acts.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetKbdByName_reply_Types_KeyActions_acts_rtrn_acts_item, { "acts_rtrn_acts", "x11.xkb.GetKbdByName.reply.Types.KeyActions.acts_rtrn_acts", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_GetKbdByName_reply_Types_KeyBehaviors_behaviors_rtrn, { "behaviors_rtrn", "x11.xkb.GetKbdByName.reply.Types.KeyBehaviors.behaviors_rtrn", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_GetKbdByName_reply_Types_KeyBehaviors_behaviors_rtrn, { "behaviors_rtrn", "x11.xkb.GetKbdByName.reply.Types.KeyBehaviors.behaviors_rtrn.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetKbdByName_reply_Types_KeyBehaviors_behaviors_rtrn_item, { "behaviors_rtrn", "x11.xkb.GetKbdByName.reply.Types.KeyBehaviors.behaviors_rtrn", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetKbdByName_reply_Types_VirtualMods_vmods_rtrn_mask_Shift, { "Shift", "x11.xkb.GetKbdByName.reply.Types.VirtualMods.vmods_rtrn.Shift", FT_BOOLEAN, 8, NULL, 1U << 0, NULL, HFILL }},
{ &hf_x11_xkb_GetKbdByName_reply_Types_VirtualMods_vmods_rtrn_mask_Lock, { "Lock", "x11.xkb.GetKbdByName.reply.Types.VirtualMods.vmods_rtrn.Lock", FT_BOOLEAN, 8, NULL, 1U << 1, NULL, HFILL }},
@@ -7292,11 +7292,11 @@
{ &hf_x11_xkb_GetKbdByName_reply_Types_VirtualMods_vmods_rtrn_mask_5, { "5", "x11.xkb.GetKbdByName.reply.Types.VirtualMods.vmods_rtrn.5", FT_BOOLEAN, 8, NULL, 1U << 7, NULL, HFILL }},
{ &hf_x11_xkb_GetKbdByName_reply_Types_VirtualMods_vmods_rtrn_mask_Any, { "Any", "x11.xkb.GetKbdByName.reply.Types.VirtualMods.vmods_rtrn.Any", FT_BOOLEAN, 8, NULL, 1U << 15, NULL, HFILL }},
{ &hf_x11_xkb_GetKbdByName_reply_Types_VirtualMods_vmods_rtrn, { "vmods_rtrn", "x11.xkb.GetKbdByName.reply.Types.VirtualMods.vmods_rtrn", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_GetKbdByName_reply_Types_ExplicitComponents_explicit_rtrn, { "explicit_rtrn", "x11.xkb.GetKbdByName.reply.Types.ExplicitComponents.explicit_rtrn", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_GetKbdByName_reply_Types_ExplicitComponents_explicit_rtrn, { "explicit_rtrn", "x11.xkb.GetKbdByName.reply.Types.ExplicitComponents.explicit_rtrn.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetKbdByName_reply_Types_ExplicitComponents_explicit_rtrn_item, { "explicit_rtrn", "x11.xkb.GetKbdByName.reply.Types.ExplicitComponents.explicit_rtrn", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_GetKbdByName_reply_Types_ModifierMap_modmap_rtrn, { "modmap_rtrn", "x11.xkb.GetKbdByName.reply.Types.ModifierMap.modmap_rtrn", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_GetKbdByName_reply_Types_ModifierMap_modmap_rtrn, { "modmap_rtrn", "x11.xkb.GetKbdByName.reply.Types.ModifierMap.modmap_rtrn.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetKbdByName_reply_Types_ModifierMap_modmap_rtrn_item, { "modmap_rtrn", "x11.xkb.GetKbdByName.reply.Types.ModifierMap.modmap_rtrn", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_GetKbdByName_reply_Types_VirtualModMap_vmodmap_rtrn, { "vmodmap_rtrn", "x11.xkb.GetKbdByName.reply.Types.VirtualModMap.vmodmap_rtrn", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_GetKbdByName_reply_Types_VirtualModMap_vmodmap_rtrn, { "vmodmap_rtrn", "x11.xkb.GetKbdByName.reply.Types.VirtualModMap.vmodmap_rtrn.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetKbdByName_reply_Types_VirtualModMap_vmodmap_rtrn_item, { "vmodmap_rtrn", "x11.xkb.GetKbdByName.reply.Types.VirtualModMap.vmodmap_rtrn", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetKbdByName_reply_CompatMap_compatmap_type, { "compatmap_type", "x11.xkb.GetKbdByName.reply.CompatMap.compatmap_type", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetKbdByName_reply_CompatMap_compatDeviceID, { "compatDeviceID", "x11.xkb.GetKbdByName.reply.CompatMap.compatDeviceID", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -7310,9 +7310,9 @@
{ &hf_x11_xkb_GetKbdByName_reply_CompatMap_firstSIRtrn, { "firstSIRtrn", "x11.xkb.GetKbdByName.reply.CompatMap.firstSIRtrn", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetKbdByName_reply_CompatMap_nSIRtrn, { "nSIRtrn", "x11.xkb.GetKbdByName.reply.CompatMap.nSIRtrn", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetKbdByName_reply_CompatMap_nTotalSI, { "nTotalSI", "x11.xkb.GetKbdByName.reply.CompatMap.nTotalSI", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_GetKbdByName_reply_CompatMap_si_rtrn, { "si_rtrn", "x11.xkb.GetKbdByName.reply.CompatMap.si_rtrn", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_GetKbdByName_reply_CompatMap_si_rtrn, { "si_rtrn", "x11.xkb.GetKbdByName.reply.CompatMap.si_rtrn.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetKbdByName_reply_CompatMap_si_rtrn_item, { "si_rtrn", "x11.xkb.GetKbdByName.reply.CompatMap.si_rtrn", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_GetKbdByName_reply_CompatMap_group_rtrn, { "group_rtrn", "x11.xkb.GetKbdByName.reply.CompatMap.group_rtrn", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_GetKbdByName_reply_CompatMap_group_rtrn, { "group_rtrn", "x11.xkb.GetKbdByName.reply.CompatMap.group_rtrn.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetKbdByName_reply_CompatMap_group_rtrn_item, { "group_rtrn", "x11.xkb.GetKbdByName.reply.CompatMap.group_rtrn", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetKbdByName_reply_IndicatorMaps_indicatormap_type, { "indicatormap_type", "x11.xkb.GetKbdByName.reply.IndicatorMaps.indicatormap_type", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetKbdByName_reply_IndicatorMaps_indicatorDeviceID, { "indicatorDeviceID", "x11.xkb.GetKbdByName.reply.IndicatorMaps.indicatorDeviceID", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -7321,7 +7321,7 @@
{ &hf_x11_xkb_GetKbdByName_reply_IndicatorMaps_which, { "which", "x11.xkb.GetKbdByName.reply.IndicatorMaps.which", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetKbdByName_reply_IndicatorMaps_realIndicators, { "realIndicators", "x11.xkb.GetKbdByName.reply.IndicatorMaps.realIndicators", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetKbdByName_reply_IndicatorMaps_nIndicators, { "nIndicators", "x11.xkb.GetKbdByName.reply.IndicatorMaps.nIndicators", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_GetKbdByName_reply_IndicatorMaps_maps, { "maps", "x11.xkb.GetKbdByName.reply.IndicatorMaps.maps", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_GetKbdByName_reply_IndicatorMaps_maps, { "maps", "x11.xkb.GetKbdByName.reply.IndicatorMaps.maps.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetKbdByName_reply_IndicatorMaps_maps_item, { "maps", "x11.xkb.GetKbdByName.reply.IndicatorMaps.maps", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetKbdByName_reply_KeyNames_keyname_type, { "keyname_type", "x11.xkb.GetKbdByName.reply.KeyNames.keyname_type", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetKbdByName_reply_KeyNames_keyDeviceID, { "keyDeviceID", "x11.xkb.GetKbdByName.reply.KeyNames.keyDeviceID", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -7379,22 +7379,22 @@
{ &hf_x11_xkb_GetKbdByName_reply_KeyNames_PhysSymbols_physSymbolsName, { "physSymbolsName", "x11.xkb.GetKbdByName.reply.KeyNames.PhysSymbols.physSymbolsName", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetKbdByName_reply_KeyNames_Types_typesName, { "typesName", "x11.xkb.GetKbdByName.reply.KeyNames.Types.typesName", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetKbdByName_reply_KeyNames_Compat_compatName, { "compatName", "x11.xkb.GetKbdByName.reply.KeyNames.Compat.compatName", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_GetKbdByName_reply_KeyNames_KeyTypeNames_typeNames, { "typeNames", "x11.xkb.GetKbdByName.reply.KeyNames.KeyTypeNames.typeNames", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_GetKbdByName_reply_KeyNames_KeyTypeNames_typeNames, { "typeNames", "x11.xkb.GetKbdByName.reply.KeyNames.KeyTypeNames.typeNames.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetKbdByName_reply_KeyNames_KeyTypeNames_typeNames_item, { "typeNames", "x11.xkb.GetKbdByName.reply.KeyNames.KeyTypeNames.typeNames", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetKbdByName_reply_KeyNames_KTLevelNames_nLevelsPerType, { "nLevelsPerType", "x11.xkb.GetKbdByName.reply.KeyNames.KTLevelNames.nLevelsPerType", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_GetKbdByName_reply_KeyNames_KTLevelNames_ktLevelNames, { "ktLevelNames", "x11.xkb.GetKbdByName.reply.KeyNames.KTLevelNames.ktLevelNames", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_GetKbdByName_reply_KeyNames_KTLevelNames_ktLevelNames, { "ktLevelNames", "x11.xkb.GetKbdByName.reply.KeyNames.KTLevelNames.ktLevelNames.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetKbdByName_reply_KeyNames_KTLevelNames_ktLevelNames_item, { "ktLevelNames", "x11.xkb.GetKbdByName.reply.KeyNames.KTLevelNames.ktLevelNames", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_GetKbdByName_reply_KeyNames_IndicatorNames_indicatorNames, { "indicatorNames", "x11.xkb.GetKbdByName.reply.KeyNames.IndicatorNames.indicatorNames", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_GetKbdByName_reply_KeyNames_IndicatorNames_indicatorNames, { "indicatorNames", "x11.xkb.GetKbdByName.reply.KeyNames.IndicatorNames.indicatorNames.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetKbdByName_reply_KeyNames_IndicatorNames_indicatorNames_item, { "indicatorNames", "x11.xkb.GetKbdByName.reply.KeyNames.IndicatorNames.indicatorNames", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_GetKbdByName_reply_KeyNames_VirtualModNames_virtualModNames, { "virtualModNames", "x11.xkb.GetKbdByName.reply.KeyNames.VirtualModNames.virtualModNames", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_GetKbdByName_reply_KeyNames_VirtualModNames_virtualModNames, { "virtualModNames", "x11.xkb.GetKbdByName.reply.KeyNames.VirtualModNames.virtualModNames.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetKbdByName_reply_KeyNames_VirtualModNames_virtualModNames_item, { "virtualModNames", "x11.xkb.GetKbdByName.reply.KeyNames.VirtualModNames.virtualModNames", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_GetKbdByName_reply_KeyNames_GroupNames_groups, { "groups", "x11.xkb.GetKbdByName.reply.KeyNames.GroupNames.groups", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_GetKbdByName_reply_KeyNames_GroupNames_groups, { "groups", "x11.xkb.GetKbdByName.reply.KeyNames.GroupNames.groups.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetKbdByName_reply_KeyNames_GroupNames_groups_item, { "groups", "x11.xkb.GetKbdByName.reply.KeyNames.GroupNames.groups", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_GetKbdByName_reply_KeyNames_KeyNames_keyNames, { "keyNames", "x11.xkb.GetKbdByName.reply.KeyNames.KeyNames.keyNames", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_GetKbdByName_reply_KeyNames_KeyNames_keyNames, { "keyNames", "x11.xkb.GetKbdByName.reply.KeyNames.KeyNames.keyNames.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetKbdByName_reply_KeyNames_KeyNames_keyNames_item, { "keyNames", "x11.xkb.GetKbdByName.reply.KeyNames.KeyNames.keyNames", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_GetKbdByName_reply_KeyNames_KeyAliases_keyAliases, { "keyAliases", "x11.xkb.GetKbdByName.reply.KeyNames.KeyAliases.keyAliases", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_GetKbdByName_reply_KeyNames_KeyAliases_keyAliases, { "keyAliases", "x11.xkb.GetKbdByName.reply.KeyNames.KeyAliases.keyAliases.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetKbdByName_reply_KeyNames_KeyAliases_keyAliases_item, { "keyAliases", "x11.xkb.GetKbdByName.reply.KeyNames.KeyAliases.keyAliases", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_GetKbdByName_reply_KeyNames_RGNames_radioGroupNames, { "radioGroupNames", "x11.xkb.GetKbdByName.reply.KeyNames.RGNames.radioGroupNames", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_GetKbdByName_reply_KeyNames_RGNames_radioGroupNames, { "radioGroupNames", "x11.xkb.GetKbdByName.reply.KeyNames.RGNames.radioGroupNames.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetKbdByName_reply_KeyNames_RGNames_radioGroupNames_item, { "radioGroupNames", "x11.xkb.GetKbdByName.reply.KeyNames.RGNames.radioGroupNames", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetKbdByName_reply_Geometry_geometry_type, { "geometry_type", "x11.xkb.GetKbdByName.reply.Geometry.geometry_type", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetKbdByName_reply_Geometry_geometryDeviceID, { "geometryDeviceID", "x11.xkb.GetKbdByName.reply.Geometry.geometryDeviceID", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -7456,7 +7456,7 @@
{ &hf_x11_xkb_GetDeviceInfo_reply_devType, { "devType", "x11.xkb.GetDeviceInfo.reply.devType", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetDeviceInfo_reply_nameLen, { "nameLen", "x11.xkb.GetDeviceInfo.reply.nameLen", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetDeviceInfo_reply_name, { "name", "x11.xkb.GetDeviceInfo.reply.name", FT_STRING, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_GetDeviceInfo_reply_btnActions, { "btnActions", "x11.xkb.GetDeviceInfo.reply.btnActions", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_GetDeviceInfo_reply_btnActions, { "btnActions", "x11.xkb.GetDeviceInfo.reply.btnActions.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetDeviceInfo_reply_btnActions_item, { "btnActions", "x11.xkb.GetDeviceInfo.reply.btnActions", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_GetDeviceInfo_reply_leds, { "leds", "x11.xkb.GetDeviceInfo.reply.leds", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_SetDeviceInfo_deviceSpec, { "deviceSpec", "x11.xkb.SetDeviceInfo.deviceSpec", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -7469,7 +7469,7 @@
{ &hf_x11_xkb_SetDeviceInfo_change_mask_IndicatorState, { "IndicatorState", "x11.xkb.SetDeviceInfo.change.IndicatorState", FT_BOOLEAN, 16, NULL, 1U << 4, NULL, HFILL }},
{ &hf_x11_xkb_SetDeviceInfo_change, { "change", "x11.xkb.SetDeviceInfo.change", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_SetDeviceInfo_nDeviceLedFBs, { "nDeviceLedFBs", "x11.xkb.SetDeviceInfo.nDeviceLedFBs", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xkb_SetDeviceInfo_btnActions, { "btnActions", "x11.xkb.SetDeviceInfo.btnActions", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xkb_SetDeviceInfo_btnActions, { "btnActions", "x11.xkb.SetDeviceInfo.btnActions.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_SetDeviceInfo_btnActions_item, { "btnActions", "x11.xkb.SetDeviceInfo.btnActions", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_SetDeviceInfo_leds, { "leds", "x11.xkb.SetDeviceInfo.leds", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xkb_SetDebuggingFlags_msgLength, { "msgLength", "x11.xkb.SetDebuggingFlags.msgLength", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -7911,7 +7911,7 @@
{ &hf_x11_xprint_PrintGetPageDimensions_reply_reproducible_width, { "reproducible_width", "x11.xprint.PrintGetPageDimensions.reply.reproducible_width", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xprint_PrintGetPageDimensions_reply_reproducible_height, { "reproducible_height", "x11.xprint.PrintGetPageDimensions.reply.reproducible_height", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xprint_PrintQueryScreens_reply_listCount, { "listCount", "x11.xprint.PrintQueryScreens.reply.listCount", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xprint_PrintQueryScreens_reply_roots, { "roots", "x11.xprint.PrintQueryScreens.reply.roots", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xprint_PrintQueryScreens_reply_roots, { "roots", "x11.xprint.PrintQueryScreens.reply.roots.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xprint_PrintQueryScreens_reply_roots_item, { "roots", "x11.xprint.PrintQueryScreens.reply.roots", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xprint_PrintSetImageResolution_context, { "context", "x11.xprint.PrintSetImageResolution.context", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xprint_PrintSetImageResolution_image_resolution, { "image_resolution", "x11.xprint.PrintSetImageResolution.image_resolution", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -8025,7 +8025,7 @@
{ &hf_x11_struct_xv_AdaptorInfo_type_mask_ImageMask, { "ImageMask", "x11.struct.xv_AdaptorInfo.type.ImageMask", FT_BOOLEAN, 8, NULL, 1U << 4, NULL, HFILL }},
{ &hf_x11_struct_xv_AdaptorInfo_type, { "type", "x11.struct.xv_AdaptorInfo.type", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xv_AdaptorInfo_name, { "name", "x11.struct.xv_AdaptorInfo.name", FT_STRING, BASE_NONE, NULL, 0, NULL, HFILL }},
-{ &hf_x11_struct_xv_AdaptorInfo_formats, { "formats", "x11.struct.xv_AdaptorInfo.formats", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_struct_xv_AdaptorInfo_formats, { "formats", "x11.struct.xv_AdaptorInfo.formats.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xv_AdaptorInfo_formats_item, { "formats", "x11.struct.xv_AdaptorInfo.formats", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xv_EncodingInfo, { "xv_EncodingInfo", "x11.struct.xv_EncodingInfo", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_struct_xv_EncodingInfo_encoding, { "encoding", "x11.struct.xv_EncodingInfo.encoding", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
@@ -8152,7 +8152,7 @@
{ &hf_x11_xv_QueryPortAttributes_reply_attributes, { "attributes", "x11.xv.QueryPortAttributes.reply.attributes", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xv_ListImageFormats_port, { "port", "x11.xv.ListImageFormats.port", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xv_ListImageFormats_reply_num_formats, { "num_formats", "x11.xv.ListImageFormats.reply.num_formats", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xv_ListImageFormats_reply_format, { "format", "x11.xv.ListImageFormats.reply.format", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xv_ListImageFormats_reply_format, { "format", "x11.xv.ListImageFormats.reply.format.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xv_ListImageFormats_reply_format_item, { "format", "x11.xv.ListImageFormats.reply.format", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xv_QueryImageAttributes_port, { "port", "x11.xv.QueryImageAttributes.port", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xv_QueryImageAttributes_id, { "id", "x11.xv.QueryImageAttributes.id", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
@@ -8162,9 +8162,9 @@
{ &hf_x11_xv_QueryImageAttributes_reply_data_size, { "data_size", "x11.xv.QueryImageAttributes.reply.data_size", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xv_QueryImageAttributes_reply_width, { "width", "x11.xv.QueryImageAttributes.reply.width", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xv_QueryImageAttributes_reply_height, { "height", "x11.xv.QueryImageAttributes.reply.height", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xv_QueryImageAttributes_reply_pitches, { "pitches", "x11.xv.QueryImageAttributes.reply.pitches", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xv_QueryImageAttributes_reply_pitches, { "pitches", "x11.xv.QueryImageAttributes.reply.pitches.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xv_QueryImageAttributes_reply_pitches_item, { "pitches", "x11.xv.QueryImageAttributes.reply.pitches", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xv_QueryImageAttributes_reply_offsets, { "offsets", "x11.xv.QueryImageAttributes.reply.offsets", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xv_QueryImageAttributes_reply_offsets, { "offsets", "x11.xv.QueryImageAttributes.reply.offsets.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xv_QueryImageAttributes_reply_offsets_item, { "offsets", "x11.xv.QueryImageAttributes.reply.offsets", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xv_PutImage_port, { "port", "x11.xv.PutImage.port", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xv_PutImage_drawable, { "drawable", "x11.xv.PutImage.drawable", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
@@ -8214,7 +8214,7 @@
{ &hf_x11_xvmc_QueryVersion_reply_minor, { "minor", "x11.xvmc.QueryVersion.reply.minor", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xvmc_ListSurfaceTypes_port_id, { "port_id", "x11.xvmc.ListSurfaceTypes.port_id", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xvmc_ListSurfaceTypes_reply_num, { "num", "x11.xvmc.ListSurfaceTypes.reply.num", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xvmc_ListSurfaceTypes_reply_surfaces, { "surfaces", "x11.xvmc.ListSurfaceTypes.reply.surfaces", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xvmc_ListSurfaceTypes_reply_surfaces, { "surfaces", "x11.xvmc.ListSurfaceTypes.reply.surfaces.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xvmc_ListSurfaceTypes_reply_surfaces_item, { "surfaces", "x11.xvmc.ListSurfaceTypes.reply.surfaces", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xvmc_CreateContext_context_id, { "context_id", "x11.xvmc.CreateContext.context_id", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xvmc_CreateContext_port_id, { "port_id", "x11.xvmc.CreateContext.port_id", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
@@ -8225,12 +8225,12 @@
{ &hf_x11_xvmc_CreateContext_reply_width_actual, { "width_actual", "x11.xvmc.CreateContext.reply.width_actual", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xvmc_CreateContext_reply_height_actual, { "height_actual", "x11.xvmc.CreateContext.reply.height_actual", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xvmc_CreateContext_reply_flags_return, { "flags_return", "x11.xvmc.CreateContext.reply.flags_return", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xvmc_CreateContext_reply_priv_data, { "priv_data", "x11.xvmc.CreateContext.reply.priv_data", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xvmc_CreateContext_reply_priv_data, { "priv_data", "x11.xvmc.CreateContext.reply.priv_data.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xvmc_CreateContext_reply_priv_data_item, { "priv_data", "x11.xvmc.CreateContext.reply.priv_data", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xvmc_DestroyContext_context_id, { "context_id", "x11.xvmc.DestroyContext.context_id", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xvmc_CreateSurface_surface_id, { "surface_id", "x11.xvmc.CreateSurface.surface_id", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xvmc_CreateSurface_context_id, { "context_id", "x11.xvmc.CreateSurface.context_id", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xvmc_CreateSurface_reply_priv_data, { "priv_data", "x11.xvmc.CreateSurface.reply.priv_data", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xvmc_CreateSurface_reply_priv_data, { "priv_data", "x11.xvmc.CreateSurface.reply.priv_data.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xvmc_CreateSurface_reply_priv_data_item, { "priv_data", "x11.xvmc.CreateSurface.reply.priv_data", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xvmc_DestroySurface_surface_id, { "surface_id", "x11.xvmc.DestroySurface.surface_id", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xvmc_CreateSubpicture_subpicture_id, { "subpicture_id", "x11.xvmc.CreateSubpicture.subpicture_id", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
@@ -8243,13 +8243,13 @@
{ &hf_x11_xvmc_CreateSubpicture_reply_num_palette_entries, { "num_palette_entries", "x11.xvmc.CreateSubpicture.reply.num_palette_entries", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xvmc_CreateSubpicture_reply_entry_bytes, { "entry_bytes", "x11.xvmc.CreateSubpicture.reply.entry_bytes", FT_UINT16, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xvmc_CreateSubpicture_reply_component_order, { "component_order", "x11.xvmc.CreateSubpicture.reply.component_order", FT_UINT8, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xvmc_CreateSubpicture_reply_priv_data, { "priv_data", "x11.xvmc.CreateSubpicture.reply.priv_data", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xvmc_CreateSubpicture_reply_priv_data, { "priv_data", "x11.xvmc.CreateSubpicture.reply.priv_data.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xvmc_CreateSubpicture_reply_priv_data_item, { "priv_data", "x11.xvmc.CreateSubpicture.reply.priv_data", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
{ &hf_x11_xvmc_DestroySubpicture_subpicture_id, { "subpicture_id", "x11.xvmc.DestroySubpicture.subpicture_id", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xvmc_ListSubpictureTypes_port_id, { "port_id", "x11.xvmc.ListSubpictureTypes.port_id", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xvmc_ListSubpictureTypes_surface_id, { "surface_id", "x11.xvmc.ListSubpictureTypes.surface_id", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_x11_xvmc_ListSubpictureTypes_reply_num, { "num", "x11.xvmc.ListSubpictureTypes.reply.num", FT_UINT32, BASE_HEX_DEC, NULL, 0, NULL, HFILL }},
-{ &hf_x11_xvmc_ListSubpictureTypes_reply_types, { "types", "x11.xvmc.ListSubpictureTypes.reply.types", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
+{ &hf_x11_xvmc_ListSubpictureTypes_reply_types, { "types", "x11.xvmc.ListSubpictureTypes.reply.types.list", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xvmc_ListSubpictureTypes_reply_types_item, { "types", "x11.xvmc.ListSubpictureTypes.reply.types", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_x11_xvmc_extension_minor, { "extension-minor", "x11.extension-minor", FT_UINT8, BASE_DEC, VALS(xvmc_extension_minor), 0, "minor opcode", HFILL }},