From 60a9f6610d7b15c33ecd8db865cf8f7519ad0ef0 Mon Sep 17 00:00:00 2001 From: Luca Deri <deri@ntop.org> Date: Mon, 21 Sep 2020 19:57:23 +0200 Subject: Added risks for checking - invalid DNS traffic (probably carrying exfiltrated data) - TLS traffic with no SNI extension --- tests/unit/unit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit') diff --git a/tests/unit/unit.c b/tests/unit/unit.c index c7fb292de..9def14fc7 100644 --- a/tests/unit/unit.c +++ b/tests/unit/unit.c @@ -219,7 +219,7 @@ int serializerUnitTest() { ndpi_term_serializer(&serializer); } - printf("%s: OK\n", __FUNCTION__); + printf("%s OK\n", __FUNCTION__); return 0; } -- cgit v1.2.3