aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/x11-declarations.h
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-12-19 02:32:21 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-12-19 02:32:21 +0000
commit6762f7e0c8f48be9ac4d2f7a6386f96f81f07fdb (patch)
tree6fa083b791745f8673600ec49feeaef4c541c4a3 /epan/dissectors/x11-declarations.h
parentcc152029f3857664cfbd132257f14c36eebe7c33 (diff)
Some patches from Peter Harris:
[PATCH 1/5] X11 dissector: Sort declarations This prevents pointless changes showing up in the diff when evaluating unrelated changes to the generator. See http://search.cpan.org/dist/perl-5.18.0/pod/perldelta.pod#Hash_randomization [PATCH 2/5] X11 dissector: Silence warnings on perl 5.18, prevent 5.20 Perl 5.18 retroactively marked "given/when" experimental, with a promise to remove or dramatically change it in 5.20. Since there is no perl 5.20 yet, there is no way to make this script compatible with it. [PATCH 3/5] X11 dissector: Support variable_param (at least for glCallLists) (This patch makes the change in r54232 unnecessary by using the previously- unused variable.) [PATCH 4/5] X11 dissector: Remove obsolete TODO item This item was done in r53531 PATCH 09/11 svn path=/trunk/; revision=54242
Diffstat (limited to 'epan/dissectors/x11-declarations.h')
-rw-r--r--epan/dissectors/x11-declarations.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/epan/dissectors/x11-declarations.h b/epan/dissectors/x11-declarations.h
index 7164876f95..143126a803 100644
--- a/epan/dissectors/x11-declarations.h
+++ b/epan/dissectors/x11-declarations.h
@@ -491,6 +491,13 @@ static int hf_x11_glx_render_CallList_list = -1;
static int hf_x11_glx_render_CallLists_n = -1;
static int hf_x11_glx_render_CallLists_type = -1;
static int hf_x11_glx_render_CallLists_lists = -1;
+static int hf_x11_glx_render_CallLists_lists_signed = -1;
+static int hf_x11_glx_render_CallLists_lists_unsigned = -1;
+static int hf_x11_glx_render_CallLists_lists_item_card16 = -1;
+static int hf_x11_glx_render_CallLists_lists_item_int16 = -1;
+static int hf_x11_glx_render_CallLists_lists_item_card32 = -1;
+static int hf_x11_glx_render_CallLists_lists_item_int32 = -1;
+static int hf_x11_glx_render_CallLists_lists_item_float = -1;
static int hf_x11_glx_render_ListBase_base = -1;
static int hf_x11_glx_render_Begin_mode = -1;
static int hf_x11_glx_render_Bitmap_width = -1;