Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal pcap-util.c

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Fri, 21 Nov 2003 02:30:40 -0600 (CST)
guy         2003/11/21 02:30:40 CST

  Modified files:
    .                    pcap-util.c 
  Log:
  Pass "strncmp()" the right number of arguments.  (Why hasn't anybody
  reported this as a problem when compiling on AIX?  Doesn't any compiler
  complain that "strncmp()" isn't being passed enough arguments?  GCC sure
  did in a test program I built on FreeBSD 3.4....)
  
  Revision  Changes    Path
  1.20      +4 -4      ethereal/pcap-util.c