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: Wed, 27 Nov 2002 16:42:41 -0600 (CST)
guy         2002/11/27 16:42:41 CST

  Modified files:
    epan                 resolv.c 
  Log:
  "ether_to_str()" takes a "const guint8 *" as an argument; there's no
  need to cast a "const guint8 *" to a "guint8 *" when passing it to
  "ether_to_str()".
  
  Revision  Changes    Path
  1.29      +3 -3      ethereal/epan/resolv.c