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

@@ -138,6 +138,8 @@ int protoco_field_type_str2idx(const char *action_str, char *buff, char **p)
table_name[TSG_OBJ_IP_DST_ASN]="ATTR_DESTINATION_ASN";
table_name[TSG_OBJ_IP_SRC_LOCATION]="ATTR_SOURCE_LOCATION";
table_name[TSG_OBJ_IP_DST_LOCATION]="ATTR_DESTINATION_LOCATION";
table_name[TSG_OBJ_DST_SERVER_FQDN]="ATTR_DESTINATION_SERVER_FQDN";
table_name[TSG_OBJ_DST_SERVER_FQDN_CAT]="ATTR_DESTINATION_SERVER_FQDN_CAT";
size_t i = 0;
for (i = 0; i < __TSG_OBJ_MAX; i++)