支持从原始流量中获取MAC地址并用于解密流量转发以太网头部的构建。
This commit is contained in:
@@ -37,7 +37,11 @@ enum tfe_cmsg_tlv_type
|
||||
TFE_CMSG_SSL_CLIENT_SIDE_VERSION,
|
||||
TFE_CMSG_SSL_PINNING_STATE, //size uint64_t, 0-not pinning 1-pinning 2-maybe pinning
|
||||
TFE_CMSG_SSL_CERT_VERIFY,
|
||||
TFE_CMSG_SSL_ERROR //string
|
||||
TFE_CMSG_SSL_ERROR, //string
|
||||
|
||||
/* Original Traffic's src & dst MAC address */
|
||||
TFE_CMSG_SRC_MAC,
|
||||
TFE_CMSG_DST_MAC,
|
||||
};
|
||||
|
||||
struct tfe_cmsg* tfe_cmsg_init();
|
||||
|
||||
Reference in New Issue
Block a user