diff options
author | Hidde van der Heide <hvanderheide@nexuz.net> | 2017-12-20 13:19:24 +0100 |
---|---|---|
committer | Hidde van der Heide <hvanderheide@nexuz.net> | 2017-12-20 13:19:24 +0100 |
commit | bf8c9c2625928e069266b96cf92a4b493a58ff4b (patch) | |
tree | f548317cbdc98bec3390d78bf5383aecbffeac14 /example/ndpi_util.h | |
parent | ee957e083153b3bd42231836ddb29e6bbf843aa0 (diff) | |
parent | f024e72effe55fc0f78f8682814240f4ee1e4dc0 (diff) |
Merge remote-tracking branch 'upstream/dev' into dev
Diffstat (limited to 'example/ndpi_util.h')
-rw-r--r-- | example/ndpi_util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/example/ndpi_util.h b/example/ndpi_util.h index 51bc09ddb..7abebe4f5 100644 --- a/example/ndpi_util.h +++ b/example/ndpi_util.h @@ -179,4 +179,7 @@ int ndpi_workflow_node_cmp(const void *a, const void *b); void process_ndpi_collected_info(struct ndpi_workflow * workflow, struct ndpi_flow_info *flow); u_int32_t ethernet_crc32(const void* data, size_t n_bytes); void ndpi_flow_info_freer(void *node); + +extern int nDPI_LogLevel; + #endif |