增加对ssh协议支持
This commit is contained in:
7
src/tsg_ssh_utils.h
Normal file
7
src/tsg_ssh_utils.h
Normal 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
|
||||
Reference in New Issue
Block a user