summaryrefslogtreecommitdiff
path: root/common/include
diff options
context:
space:
mode:
authorluwenpeng <[email protected]>2023-04-23 16:55:30 +0800
committerluwenpeng <[email protected]>2023-04-23 16:55:30 +0800
commitcbf424884c0ea184353abb28e1bf8ba86ca19cf5 (patch)
tree574970685d68d940ba95e073ad75c88b1633534b /common/include
parent2138d7f13e677d9d629b23eacb99a0b619ace34c (diff)
cmsg适配控制报文类型, TFE_CMSG_SSL_INTERCEPT_STATE/TFE_CMSG_SSL_PINNING_STATE/TFE_CMSG_SSL_CERT_VERIFY的类型从uint64改为uint8
Diffstat (limited to 'common/include')
-rw-r--r--common/include/tfe_cmsg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/include/tfe_cmsg.h b/common/include/tfe_cmsg.h
index 60f7978..c6dbe5e 100644
--- a/common/include/tfe_cmsg.h
+++ b/common/include/tfe_cmsg.h
@@ -41,13 +41,13 @@ enum tfe_cmsg_tlv_type
TFE_CMSG_KEYRING_FOR_TRUSTED_ID, // size int
TFE_CMSG_KEYRING_FOR_UNTRUSTED, // size int
- TFE_CMSG_SSL_INTERCEPT_STATE, //size uint64_t, 0-passthrough, 1-intercept, 2-shutdown, referer from enum ssl_stream_action
+ TFE_CMSG_SSL_INTERCEPT_STATE, //size uint8_t, 0-passthrough, 1-intercept, 2-shutdown, referer from enum ssl_stream_action
TFE_CMSG_SSL_SERVER_SIDE_LATENCY, //size uint64_t, milisecond
TFE_CMSG_SSL_CLIENT_SIDE_LATENCY, //size uint64_t, milisecond
TFE_CMSG_SSL_SERVER_SIDE_VERSION, //string, SSLv3 TLSv1 TLSv1.1 TLSv1.2 TLSv1.3 unknown
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_PINNING_STATE, // size uint8_t, 0-not pinning 1-pinning 2-maybe pinning
+ TFE_CMSG_SSL_CERT_VERIFY, // size uint8_t
TFE_CMSG_SSL_ERROR, //string
/* Original Traffic's src & dst MAC address */