diff options
author | Luca Deri <deri@ntop.org> | 2018-05-11 16:04:47 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2018-05-11 16:04:47 +0200 |
commit | 00c35e48a20c66b717209fd2accc3a4c07b74aaa (patch) | |
tree | a52801c8dc104d091fd66f84fc8fed1f364876e3 | |
parent | 8380b505f4142f1af83a22cac9f9131248d4c3f7 (diff) |
Added
- ndpi_load_hostname_category()
- ndpi_enable_loaded_categories()
in the list of exported API calls
-rw-r--r-- | libndpi.sym | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libndpi.sym b/libndpi.sym index 6980f8829..7995fedfa 100644 --- a/libndpi.sym +++ b/libndpi.sym @@ -65,4 +65,6 @@ ndpi_set_proto_category ndpi_get_api_version ndpi_network_ptree_match ndpi_check_flow_func -ndpi_fill_protocol_category
\ No newline at end of file +ndpi_fill_protocol_category +ndpi_load_hostname_category +ndpi_enable_loaded_categories |