Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-icq.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: Mon, 25 Feb 2002 01:57:00 -0600 (CST)
guy         2002/02/25 01:56:59 CST

  Modified files:
    .                    packet-icq.c 
  Log:
  Get rid of a bunch of initializations of variables that aren't
  necessary; most of them also provoke compiler warning with some
  compilers, as they assign -1 to unsigned variables.
  
  Also use "guint8" instead of "unsigned char" for 8-bit unsigned integer
  variables.
  
  Get rid of one "tvb_get_letohl()"/"proto_tree_add_uint_format()"
  combination in favor of "proto_tree_add_item()".
  
  Revision  Changes    Path
  1.40      +23 -24    ethereal/packet-icq.c