aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorStephen Fisher <sfisher@sdf.org>2014-12-19 10:01:55 -0700
committerStephen Fisher <sfisher@sdf.org>2014-12-19 17:05:35 +0000
commit398c2cee9c34c5432586ccdea0c8f235242f6ebf (patch)
tree55e0763e5de71da2ef593ec2294f3b20c1781d69 /tools
parentc11085a351978514ae780ea995494fef01f7897f (diff)
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 <sfisher@sdf.org>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/process-x11-xcb.pl1
1 files changed, 1 insertions, 0 deletions
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"); }
}