TSG-9733: 取消Schema_Type为APP的定义,APP变更为BASE,为了兼容只修改映射关系,代码中定义APP的类型不变

This commit is contained in:
liuxueli
2022-02-25 16:35:38 +08:00
parent 1404744671
commit 6724ab16f5

View File

@@ -114,7 +114,7 @@ id2field_t g_tsg_proto_name2id[PROTO_MAX]={{PROTO_UNKONWN, 0, "unknown"},
{PROTO_IMAP, 0, "IMAP"},
{PROTO_POP3, 0, "POP3"},
{PROTO_RTP, 0, "RTP"},
{PROTO_APP, 0, "APP"},
{PROTO_APP, 0, "BASE"},
{PROTO_L2TP, 0, "L2TP"},
{PROTO_PPTP, 0, "PPTP"},
{PROTO_STRATUM, 0, "Stratum"}