aboutsummaryrefslogtreecommitdiff
path: root/src/include/ndpi_api.h
diff options
context:
space:
mode:
authorRenan de Souza <renan.souza@setinet.com.br>2019-10-25 08:57:49 -0300
committerRenan de Souza <renan.souza@setinet.com.br>2019-10-25 08:57:49 -0300
commit56db916833493ca0042ce1b5de1bf29366680c7b (patch)
treeeb720198f5c8909624956683f26c9b64d7660ba2 /src/include/ndpi_api.h
parent653c2092536466cf8d62bc73e73f12ecf97ed9fc (diff)
parent12cf0c47639a965d156ebd3a2a7721cca1331f23 (diff)
Merge remote-tracking branch 'upstream/dev' into dev
Diffstat (limited to 'src/include/ndpi_api.h')
-rw-r--r--src/include/ndpi_api.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/include/ndpi_api.h b/src/include/ndpi_api.h
index 372eddf72..a1c33b36e 100644
--- a/src/include/ndpi_api.h
+++ b/src/include/ndpi_api.h
@@ -207,18 +207,7 @@ extern "C" {
void ndpi_set_protocol_detection_bitmask2(struct ndpi_detection_module_struct *ndpi_struct,
const NDPI_PROTOCOL_BITMASK * detection_bitmask);
- /**
- * Function to be called to see in case of unknown match to see if there is
- * a partial match that has been prevented by the current nDPI preferences configuration
- *
- * @par ndpi_struct = the detection module
- * @par flow = the flow given for the detection module
- * @return the detected protocol even if the flow is not completed;
- *
- */
- ndpi_protocol ndpi_get_partial_detection(struct ndpi_detection_module_struct *ndpi_struct,
- struct ndpi_flow_struct *flow);
- /**
+ /**
* Function to be called before we give up with detection for a given flow.
* This function reduces the NDPI_UNKNOWN_PROTOCOL detection
*