comparison process-packet.c @ 34:e2a1eaa19f22

Client mostly works up to password auth Need to rework algo-choosing etc, since server is now broken.
author Matt Johnston <matt@ucc.asn.au>
date Wed, 28 Jul 2004 16:44:16 +0000
parents 08da099e8337
children 837f9172df09
comparison
equal deleted inserted replaced
33:f789045062e6 34:e2a1eaa19f22
47 47
48 TRACE(("enter process_packet")); 48 TRACE(("enter process_packet"));
49 49
50 type = buf_getbyte(ses.payload); 50 type = buf_getbyte(ses.payload);
51 TRACE(("process_packet: packet type = %d", type)); 51 TRACE(("process_packet: packet type = %d", type));
52
53 ses.lastpacket = type;
52 54
53 /* These packets we can receive at any time */ 55 /* These packets we can receive at any time */
54 switch(type) { 56 switch(type) {
55 57
56 case SSH_MSG_IGNORE: 58 case SSH_MSG_IGNORE: