fqdn服务划分接口适配修改
This commit is contained in:
@@ -78,6 +78,9 @@ enum tfe_cmsg_tlv_type
|
||||
/* SSL ja3 fingerprint */
|
||||
TFE_CMSG_SSL_CLIENT_JA3_FINGERPRINT, // string max size 32
|
||||
|
||||
TFE_CMSG_SRC_FQDN_ID,
|
||||
TFE_CMSG_SRC_FQDN_NUM,
|
||||
|
||||
/* Add new cmsg here */
|
||||
/* Add new cmsg here */
|
||||
/* Add new cmsg here */
|
||||
|
||||
@@ -8,4 +8,6 @@ int tfe_scan_subscribe_id(const struct tfe_stream *stream, struct Maat_rule_t *r
|
||||
int tfe_scan_ip_asn(const struct tfe_stream *stream, struct Maat_rule_t *result, scan_status_t *scan_mid,
|
||||
int hit_cnt, unsigned int thread_id, void *logger, const char *addr, char **asn_server, char **asn_client);
|
||||
int tfe_scan_ip_location(const struct tfe_stream *stream, struct Maat_rule_t *result, scan_status_t *scan_mid,
|
||||
int hit_cnt, unsigned int thread_id, void *logger, const char *addr, char **location_server, char **location_client);
|
||||
int hit_cnt, unsigned int thread_id, void *logger, const char *addr, char **location_server, char **location_client);
|
||||
int tfe_scan_fqdn_cat(const struct tfe_stream *stream, struct Maat_rule_t *result, scan_status_t *scan_mid,
|
||||
int hit_cnt, unsigned int thread_id, void *logger, int table_id);
|
||||
|
||||
Reference in New Issue
Block a user