增加对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

7
src/tsg_ssh_utils.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef __TSG_SSH_UTILS_H__
#define __TSG_SSH_UTILS_H__
#include <string.h>
#include <MESA/MESA_handle_logger.h>
int ssh_protocol_identify(const unsigned char* buff, size_t buff_len, void* argp);
#endif