Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan proto.c proto.h

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: Thu, 30 Jan 2003 21:17:54 -0600 (CST)
guy         2003/01/30 21:17:53 CST

  Modified files:
    epan                 proto.c proto.h 
  Log:
  Get rid of BASE_BIN - it's just the same as BASE_DEC, but people seemed
  to be using it for stuff that should be hex, and for stuff that should
  be Boolean.  Use BASE_DEC if it should be decimal, BASE_HEX if it should
  be hex, and make it Boolean if it should be Boolean.
  
  Revision  Changes    Path
  1.81      +1 -6      ethereal/epan/proto.c
  1.38      +2 -3      ethereal/epan/proto.h