Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-http.c util.c util.h

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

From: obiot@xxxxxxxxxxxx (Olivier Biot)
Date: Mon, 10 May 2004 17:20:24 -0500 (CDT)
obiot       2004/05/10 17:20:24 CDT

  Modified files:
    .                    packet-http.c util.c util.h 
  Log:
  As noted by Thomas Anders, the Heimdal libroken library has a base64_decode()
  function with a different signature than the one defined in util.c/util.h.
  For this reason, we need to rename our base64_decode() routine.
  
  The routine is now called epan_base64_decode().
  
  Revision  Changes    Path
  1.109     +3 -3      ethereal/packet-http.c
  1.79      +2 -2      ethereal/util.c
  1.32      +2 -2      ethereal/util.h