diff options
author | Guido Falsi <mad@madpilot.net> | 2017-12-05 23:10:32 +0100 |
---|---|---|
committer | Guido Falsi <mad@madpilot.net> | 2017-12-05 23:10:32 +0100 |
commit | f1f8afdddf638fb567291b19ac889e23d02a8294 (patch) | |
tree | 7268bed40cf14ffcfd0b5040478ba3ac8f127ddf | |
parent | 7fd840691683d882da80265d5dc324cc7b2666c4 (diff) |
Add ndpi_set_proto_category, which is actually uses by ntopng.
-rw-r--r-- | libndpi.sym | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libndpi.sym b/libndpi.sym index c821189e8..e7df6673b 100644 --- a/libndpi.sym +++ b/libndpi.sym @@ -58,4 +58,5 @@ ndpi_netbios_name_interpret ndpi_category_set_name ndpi_category_get_name ndpi_is_custom_category -ndpi_is_subprotocol_informative
\ No newline at end of file +ndpi_is_subprotocol_informative +ndpi_set_proto_category |