aboutsummaryrefslogtreecommitdiffstats
path: root/tools/process-x11-xcb.pl
AgeCommit message (Expand)AuthorFilesLines
2017-05-03Add terminating NULL to lists for proto_tree_add_bitmask().Guy Harris1-0/+1
2017-04-19X11: Replace VALUEXX macros and handle endianness "natively."Michael Mann1-25/+46
2017-04-18X11: Replace UNUSED macroMichael Mann1-10/+20
2017-04-18X11: Sort mesa_enum to allow for value_string_extMichael Mann1-19/+7
2017-04-18X11: Use proto_tree_add_bitmask for generated bitmasksMichael Mann1-7/+5
2017-04-16X11: Resolve filter differences between a "list" and its "item".Michael Mann1-2/+2
2017-04-16X11: Revert mesa_enum_ext back to mesa_enumMichael Mann1-3/+2
2017-04-16X11: Ensure mesa_enum value_string has unique valuesMichael Mann1-3/+12
2017-04-15x11: proto_tree_add_uint_format -> proto_tree_add_uint_format_valueMichael Mann1-8/+18
2016-06-16X11: Fix last indent issue on X11 generatorAlexis La Goutte1-23/+23
2015-11-29Support building the X11 dissector outside the source tree.Jeff Morriss1-35/+42
2015-10-21x11 generator: Fix indent (use always 4 spaces) and add modelinesAlexis La Goutte1-561/+574
2015-10-20X11 generator: avoid extraneous parens in conditionals.Jeff Morriss1-3/+16
2015-10-19x11 generator: Support new XCB paramrefPeter Harris1-5/+39
2015-10-19x11 generator: Don't crash when a switch is in a structPeter Harris1-1/+4
2015-10-19x11 generator: Fix struct size with arrayPeter Harris1-1/+0
2015-10-19x11 generator: Allow perl 5.20 and newerPeter Harris1-1/+0
2015-10-19x11 generator: some blacklisted structs are now used.Jeff Morriss1-9/+9
2015-05-01Fix some cases where we're shifting a signed 1 left.Guy Harris1-1/+1
2015-05-01Fix some cases where we're shifting a signed 1 left.Guy Harris1-1/+1
2014-12-19Add parenthesis around some generated code so it compiles. This newStephen Fisher1-1/+1
2014-12-19Skip over the new 'switch' field in xproto/src/xinput.xml so we canStephen Fisher1-0/+1
2014-12-19Put a colon after the error message and before the field the errorStephen Fisher1-1/+1
2014-12-19Add a comment to each of these scripts to say thatStephen Fisher1-0/+2
2014-08-22X11: Support xcb's new <case>Peter Harris1-15/+22
2014-06-12X11: Support XCB's new <pad align='n' />Peter Harris1-7/+34
2014-02-25Get rid of a few more Subversion remnants.Jeff Morriss1-2/+0
2014-02-14Remove $Id$ and other Subversion leftovers from the tools.Jeff Morriss1-2/+0
2013-12-19Some patches from Peter Harris:Jeff Morriss1-19/+105
2013-12-18Instead of assigning a variable to itself, avoid unused warnings similarGerald Combs1-1/+1
2013-11-24Fix checkAPIs: don't try to feed VALS() into FT_BOOLEANs.Jeff Morriss1-3/+4
2013-11-24Some patches from Peter Harris to make it possible to build the X11 dissectorJeff Morriss1-132/+371
2013-11-13Wrap GCC pragma in an #ifdef to make it compile when we're not using GCC.Jeff Morriss1-1/+3
2013-11-13Use a gcc pragma to stop the (pages of) warnings coming out ofJeff Morriss1-2/+3
2013-09-08Add filterable expert info to generated X11 dissector. I didn't regenerate t...Michael Mann1-1/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-12A routine that processes a struct_XXX() won't necessarily use itsGuy Harris1-1/+1
2012-05-12Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-51/+54
2012-03-13From Peter Harris:Jeff Morriss1-10/+32
2010-09-24(Refining the regexp...) Replace blurbs that match the name (case insensitive...Jeff Morriss1-1/+1
2010-06-03From Peter Harris via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4820 :Jeff Morriss1-7/+6
2010-04-20From Peter Harris via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4481 :Jeff Morriss1-116/+227
2009-10-03From Peter Harris via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4067 :Jeff Morriss1-6/+134
2009-09-12Move all of the scripts in epan/dissectors/ to tools/ .Jeff Morriss1-0/+1241