From f8692c6be11c664e4345ceaaec5c6b35ba9b3feb Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Thu, 19 Nov 2020 19:34:11 +0100 Subject: Let travis use pcap files from nDPI to produce some JSON output. (disabled, needs further testing..) * Added pcap diff script * Added \n to JSON string end (useful for debugging and readability) * Use first host/server name character for hash calculation as well * Removed error'ing EPOLLHUP handling in nDPIsrvd (connection closing will be detected via read()) Signed-off-by: Toni Uhlig --- tests/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/README.md (limited to 'tests/README.md') diff --git a/tests/README.md b/tests/README.md new file mode 100644 index 000000000..d4fb99749 --- /dev/null +++ b/tests/README.md @@ -0,0 +1,6 @@ +# tests + +nDPId tests are pretty similar to nDPI's test setup. +It also uses PCAP files provided by libnDPI and generates a diff based on that information. + +That is the reason why `./do.sh` needs a nDPI directory as argument. -- cgit v1.2.3