Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-afs.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, 27 Jan 2003 16:11:53 -0600 (CST)
guy         2003/01/27 16:11:53 CST

  Modified files:
    .                    packet-afs.c 
  Log:
  "hf_afs_bos_status" is an FT_INT32, so it can't be put into the tree
  with "proto_tree_add_uint()", which "OUT_UINT()" uses; use "OUT_INT()"
  instead.
  
  Revision  Changes    Path
  1.53      +3 -3      ethereal/packet-afs.c