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@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 11 Nov 2000 18:59:09 -0600 (CST)
guy         2000/11/11 18:59:08 CST

  Modified files:
    .                    packet-telnet.c 
  Log:
  Make "tvb_find_line_end()" and "tvb_find_line_end_unquoted()" treat CR
  by itself as a line ending, as well as treating CR LF and LF as line
  endings.
  
  Tweak the Telnet dissector to treat LF and CR NUL as line endings, but
  not to treat CR by itself as a line ending (that's not exactly what the
  NVT specification in the Telnet RFC specifies, but the resulting output
  may be a bit more readable that way).
  
  Revision  Changes    Path
  1.19      +45 -5     ethereal/packet-telnet.c