diff options
| author | fumingwei <[email protected]> | 2023-06-19 18:26:24 +0800 |
|---|---|---|
| committer | fumingwei <[email protected]> | 2023-06-19 18:26:24 +0800 |
| commit | ce6433ed71942b81bae0349a4b5334a8a4b753a3 (patch) | |
| tree | 693c92948197a795eceae5423d47aa0939763cb1 /common/include | |
| parent | 68bb2ed36ad73e69d005efb0acb06a699d837b9b (diff) | |
feature:修改ip location的cmesgv5.1.8feature-modify-sendlog-interface
Diffstat (limited to 'common/include')
| -rw-r--r-- | common/include/kni_cmsg.h | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/common/include/kni_cmsg.h b/common/include/kni_cmsg.h index 7958f49..2a23563 100644 --- a/common/include/kni_cmsg.h +++ b/common/include/kni_cmsg.h @@ -82,14 +82,16 @@ enum tfe_cmsg_tlv_type TFE_CMSG_DST_ASN, // string max size 64 TFE_CMSG_SRC_ORGANIZATION, // string max size 256 TFE_CMSG_DST_ORGANIZATION, // string max size 256 - TFE_CMSG_SRC_IP_LOCATION_COUNTRY, // string max size 256 - TFE_CMSG_DST_IP_LOCATION_COUNTRY, // string max size 256 - TFE_CMSG_SRC_IP_LOCATION_PROVINE, // string max size 256 - TFE_CMSG_DST_IP_LOCATION_PROVINE, // string max size 256 - TFE_CMSG_SRC_IP_LOCATION_CITY, // string max size 256 - TFE_CMSG_DST_IP_LOCATION_CITY, // string max size 256 - TFE_CMSG_SRC_IP_LOCATION_SUBDIVISION, - TFE_CMSG_DST_IP_LOCATION_SUBDIVISION, + // TFE_CMSG_SRC_IP_LOCATION_COUNTRY, // string max size 256 + // TFE_CMSG_DST_IP_LOCATION_COUNTRY, // string max size 256 + // TFE_CMSG_SRC_IP_LOCATION_PROVINE, // string max size 256 + // TFE_CMSG_DST_IP_LOCATION_PROVINE, // string max size 256 + // TFE_CMSG_SRC_IP_LOCATION_CITY, // string max size 256 + // TFE_CMSG_DST_IP_LOCATION_CITY, // string max size 256 + // TFE_CMSG_SRC_IP_LOCATION_SUBDIVISION, + // TFE_CMSG_DST_IP_LOCATION_SUBDIVISION, + TFE_CMSG_SRC_IP_LOCATION, //string max size 256 * 4 + TFE_CMSG_DST_IP_LOCATION, //ja3 fingerprint TFE_CMSG_SSL_CLIENT_JA3_FINGERPRINT, //fqdn cat id |
