Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PacketParsing

Python/XML implementation for parsing (network) packets and displaying them

Goals

The goal of this project is to build a core of bitstream parsers to allow for easily hacking together new packet format with XML.

Tests

You can run the automatic test with

#!/bin/bash
#virtualenv venv
#./test.sh

if you have virtualenv installed.

Usage

Custom packet descriptions can be supplied via XML. The basic structure of each element can be observed in the files in the xml folder, for a deeper understanding documentation should be added soon, for now you have to rely on the xsd files in the packages gpp.builtin and gpp.standard.

About

Python/XML implementation for parsing (network) packets and displaying them

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages