diff options
author | dillinger79 <dxnanos@gmail.com> | 2018-03-01 14:13:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-01 14:13:50 +0200 |
commit | b19cd086b41ed17217537664b10b29a7055e3f72 (patch) | |
tree | 9eb61225d2b9f2962f553888cdc1cbe86b93396d /libndpi.sym | |
parent | 9f8fedb3b1f3e1a380baf1600a12096aaf2e2953 (diff) | |
parent | e935ee77bf1802f2bf47afd5d7a27eb1b5116c47 (diff) |
Merge pull request #3 from ntop/dev
update to latest
Diffstat (limited to 'libndpi.sym')
-rw-r--r-- | libndpi.sym | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libndpi.sym b/libndpi.sym index d7dc633fc..625b9e81f 100644 --- a/libndpi.sym +++ b/libndpi.sym @@ -3,6 +3,7 @@ ndpi_strnstr ndpi_detection_giveup ndpi_get_proto_name ndpi_free +ndpi_flow_free ndpi_guess_undetected_protocol ndpi_tfind ndpi_tsearch @@ -21,6 +22,7 @@ ndpi_init_detection_module ndpi_get_num_supported_protocols ndpi_set_proto_defaults ndpi_get_protocol_id +ndpi_get_category_id ndpi_find_port_based_protocol ndpi_get_http_method ndpi_get_http_url @@ -41,11 +43,21 @@ ndpi_set_detected_protocol ndpi_match_string_subprotocol ndpi_init_automa ndpi_free_automa +ndpi_add_string_value_to_automa ndpi_add_string_to_automa ndpi_finalize_automa ndpi_match_string +ndpi_match_string_id set_ndpi_malloc +set_ndpi_flow_malloc set_ndpi_free +set_ndpi_flow_free set_ndpi_debug_function ndpi_category_str ndpi_get_proto_category +ndpi_netbios_name_interpret +ndpi_category_set_name +ndpi_category_get_name +ndpi_is_custom_category +ndpi_is_subprotocol_informative +ndpi_set_proto_category |