summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorliuxueli <[email protected]>2022-02-25 16:35:38 +0800
committerliuxueli <[email protected]>2022-02-25 16:35:38 +0800
commit6724ab16f5077da10f80b9537758f2a1ccf10fec (patch)
tree530e573f20e009872a3398c654442483283798f2
parent1404744671e412510bafa0af3f3e774a729eef71 (diff)
TSG-9733: 取消Schema_Type为APP的定义,APP变更为BASE,为了兼容只修改映射关系,代码中定义APP的类型不变v5.5.7
-rw-r--r--src/tsg_entry.cpp2
1 files changed, 1 insertions, 1 deletions
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"}