]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Fix an error I introduced into SSH packet logging in r5642: some outgoing
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Wed, 26 Oct 2005 22:18:11 +0000 (22:18 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Wed, 26 Oct 2005 22:18:11 +0000 (22:18 +0000)
commit27adf16c91c7a38578aeadcb61a857a945062881
treecf83e90edd1ef26a4798c94ec5c09de558175d8b
parent1b7cc6ca7de21c1ab7f5113b2edc904685cad08e
Fix an error I introduced into SSH packet logging in r5642: some outgoing
packets over about 256 bytes would be logged with 12 bytes of preceding
garbage. (But the rest of the packet was logged in its entirety. This
holds for packets where (int(len/256)%2)==1, with an appropriate fudge
factor applied to `len'.) Ahem.

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