spice-protocol-pxvdi/python_modules
Jonathon Jongsma f3a47cc903 codegen: Add a --generate-wireshark-dissector option
The wireshark protocol dissector is a bit out-of-date. Several new channel types
and enums have been added.  It would be nice if these values (and the
translation between the value and the name) could be automatically generated so
that updating the dissector was a slightly less manual process.  This patch adds
a commandline switch which generates both the enums and value-name lists in the
format that wireshark expects.
2013-10-23 11:41:43 -05:00
..
__init__.py Initial import of spice protocol description and demarshall generator 2012-03-20 15:25:43 +01:00
codegen.py spice_codegen: Always write a channels entry for an ifdef-ed channel 2012-03-20 15:31:30 +01:00
demarshal.py demarshall: add missing parens in BE read_xxx functions 2012-04-06 15:32:02 +02:00
Makefile.am build-sys: make it a seperately buildable spice-common library 2012-03-22 20:21:05 +01:00
marshal.py codegen: ifdef/endif function declaration too 2012-03-21 13:24:17 +01:00
ptypes.py codegen: Add a --generate-wireshark-dissector option 2013-10-23 11:41:43 -05:00
spice_parser.py allow attributes on channel elements in .proto files 2012-03-20 15:31:30 +01:00