diff options
Diffstat (limited to 'common/include/kni_cmsg.h')
| -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 |
