Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-auto_rp.c packet-cpha.c packet-dccp.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:49 -0600 (CST)
guy         2003/01/30 21:17:49 CST

  Modified files:
    .                    packet-auto_rp.c packet-cpha.c 
                         packet-dccp.c packet-fcels.c packet-fcp.c 
                         packet-mtp3mg.c packet-rx.c packet-scsi.c 
                         packet-sctp.c packet-tns.c packet-vlan.c 
                         packet-wcp.c packet-x25.c x11-fields 
  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.23      +2 -2      ethereal/packet-auto_rp.c
  1.5       +2 -2      ethereal/packet-cpha.c
  1.10      +15 -15    ethereal/packet-dccp.c
  1.4       +2 -2      ethereal/packet-fcels.c
  1.2       +5 -5      ethereal/packet-fcp.c
  1.3       +11 -11    ethereal/packet-mtp3mg.c
  1.38      +13 -21    ethereal/packet-rx.c
  1.23      +15 -15    ethereal/packet-scsi.c
  1.51      +2 -2      ethereal/packet-sctp.c
  1.38      +42 -42    ethereal/packet-tns.c
  1.42      +4 -4      ethereal/packet-vlan.c
  1.31      +2 -2      ethereal/packet-wcp.c
  1.76      +2 -2      ethereal/packet-x25.c
  1.7       +3 -3      ethereal/x11-fields