diff options
author | Sorin Zamfir <zamfir.sorin@yahoo.com> | 2016-03-20 11:52:57 +0200 |
---|---|---|
committer | Sorin Zamfir <sorin.zamfir@elektrobit.com> | 2016-03-20 11:53:27 +0200 |
commit | 6f428c03e22d5e6667c857e06146f1e8b4ed8f53 (patch) | |
tree | 5638502cbf1e59b260bcdc4a8da95cd15427dd74 /example/ndpiReader.c | |
parent | 5349d33abf7bb9d23b6209c581773e0b967445a4 (diff) | |
parent | 2d5d39db7bdaefc424caab7ec334371dd1f181bf (diff) |
Merge remote-tracking branch 'remotes/iot/dev' into dev
Conflicts:
src/include/ndpi_protocol_ids.h
src/lib/ndpi_main.c
Diffstat (limited to 'example/ndpiReader.c')
-rw-r--r-- | example/ndpiReader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/ndpiReader.c b/example/ndpiReader.c index 082871346..e5119692b 100644 --- a/example/ndpiReader.c +++ b/example/ndpiReader.c @@ -113,7 +113,7 @@ static u_int8_t undetected_flows_deleted = 0; /** * User preferences */ -static u_int8_t enable_protocol_guess = 1, verbose = 0, nDPI_traceLevel = 0, json_flag = 0; +static u_int8_t enable_protocol_guess = 1, verbose = 0, nDPI_traceLevel = 2, json_flag = 0; static u_int16_t decode_tunnels = 0; static u_int16_t num_loops = 1; static u_int8_t shutdown_app = 0, quiet_mode = 0; |