diff options
author | Sorin Zamfir <sorin.zamfir@yahoo.com> | 2016-02-08 23:01:22 +0200 |
---|---|---|
committer | Sorin Zamfir <sorin.zamfir@yahoo.com> | 2016-02-08 23:01:22 +0200 |
commit | ee5e7449acf33e8c1bb40b86ffe176399cb25b74 (patch) | |
tree | 7ffdae7ac2fca6a37aae6134e8cfbc749c7c08e8 /example/ndpiReader.c | |
parent | 278a067d437f8fa4d6492071bcb356f9c1fc8c4f (diff) |
First running example. No actual low-level detection.
* logging is now running
* included example capture
* included example log
* skeleton for coap detection
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 b75672192..0d84e6f87 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; |