增加对ssh协议支持

This commit is contained in:
fumingwei
2020-04-07 13:54:16 +08:00
parent e6eab6d0e6
commit d8127ce551
6 changed files with 44 additions and 3 deletions

View File

@@ -50,6 +50,7 @@ const struct _str2index g_tsg_proto_string[PROTO_MAX+1]={{PROTO_UNKONWN, 0, (cha
{PROTO_SIP, 4, (char *)"SIP."},
{PROTO_BGP, 4, (char *)"BGP."},
{PROTO_STREAMING_MEDIA, 16, (char *)"STREAMING_MEDIA."},
{PROTO_SSH, 4, (char *)"SSH."},
{PROTO_MAX, 0, (char *)""}
};