diff options
author | Vito Piserchia <vpiserchia@users.noreply.github.com> | 2018-04-09 00:37:34 +0200 |
---|---|---|
committer | Vito Piserchia <vpiserchia@users.noreply.github.com> | 2018-04-09 00:37:34 +0200 |
commit | aa5d06bb1ac579f3047bec6b9042961e1282e9f2 (patch) | |
tree | 008671b28ac9646286bfe34bbd810d717eb06be8 | |
parent | 521afe7e1f340eff5d475b4f0bc6f91ea91c0601 (diff) |
added ndpi_process_extra_packet to exported symbols
-rw-r--r-- | libndpi.sym | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libndpi.sym b/libndpi.sym index 07442982c..d00161162 100644 --- a/libndpi.sym +++ b/libndpi.sym @@ -15,6 +15,7 @@ ndpi_tdestroy ndpi_exit_detection_module ndpi_l4_detection_process_packet ndpi_detection_process_packet +ndpi_process_extra_packet ndpi_twalk ndpi_tdelete ndpi_revision @@ -63,4 +64,4 @@ ndpi_is_subprotocol_informative ndpi_set_proto_category ndpi_get_api_version ndpi_network_ptree_match -ndpi_check_flow_func
\ No newline at end of file +ndpi_check_flow_func |