create version
This commit is contained in:
25
bin/ntc_app_plug.inf
Normal file
25
bin/ntc_app_plug.inf
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user