Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-sdp.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, 2 Feb 2002 17:04:32 -0600 (CST)
guy         2002/02/02 17:04:32 CST

  Modified files:
    .                    packet-sdp.c 
  Log:
  Sigh.  Strings in SDP may have tabs in them, so we need to use
  "format_text()" to display them, so that the tabs show up as "\t".  (We
  eventually need to use that when displaying string fields - and arrange
  that it properly handle the character set of the font being used for
  display, in Ethereal, and the character set of the user's locale, in
  Tethereal).
  
  Revision  Changes    Path
  1.29      +7 -3      ethereal/packet-sdp.c