]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Clean up the 'data' vs 'body' pointers in struct Packet.
authorSimon Tatham <anakin@pobox.com>
Sun, 17 Nov 2013 14:04:18 +0000 (14:04 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 17 Nov 2013 14:04:18 +0000 (14:04 +0000)
commit9f5d51a4ac3c10efbefa9b10facb5386e02a6aca
tree60c069ba44dc74ea74d2c10e636283589b5e7902
parent1b3edafcff9ddcd915a5725df2ac33cdc2a16b96
Clean up the 'data' vs 'body' pointers in struct Packet.

There's always been some confusion over exactly what it all means. I
haven't cleaned it up to the point of complete sensibleness, but I've
got it to a point where I can at least understand and document the
remaining non-sensibleness.

[originally from svn r10070]
ssh.c