Begin of asynchronous SSH message parsing

This commit is contained in:
Aris Adamantiadis
2009-06-17 23:53:00 +02:00
parent 916958a2bb
commit cf482ae3bf
4 changed files with 25 additions and 1 deletions

View File

@@ -722,6 +722,10 @@ int ssh_handle_packets(SSH_SESSION *session);
/* match.c */
int match_hostname(const char *host, const char *pattern, unsigned int len);
/* messages.c */
void message_handle(SSH_SESSION *session, u32 type);
/* log.c */
#define _enter_function(sess) \