Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-telnet.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Fri, 29 Sep 2000 14:06:22 -0500 (CDT)
guy         2000/09/29 14:06:18 CDT

  Modified files:
    .                    packet-telnet.c 
  Log:
  When displaying Telnet data, split it into lines (perhaps not ideal if
  you're doing full-screen stuff or binary data, but splitting it based on
  "\r" and/or "\n" probably necessarily make things worse, and it
  definitely makes things better if you're doing line-at-a-time text).
  
  Revision  Changes    Path
  1.17      +29 -8     ethereal/packet-telnet.c