diff options
author | Luca Deri <deri@ntop.org> | 2018-05-11 13:48:14 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2018-05-11 13:48:14 +0200 |
commit | 564d622cc994dc0f2960b3beb0af1ebe02881187 (patch) | |
tree | 8ca5208c3ed89a4903c1450f9166ade03ed851af /src/include/ndpi_api.h | |
parent | 50216991bd41f0cdfea599a76ace08ebd00501d3 (diff) |
Added ndpi_fill_protocol_category call
Introduced intitial Skype in/out support
Diffstat (limited to 'src/include/ndpi_api.h')
-rw-r--r-- | src/include/ndpi_api.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/ndpi_api.h b/src/include/ndpi_api.h index 9b75d7bd4..bdb351df4 100644 --- a/src/include/ndpi_api.h +++ b/src/include/ndpi_api.h @@ -754,7 +754,9 @@ extern "C" { int ndpi_load_hostname_category(struct ndpi_detection_module_struct *ndpi_struct, char *name, ndpi_protocol_category_t category); int ndpi_enable_loaded_categories(struct ndpi_detection_module_struct *ndpi_struct); - + void ndpi_fill_protocol_category(struct ndpi_detection_module_struct *ndpi_struct, + struct ndpi_flow_struct *flow, + ndpi_protocol *ret); /** * Add a string to match to an automata * |