From 75755dd7d948992d6c5d05f298559f01b511607d Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Thu, 28 Jun 2012 12:53:45 +0200 Subject: test: add osmo-pcap-test infrastructure 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 --- tests/osmo-pcap-test/.gitignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 tests/osmo-pcap-test/.gitignore (limited to 'tests/osmo-pcap-test/.gitignore') diff --git a/tests/osmo-pcap-test/.gitignore b/tests/osmo-pcap-test/.gitignore new file mode 100644 index 0000000..68f19b2 --- /dev/null +++ b/tests/osmo-pcap-test/.gitignore @@ -0,0 +1,24 @@ +Makefile +Makefile.in +.deps +.libs +*.o +*.lo +*.la +aclocal.m4 +acinclude.m4 +aminclude.am +m4/*.m4 +autom4te.cache +config.h* +config.sub +config.log +config.status +config.guess +configure +depcomp +missing +ltmain.sh +install-sh +stamp-h1 +libtool -- cgit v1.2.3