diff options
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); } |