diff options
author | Michele Campus <fci1908@gmail.com> | 2018-04-09 16:40:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-09 16:40:05 +0200 |
commit | 56f14ebee4e689e1932fac24e35bdadc6a16f342 (patch) | |
tree | 008671b28ac9646286bfe34bbd810d717eb06be8 /libndpi.sym | |
parent | 521afe7e1f340eff5d475b4f0bc6f91ea91c0601 (diff) | |
parent | aa5d06bb1ac579f3047bec6b9042961e1282e9f2 (diff) |
Merge pull request #545 from vpiserchia/dev
added ndpi_process_extra_packet to exported symbols
Diffstat (limited to 'libndpi.sym')
-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 |