This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
pangu-ntc-app-plug/bin/ntc_app_plug.inf
2019-01-13 14:54:38 +06:00

26 lines
531 B
INI

[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