From 3213d2205ae55f9b79664597251a11ca9fc8d8c6 Mon Sep 17 00:00:00 2001 From: Sorin Zamfir Date: Sun, 20 Mar 2016 13:38:29 +0200 Subject: Removed unused type definitions. Disabled tracing in the example application. --- example/ndpiReader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example') 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; -- cgit v1.2.3