Initial commit.
commit20d6d9e94f96b1838a0d8df619c2c76892916384
authorMarc Schink <swo-dev@marcschink.de>
Sun, 16 Nov 2014 18:14:29 +0000 (16 19:14 +0100)
committerMarc Schink <swo-dev@marcschink.de>
Sat, 20 Dec 2014 16:07:42 +0000 (20 17:07 +0100)
tree39f63d914cc26fffb0227a9afc3f0eb6ecc0aae4
Initial commit.

This version implements basic decoder functionalities and writes the name
of decoded packets combined with their properties to standard output. The
decoder can either be fed from a file or from standard input.
.gitignore [new file with mode: 0644]
COPYING [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
configure.ac [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/main.c [new file with mode: 0644]