Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-afs-register-info.h packet-clnp.c pac

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Mon, 6 Oct 2003 15:46:52 -0500 (CDT)
guy         2003/10/06 15:46:52 CDT

  Modified files:
    .                    packet-afs-register-info.h packet-clnp.c 
                         packet-fcdns.c packet-isup.c packet-lmi.c 
                         packet-lmp.c packet-m3ua.c 
                         packet-nfsacl.c packet-rsvp.c 
  Log:
  When registering a field, make sure its ID is -1 or 0 - if it's not,
  that probably means you've registered two fields with the same field ID
  variable, which is an error.
  
  Fix the bugs doing so found.
  
  Revision  Changes    Path
  1.19      +3 -4      ethereal/packet-afs-register-info.h
  1.78      +1 -7      ethereal/packet-clnp.c
  1.2       +1 -4      ethereal/packet-fcdns.c
  1.31      +2 -7      ethereal/packet-isup.c
  1.14      +5 -8      ethereal/packet-lmi.c
  1.16      +1 -8      ethereal/packet-lmp.c
  1.36      +1 -2      ethereal/packet-m3ua.c
  1.11      +2 -2      ethereal/packet-nfsacl.c
  1.83      +1 -5      ethereal/packet-rsvp.c