From 398c2cee9c34c5432586ccdea0c8f235242f6ebf Mon Sep 17 00:00:00 2001 From: Stephen Fisher Date: Fri, 19 Dec 2014 10:01:55 -0700 Subject: Skip over the new 'switch' field in xproto/src/xinput.xml so we can re-generate the x11 dissector again without the script breaking. Change-Id: I6d24cf098f370f4c1ff191052e2ea67b7875b33a Reviewed-on: https://code.wireshark.org/review/5878 Reviewed-by: Stephen Fisher --- tools/process-x11-xcb.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/process-x11-xcb.pl b/tools/process-x11-xcb.pl index 71951b399c..a6781daaa9 100755 --- a/tools/process-x11-xcb.pl +++ b/tools/process-x11-xcb.pl @@ -1000,6 +1000,7 @@ sub struct { } } when ('field') { } + when ('switch') { } # New field in xcbproto/src/xinput.xml default { die("unrecognized field: $_\n"); } } -- cgit v1.2.1