Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/plugins/docsis packet-docsis.c packet-tlv.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: Thu, 30 Jan 2003 21:17:57 -0600 (CST)
guy         2003/01/30 21:17:57 CST

  Modified files:
    plugins/docsis       packet-docsis.c packet-tlv.c 
  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.11      +5 -5      ethereal/plugins/docsis/packet-docsis.c
  1.10      +2 -2      ethereal/plugins/docsis/packet-tlv.c