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 /src/include/ndpi_define.h | |
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 'src/include/ndpi_define.h')
-rw-r--r-- | src/include/ndpi_define.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ndpi_define.h b/src/include/ndpi_define.h index 3fa0b34e6..266c76968 100644 --- a/src/include/ndpi_define.h +++ b/src/include/ndpi_define.h @@ -156,6 +156,7 @@ /* misc definitions */ #define NDPI_DEFAULT_MAX_TCP_RETRANSMISSION_WINDOW_SIZE 0x10000 +#define NDPI_ENABLE_DEBUG_MESSAGES 1 /* TODO: rebuild all memory areas to have a more aligned memory block here */ |