TSG-3417 TFE 适配 FQDN

* 修改 cmsg 接口
	* DOH 不支持扫描 fqdn cat id
This commit is contained in:
luwenpeng
2020-10-12 15:43:27 +08:00
parent 40aab0a298
commit 90ac86a10c
5 changed files with 43 additions and 36 deletions

View File

@@ -10,4 +10,4 @@ int tfe_scan_ip_asn(const struct tfe_stream *stream, struct Maat_rule_t *result,
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 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);
int hit_cnt, unsigned int thread_id, void *logger, const char *addr, int table_id);