]> asedeno.scripts.mit.edu Git - PuTTY_svn.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)
commit268ca59a01685f9f8985dae774efd1a29e4839c7
tree569c76712122b0cfed7aa9fac14a5c042b20114c
parent183f85ef809b3daff73383cbfca946dfb0d7fbb2
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.)

git-svn-id: http://svn.tartarus.org/sgt/putty@8295 cda61777-01e9-0310-a592-d414129be87e
logging.c
putty.h
ssh.c