Initial version of fast transfer parser.
authorBrad Hards <bradh@openchange.org>
Mon, 18 Oct 2010 02:47:34 +0000 (02:47 +0000)
committerBrad Hards <bradh@openchange.org>
Mon, 18 Oct 2010 02:47:34 +0000 (02:47 +0000)
commit1c6d2e5a697d93f4e239df537929b4d872219d53
tree3ec070a6590a6902e67b474ecf1e8e8699e53f4c
parentfdbc3044b658b2642c86bb73b2e91339aee4319d
Initial version of fast transfer parser.

This parser is callback based, so you can use it with different
output strategies.

Includes a test program, which you can use with something like
./bin/check_fasttransfer --profile=e2k10 --showprogress --dump-data
to show the contents of the stream.
Makefile
configure.ac
libmapi/fxparser.c [new file with mode: 0644]
libmapi/fxparser.h [new file with mode: 0644]
libmapi/libmapi.h
testprogs/check_fasttransfer.c [new file with mode: 0644]
utils/mapitest/modules/module_oxcfxics.c