Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal isprint.h Makefile.common packet-aim.c packe

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

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Fri, 9 Jul 2004 18:17:05 -0500 (CDT)
guy         2004/07/09 18:17:05 CDT

  Modified files:
    .                    Makefile.common packet-aim.c 
                         packet-cops.c packet-dcm.c packet-giop.c 
                         packet-radius.c packet-snmp.c 
                         packet-tds.c 
  Added files:
    .                    isprint.h 
  Log:
  Move the redefinition of "isprint()" to be used by dissectors when
  generating strings to put into the printable representation of protocol
  tree items into an "isprint.h" header, and include it in some additional
  dissectors.
  
  Add bounds checking to one place in the DICOM dissector.
  
  Revision  Changes    Path
  1.51      +2 -1      ethereal/Makefile.common
  1.44      +3 -1      ethereal/packet-aim.c
  1.49      +4 -1      ethereal/packet-cops.c
  1.4       +5 -3      ethereal/packet-dcm.c
  1.77      +3 -1      ethereal/packet-giop.c
  1.105     +4 -18     ethereal/packet-radius.c
  1.129     +3 -1      ethereal/packet-snmp.c
  1.28      +3 -1      ethereal/packet-tds.c