diff options
| author | liuxueli <[email protected]> | 2021-01-28 21:05:39 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2021-01-28 21:05:39 +0800 |
| commit | de133e66fa2ca08395b8d864df4e3f50ba393e99 (patch) | |
| tree | adaea0038f592ed6161884e76eeb11c725a92415 | |
| parent | fe06d1b44478b344c88d55f8371d3c27e5f52ad7 (diff) | |
UNKNOWN_TCP、UNKNOWN_UDP统一定义为UNCATEGORIZEDv3.3.16
| -rw-r--r-- | bin/app_l7_proto_id.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/app_l7_proto_id.conf b/bin/app_l7_proto_id.conf index 8a23b04..714f943 100644 --- a/bin/app_l7_proto_id.conf +++ b/bin/app_l7_proto_id.conf @@ -1,7 +1,7 @@ #TYPE:1:UCHAR,2:USHORT,3:USTRING,4:ULOG,5:USTRING,6:FILE,7:UBASE64,8:PACKET #TYPE FIELD VALUE -STRING UNKNOWN_TCP 100 -STRING UNKNOWN_UDP 101 +STRING UNCATEGORIZED 100 +STRING UNCATEGORIZED 101 STRING UNKNOWN_OTHER 102 STRING DNS 103 STRING FTP 104 |
