Ethereal-cvs: [Ethereal-cvs] r11480 - trunk/epan/dissectors:

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

Date: Fri, 23 Jul 2004 02:59:16 -0500 (CDT)
Author: guy
Date: Fri Jul 23 02:59:15 2004
New Revision: 11480

Modified:
   trunk/epan/dissectors/packet-rlogin.c
Log:
Use "col_append_str()" and "col_append_fstr()" to build the Info column,
rather than building a string, and use "tvb_format_text()" on the data,
so that non-printable characters are escaped.