diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2020-11-19 19:34:11 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-12-01 10:22:47 +0100 |
commit | f8692c6be11c664e4345ceaaec5c6b35ba9b3feb (patch) | |
tree | 5f19272d7bef0f3f0413e973f988ba44c91e87d5 /tests/README.md | |
parent | a9b87e573964603e3932b4995b6045ed2f91bdc5 (diff) |
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 <matzeton@googlemail.com>
Diffstat (limited to 'tests/README.md')
-rw-r--r-- | tests/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
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. |