Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal file.c packet-sna.c packet.h print.c print.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:24:52 -0600 (CST)
gram        1999/11/22 00:24:49 CST

  Modified files:
    .                    file.c packet-sna.c packet.h print.c 
                         print.h util.c util.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.122     +4 -3      ethereal/file.c
  1.10      +4 -1      ethereal/packet-sna.c
  1.150     +8 -1      ethereal/packet.h
  1.23      +20 -7     ethereal/print.c
  1.15      +2 -2      ethereal/print.h
  1.23      +83 -71    ethereal/util.c
  1.13      +3 -1      ethereal/util.h