aboutsummaryrefslogtreecommitdiff
path: root/example/ndpiSimpleIntegration.c
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2021-02-22 22:37:33 +0100
committerLuca Deri <deri@ntop.org>2021-02-22 22:37:33 +0100
commitfc3db8f1691e913b03ca88a47770c5abf3104ef8 (patch)
treec0340d68fffe201fe4b1753e77cd0b2cdb1489a0 /example/ndpiSimpleIntegration.c
parenta21ad2fbe43170db7ea7519070dd6e9d71a2058d (diff)
Implemented TLS Certificate Sibject matching
Improved AnyDesk detection
Diffstat (limited to 'example/ndpiSimpleIntegration.c')
-rw-r--r--example/ndpiSimpleIntegration.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/ndpiSimpleIntegration.c b/example/ndpiSimpleIntegration.c
index 5f0b6d87d..70423afbc 100644
--- a/example/ndpiSimpleIntegration.c
+++ b/example/ndpiSimpleIntegration.c
@@ -166,7 +166,7 @@ static struct nDPI_workflow * init_workflow(char const * const file_or_device)
NDPI_PROTOCOL_BITMASK protos;
NDPI_BITMASK_SET_ALL(protos);
ndpi_set_protocol_detection_bitmask2(workflow->ndpi_struct, &protos);
- ndpi_finalize_initalization(workflow->ndpi_struct);
+ ndpi_finalize_initialization(workflow->ndpi_struct);
return workflow;
}