1、增加默认工作模式:BYPASS状态:whitelist和扫描未命中都回注;INTERCEPT:只有whitelist回注;
2、域名定义最长默认MTU1500长度,超长截断;
3、HTTP_HOST扫描whitelist_domain,无HOST的HTTP回注;更改kni.inf的HTTP入口只注册HTTP_HOST
4、流标签从int类型改为struct类型,所以更改./conf/project_list.conf
This commit is contained in:
liuyang
2018-07-19 11:05:10 +08:00
parent e1d571bd92
commit c4026e018c
4 changed files with 92 additions and 260 deletions

View File

@@ -10,7 +10,7 @@ DESTROY_FUNC=
[TCP_ALL]
FUNC_FLAG=all
FUNC_FLAG=HTTP_HOST
FUNC_NAME=kni_tcpall_entry

View File

@@ -18,4 +18,4 @@
#test_project struct
tcp_flow_stat struct
udp_flow_stat struct
protocol_tag int
protocol_tag struct