]> asedeno.scripts.mit.edu Git - PuTTY_svn.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)
commit0553697bd996fdacc7281543a566b372802d4db1
tree5802867cc620ac57be81534e87faf57aa0b534f7
parent25022f6b5c668a3a275d4b35cae5f2334ac41189
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.

git-svn-id: http://svn.tartarus.org/sgt/putty@10037 cda61777-01e9-0310-a592-d414129be87e
contrib/logparse.pl