aboutsummaryrefslogtreecommitdiff
path: root/example/ndpiReader.c
diff options
context:
space:
mode:
authorSorin Zamfir <sorin.zamfir@yahoo.com>2016-03-20 13:38:29 +0200
committerSorin Zamfir <sorin.zamfir@yahoo.com>2016-03-20 13:38:29 +0200
commit3213d2205ae55f9b79664597251a11ca9fc8d8c6 (patch)
treeb2e0718ce502929f102cb15f28b7ccd4570bce94 /example/ndpiReader.c
parent3dde80ed0fea830fed64bfd82eb9801aee0ca8e3 (diff)
Removed unused type definitions.
Disabled tracing in the example application.
Diffstat (limited to 'example/ndpiReader.c')
-rw-r--r--example/ndpiReader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/ndpiReader.c b/example/ndpiReader.c
index e5119692b..082871346 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 = 2, json_flag = 0;
+static u_int8_t enable_protocol_guess = 1, verbose = 0, nDPI_traceLevel = 0, 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;