diff options
author | Michele Campus <fci1908@gmail.com> | 2017-10-03 15:58:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-03 15:58:07 +0200 |
commit | 094ddc204895adfc5122eb8c4e34965c97cf996a (patch) | |
tree | 0ee24d43ffad3c061e7ce2cb6d5100ec69c1c06c | |
parent | 82c244b04f06aa336cb521f68d2ecb010c3a4780 (diff) | |
parent | 47f922fa7b12eb9a5f568ee28352cb217ac49554 (diff) |
Merge pull request #468 from danielengbert/dev
Fixed issue #459 by adding missing symbols.
-rw-r--r-- | libndpi.sym | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libndpi.sym b/libndpi.sym index 61058e84e..9ef3c3456 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 @@ -47,7 +48,9 @@ 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 |