From 6724ab16f5077da10f80b9537758f2a1ccf10fec Mon Sep 17 00:00:00 2001 From: liuxueli Date: Fri, 25 Feb 2022 16:35:38 +0800 Subject: TSG-9733: 取消Schema_Type为APP的定义,APP变更为BASE,为了兼容只修改映射关系,代码中定义APP的类型不变 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tsg_entry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tsg_entry.cpp b/src/tsg_entry.cpp index b4da0e8..f69c06f 100644 --- a/src/tsg_entry.cpp +++ b/src/tsg_entry.cpp @@ -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"} -- cgit v1.2.3