simon-git: putty (master): Simon Tatham

Commits to Tartarus CVS repository. tartarus-commits at lists.tartarus.org
Wed Aug 5 18:46:13 BST 2015


TL;DR:
  e59ac86 New 'contrib' script to sort out email-corrupted packet logs.

Repository:     git://git.tartarus.org/simon/putty.git
On the web:     http://tartarus.org/~simon-git/gitweb/?p=putty.git
Branch updated: master
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2015-08-05 18:46:13

commit e59ac86ea96da5bd3b730af5b95c85acef45d74b
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=e59ac86ea96da5bd3b730af5b95c85acef45d74b;hp=9a08d9a7c10458356b934af54206f0b642ecf715
Author: Simon Tatham <anakin at pobox.com>
Date:   Wed Aug 5 18:44:37 2015 +0100

    New 'contrib' script to sort out email-corrupted packet logs.
    
    If a PuTTY SSH packet log has gone through line-wrapping at 72
    columns, destroying the long lines of the packet hex dumps, then this
    script will reconstitute it as best it can, by reconstructing the
    ASCII section at the end of the dump from the (hopefully) undamaged
    hex part, and using that to spot wrapped lines and remove the
    subsequent debris.

 contrib/logrewrap.pl |   44 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)



More information about the tartarus-commits mailing list