https://bugzilla.mindrot.org/show_bug.cgi?id=1818

--- Comment #2 from Simon Tatham <ana...@pobox.com> 2010-09-14 04:10:07 EST ---
Sorry about that; my packet log was apparently too big for Bugzilla to
accept. I've attached a redacted version, produced using the Perl
one-liner

perl -ne 'if (/^\S/) { splice @lines, 2, $#lines-3, "  ...\n" if
$#lines >= 5; print @lines; @lines = (); print; } else { push @lines,
$_; }'

and hopefully that still shows the sequence of events (from PuTTY's
viewpoint) and all important numbers and details without the huge
wodges of irrelevant channel data.

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to