aboutsummaryrefslogtreecommitdiffstats
path: root/tests/osmo-pcap-test/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2012-06-28test: add osmo-pcap-test infrastructurePablo Neira Ayuso1-0/+28
This patch adds the osmo-pcap-test infrastructure that allows you to take packets stored in one pcap file, convert them to msgb and pass it to some function. The infrastructure also provides timing reconstruction based on the pcap file information. This is useful for easy protocol development, automated testing and fuzzying of the existing code to validate the code. Signed-off-by: Pablo Neira Ayuso <pablo@gnumonks.org>