]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Fix SSH2_MSG_CHANNEL_EXTENDED_DATA in logparse.
authorSimon Tatham <anakin@pobox.com>
Sat, 7 Sep 2013 16:15:11 +0000 (16:15 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 7 Sep 2013 16:15:11 +0000 (16:15 +0000)
commit1472aa2a265dfbfe7225729862ea21b5fb2da22f
tree5802867cc620ac57be81534e87faf57aa0b534f7
parentb6668d263f1382f4b8ded80b95a72d9cdb8e5194
Fix SSH2_MSG_CHANNEL_EXTENDED_DATA in logparse.

It looks as if it's never worked at all: it had a spurious second
printf, it completely forgot to allow for the uint32 type code that
SSH2_MSG_CHANNEL_DATA doesn't have, it accessed the channel state's
sequence number fields in a way that made no sense and didn't match
the rest of the program, *and* it misinvoked the file opening API. I
must have never had an occasion to test it.

[originally from svn r10037]
contrib/logparse.pl