]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
In SSH packet logging mode, log SSH-2 packet sequence numbers, in
authorSimon Tatham <anakin@pobox.com>
Tue, 11 Nov 2008 07:47:27 +0000 (07:47 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 11 Nov 2008 07:47:27 +0000 (07:47 +0000)
commit3a3abd211be17cf46074554133257af4d8e7e4be
tree569c76712122b0cfed7aa9fac14a5c042b20114c
parent59691d28a3c1ef9b1031382a76bd5c672cebae90
In SSH packet logging mode, log SSH-2 packet sequence numbers, in
both directions. We had a bug report yesterday about a Cisco router
sending SSH2_MSG_UNIMPLEMENTED and it wasn't clear for which packet;
logging the sequence numbers should make such problems much easier
to diagnose.

(In fact this logging fix wouldn't have helped in yesterday's case,
because the router also didn't bother to fill in the sequence number
field in the SSH2_MSG_UNIMPLEMENTED packet! This is a precautionary
measure against the next one of these problems.)

[originally from svn r8295]
logging.c
putty.h
ssh.c