diff options
| author | liuxueli <[email protected]> | 2023-07-11 19:54:12 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2023-07-11 19:54:12 +0800 |
| commit | dfd450c80026598daa1d346a6497e7bc92a6b40d (patch) | |
| tree | 6dd56a147df13c824dc124b936229d2942d22334 /src/tsg_variable.cpp | |
| parent | db87740104c5d9d58600cd6597f858c58c7131a2 (diff) | |
修正POP3字符串对应的长度v6.0.34
Diffstat (limited to 'src/tsg_variable.cpp')
| -rw-r--r-- | src/tsg_variable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tsg_variable.cpp b/src/tsg_variable.cpp index b853bed..07be475 100644 --- a/src/tsg_variable.cpp +++ b/src/tsg_variable.cpp @@ -24,7 +24,7 @@ struct id2field_tlv g_tsg_proto_name2id[PROTO_MAX]={{PROTO_UNKONWN, 0, 7, "unkno {PROTO_SSH, 0, 3, "SSH"}, {PROTO_SMTP, 0, 4, "SMTP"}, {PROTO_IMAP, 0, 4, "IMAP"}, - {PROTO_POP3, 0, 3, "POP3"}, + {PROTO_POP3, 0, 4, "POP3"}, {PROTO_RTP, 0, 3, "RTP"}, {PROTO_APP, 0, 4, "BASE"}, {PROTO_L2TP, 0, 4, "L2TP"}, |
