1、增加kni对ssh协议的支持2、增加kni对流方向的识别信息

This commit is contained in:
fumingwei
2020-04-07 11:19:52 +08:00
parent 57bfa41b3c
commit f1601233b7
4 changed files with 31 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ enum tfe_cmsg_tlv_type
TFE_CMSG_TCP_RESTORE_PROTOCOL = 0xa,
TFE_CMSG_TCP_RESTORE_WINDOW_CLIENT = 0xb,
TFE_CMSG_TCP_RESTORE_WINDOW_SERVER = 0xc,
TFE_CMSG_TCP_RESTORE_INFO_PACKET_CUR_DIR = 0xd,
TFE_CMSG_POLICY_ID = 0x10,
TFE_CMSG_STREAM_TRACE_ID = 0x11,