Add SERVER_FQDN virtual table initialization and scanning

This commit is contained in:
fengweihao
2023-12-08 18:34:17 +08:00
parent 7ce3d87440
commit b533519567
5 changed files with 69 additions and 56 deletions

View File

@@ -81,6 +81,8 @@ enum tsg_obj_table
TSG_OBJ_IP_DST_ASN,
TSG_OBJ_IP_SRC_LOCATION,
TSG_OBJ_IP_DST_LOCATION,
TSG_OBJ_DST_SERVER_FQDN,
TSG_OBJ_DST_SERVER_FQDN_CAT,
__TSG_OBJ_MAX
};