Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/wiretap snoop.c radcom.c ngsniffer.c nettl.c

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Tue, 25 Jul 2000 19:20:15 -0500 (CDT)
guy         2000/07/25 19:20:13 CDT

  Modified files:
    wiretap              snoop.c radcom.c ngsniffer.c nettl.c 
                         i4btrace.c buffer.c buffer.h 
  Log:
  Use unsigned character pointers and arrays rather than signed character
  pointers and arrays in a number of places, to remove warnings some
  compilers give.
  
  Revision  Changes    Path
  1.29      +3 -3      ethereal/wiretap/snoop.c
  1.24      +3 -3      ethereal/wiretap/radcom.c
  1.47      +3 -3      ethereal/wiretap/ngsniffer.c
  1.14      +5 -5      ethereal/wiretap/nettl.c
  1.8       +3 -3      ethereal/wiretap/i4btrace.c
  1.8       +6 -4      ethereal/wiretap/buffer.c
  1.5       +5 -5      ethereal/wiretap/buffer.h