Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap ascend-grammar.y ascend.c configure.

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 12 Jul 2001 19:56:00 -0500 (CDT)
guy         2001/07/12 19:55:59 CDT

  Modified files:
    wiretap              ascend-grammar.y ascend.c configure.in 
                         csids.c etherpeek.c file.c i4b_trace.h 
                         libpcap.c netmon.c wtap.c 
  Log:
  From Joerg Mayer:
  
   * gcc 3.0 warning fixes:
    - text2pcap.c: The number of characters to scan should probably not be 0
    - wiretap/csids.c: using preincrement on a variable used on both
      sides of an assignment might be undefined by the C99(?) standard
   * turn on additional warnings for epan and wiretap too
    - epan/configure.in
    - wiretap/configure.in
   * Fix some warnings (missing includes, signed/unsigned, missing
      initializers) found by turning on the warnings
    - all other files :-)
  
  Revision  Changes    Path
  1.19      +2 -2      ethereal/wiretap/ascend-grammar.y
  1.24      +2 -2      ethereal/wiretap/ascend.c
  1.28      +2 -2      ethereal/wiretap/configure.in
  1.7       +13 -7     ethereal/wiretap/csids.c
  1.4       +3 -3      ethereal/wiretap/etherpeek.c
  1.67      +3 -3      ethereal/wiretap/file.c
  1.2       +2 -2      ethereal/wiretap/i4b_trace.h
  1.49      +3 -3      ethereal/wiretap/libpcap.c
  1.38      +2 -2      ethereal/wiretap/netmon.c
  1.54      +3 -3      ethereal/wiretap/wtap.c