Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-multipart.c packet-sip.c

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: Wed, 11 Feb 2004 03:19:02 -0600 (CST)
guy         2004/02/11 03:19:02 CST

  Modified files:
    .                    packet-multipart.c packet-sip.c 
  Log:
  Cast "char" values to "guchar" before passing them to <ctype.h> macros,
  so that characters with the 8th bit set don't get sign-extended and
  cause the macros not to return the right answer.
  
  Revision  Changes    Path
  1.7       +3 -3      ethereal/packet-multipart.c
  1.59      +2 -2      ethereal/packet-sip.c