diff options
author | Luca Deri <deri@ntop.org> | 2020-09-25 09:36:10 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2020-09-25 09:36:10 +0200 |
commit | 204f3ddff5efc929095556ed22ec62d18bef6324 (patch) | |
tree | a616407e87b6adbc9af3830874df2f70c1233653 /src/include | |
parent | 044ed14b4f23708ec05f5b5c85ca29acbf4b59db (diff) |
Compilation fix
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/ndpi_api.h.in | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/include/ndpi_api.h.in b/src/include/ndpi_api.h.in index ecc276eab..313420378 100644 --- a/src/include/ndpi_api.h.in +++ b/src/include/ndpi_api.h.in @@ -336,21 +336,6 @@ extern "C" { struct ndpi_flow_struct *flow); /** - * API call that is called internally by ndpi_detection_process_packet or by apps - * that want to avoid calling ndpi_detection_process_packet as they have already - * parsed the packet and thus want to avoid this. - * - * - * @par ndpi_struct = the detection module - * @par flow = the flow given for the detection module - * @par ndpi_selection_bitmask = the protocol selected bitmask - * - */ - void ndpi_check_flow_func(struct ndpi_detection_module_struct *ndpi_struct, - struct ndpi_flow_struct *flow, - NDPI_SELECTION_BITMASK_PROTOCOL_SIZE *ndpi_selection_packet); - - /** * Query the pointer to the layer 4 packet * * @par l3 = pointer to the layer 3 data |