Python/XML implementation for parsing (network) packets and displaying them
The goal of this project is to build a core of bitstream parsers to allow for easily hacking together new packet format with XML.
You can run the automatic test with
#!/bin/bash
#virtualenv venv
#./test.sh
if you have virtualenv installed.
Custom packet descriptions can be supplied via XML. The basic structure of each element can be observed in the files in
,
for a deeper understanding documentation should be added soon, for now you have to rely on the xsd files
in the packages
and
.