Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan resolv.c

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: Tue, 10 Sep 2002 05:12:34 -0500 (CDT)
guy         2002/09/10 05:12:34 CDT

  Modified files:
    epan                 resolv.c 
  Log:
  When allocating a hash table for a given MAC address range, use
  "g_malloc0()", so it starts out initialized to all null pointers.
  
  Revision  Changes    Path
  1.27      +2 -2      ethereal/epan/resolv.c