diff options
| author | liuxueli <[email protected]> | 2019-01-13 14:54:38 +0600 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2019-01-13 14:54:38 +0600 |
| commit | a70065389153c0aa2fdcd88d416a92a436d45be9 (patch) | |
| tree | b80339bfbe431288f6a6e52e45fdae54c0598a71 /bin | |
create version
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/ntc_app_plug.inf | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/bin/ntc_app_plug.inf b/bin/ntc_app_plug.inf new file mode 100644 index 0000000..7362d37 --- /dev/null +++ b/bin/ntc_app_plug.inf @@ -0,0 +1,25 @@ +[PLUGINFO] +PLUGNAME=NTC_APP_PLUG +SO_PATH=./plug/business/ntc_app_plug/ntc_app_plug.so +INIT_FUNC=NTC_APP_PLUG_INIT +DESTROY_FUNC=NTC_APP_PLUG_DESTORY + +[IP] +FUNC_FLAG=ALL +FUNC_NAME=NTC_GRE_IP_ENTRY + +[IPV6] +FUNC_FLAG=ALL +FUNC_NAME=NTC_GRE_IP_ENTRY + +[TCP_ALL] +FUNC_FLAG=ALL +FUNC_NAME=NTC_APP_PLUG_TCP_ENTRY + +[UDP] +FUNC_FLAG=ALL +FUNC_NAME=NTC_APP_PLUG_UDP_ENTRY + +[SSL] +FUNC_FLAG=SSL_INTEREST_KEY,SSL_CERTIFICATE_DETAIL,SSL_CLIENT_HELLO,SSL_SERVER_HELLO,SSL_CERTIFICATE,SSL_APPLICATION_DATA,SSL_VERSION +FUNC_NAME=NTC_SSL_LABEL_PLUG_ENTRY |
