Fix an error I introduced into SSH packet logging in r5642: some outgoing
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Wed, 26 Oct 2005 22:18:11 +0000 (22:18 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Wed, 26 Oct 2005 22:18:11 +0000 (22:18 +0000)
commit3d71de0bbe945fba6ec4e77eb56248e75419fbb4
treecf83e90edd1ef26a4798c94ec5c09de558175d8b
parenta52e493dbea32c7b794988715d27c38fb1716f09
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: svn://svn.tartarus.org/sgt/putty@6429 cda61777-01e9-0310-a592-d414129be87e
ssh.c