Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/gtk main.c proto_draw.c proto_draw.h

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

From: "Gilbert Ramirez Jr." <gram@xxxxxxxxxxxx>
Date: Mon, 22 Nov 1999 00:25:13 -0600 (CST)
gram        1999/11/22 00:25:04 CST

  Modified files:
    gtk                  main.c proto_draw.c proto_draw.h 
  Log:
  A "character encoding" variable is now set per packet. The existence
  of SNA in a packet changes the character encoding from the default ASCII
  to EBCDIC.
  
  The hex-printing routines in the GUI code and in the printing code convert
  to EBCDIC if appropriate.
  
  Revision  Changes    Path
  1.42      +3 -3      ethereal/gtk/main.c
  1.6       +17 -5     ethereal/gtk/proto_draw.c
  1.4       +2 -2      ethereal/gtk/proto_draw.h