Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal AUTHORS packet-diameter.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: Wed, 29 Oct 2003 15:19:44 -0600 (CST)
guy         2003/10/29 15:19:44 CST

  Modified files:
    .                    AUTHORS packet-diameter.c 
  Log:
  From Steve Ford: "prefs_register_string_preference()" makes a copy of
  any string pointed to by the preference variable - as the value we set
  it to is allocated, we should free it after registering the preference.
  
  The register routine is called only once - don't worry about whether
  "gbl_diameterDictionary" is null or not.
  
  Get rid of a duplicate credit entry in the man page.
  
  Revision  Changes    Path
  1.874     +1 -0      ethereal/AUTHORS
  1.56      +17 -5     ethereal/packet-diameter.c