TSG-23925 Supports scanning of source_zone and destination_zone, and removes internal and external

This commit is contained in:
fengweihao
2024-11-27 17:26:57 +08:00
parent 43cbb3745f
commit dd4e2e6d66
7 changed files with 58 additions and 146 deletions

View File

@@ -38,29 +38,7 @@ struct library_tag_ctx
void app_id_dict_free(struct app_id_dict *app_dict);
void library_tag_free(struct library_tag_ctx *library_tags);
enum scan_common_table
{
PXY_CTRL_SOURCE_IP,
PXY_CTRL_DESTINATION_IP,
PXY_CTRL_INTERNAL_IP,
PXY_CTRL_EXTERNAL_IP,
PXY_CTRL_SOURCE_PORT,
PXY_CTRL_DESTINATION_PORT,
PXY_CTRL_INTERNAL_PORT,
PXY_CTRL_EXTERNAL_PORT,
PXY_CTRL_IP_PROTOCOL,
PXY_CTRL_SUBSCRIBER_ID,
PXY_CTRL_APP_ID_DICT,
PXY_CTRL_LIBRARY_TAG,
PXY_CTRL_IMSI,
PXY_CTRL_APN,
PXY_CTRL_PHONE_NUMBER,
PXY_CTRL_GTP_IMEI,
__SCAN_COMMON_TABLE_MAX
};
int tfe_env_init();
int tfe_bussiness_tableid_get(enum scan_common_table type);
int tfe_get_vsys_id();
const char *tfe_get_device_id();