diff options
author | Luca Deri <deri@ntop.org> | 2022-06-13 23:19:47 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2022-06-13 23:19:47 +0200 |
commit | cf5873ffd72ba8b530429bda3c8931f9ada33747 (patch) | |
tree | b41586b7fcd1f8e7291c0e348f57f2d0b532ef20 /example/ndpiReader.c | |
parent | 32428026d6dbcf7ee36aa3c882056b869b593d65 (diff) |
Improved DNS traffic analysis
Added ability to identify application and network protocols
Diffstat (limited to 'example/ndpiReader.c')
-rw-r--r-- | example/ndpiReader.c | 3 |
1 files changed, 2 insertions, 1 deletions
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); |