diff options
author | Luca Deri <deri@ntop.org> | 2019-09-21 09:52:44 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2019-09-21 09:52:44 +0200 |
commit | 5c2e4957925845281595755e56978fb1d4a18760 (patch) | |
tree | e5d7f37a000ec34e6cd42794858f0e401c72309c /example/ndpiReader.c | |
parent | 421f819b8ae6e6effd09860a1758c3f34c457a6d (diff) |
ndpiReader now report protocol category and breed
Modified TikTok category to Fun
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 b24e61091..90e1b0d4f 100644 --- a/example/ndpiReader.c +++ b/example/ndpiReader.c @@ -414,7 +414,8 @@ static void help(u_int long_help) { #endif if(long_help) { - printf("\n\nSupported protocols:\n"); + printf("\n\nnDPI supported protocols:\n"); + printf("%3s %-22s %-12s %s\n", "Id", "Protocol", "Breed", "Category"); num_threads = 1; ndpi_dump_protocols(ndpi_info_mod); } |