aboutsummaryrefslogtreecommitdiff
path: root/example/ndpiReader.c
diff options
context:
space:
mode:
Diffstat (limited to 'example/ndpiReader.c')
-rw-r--r--example/ndpiReader.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/example/ndpiReader.c b/example/ndpiReader.c
index a9dac22fa..c24db0ffe 100644
--- a/example/ndpiReader.c
+++ b/example/ndpiReader.c
@@ -56,7 +56,7 @@
#include <json.h>
#endif
-#include "ndpi_util.h"
+#include "reader_util.h"
/** Client parameters **/
@@ -1582,7 +1582,6 @@ static void terminateDetection(u_int16_t thread_id) {
* @brief Traffic stats format
*/
char* formatTraffic(float numBits, int bits, char *buf) {
-
char unit;
if(bits)
@@ -3747,7 +3746,7 @@ int orginal_main(int argc, char **argv) {
/* Internal checks */
automataUnitTest();
- serializerUnitTest();
+ // serializerUnitTest();
gettimeofday(&startup_time, NULL);
ndpi_info_mod = ndpi_init_detection_module();