From cf5873ffd72ba8b530429bda3c8931f9ada33747 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Mon, 13 Jun 2022 23:19:47 +0200 Subject: Improved DNS traffic analysis Added ability to identify application and network protocols --- example/ndpiReader.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'example/ndpiReader.c') diff --git a/example/ndpiReader.c b/example/ndpiReader.c index d7dac2e15..171615600 100644 --- a/example/ndpiReader.c +++ b/example/ndpiReader.c @@ -516,7 +516,8 @@ static void help(u_int long_help) { ndpi_info_mod = ndpi_init_detection_module(ndpi_no_prefs); printf("\n\nnDPI supported protocols:\n"); - printf("%3s %-22s %-8s %-12s %s\n", "Id", "Protocol", "Layer_4", "Breed", "Category"); + printf("%3s %-22s %-10s %-8s %-12s %s\n", + "Id", "Protocol", "Layer_4", "Nw_Proto", "Breed", "Category"); num_threads = 1; NDPI_BITMASK_SET_ALL(all); -- cgit v1.2.3