Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-fcct.c packet-fcct.h packet-fclctl.c

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, 30 Jun 2003 16:50:18 -0500 (CDT)
guy         2003/06/30 16:50:18 CDT

  Modified files:
    .                    packet-fcct.c packet-fcct.h 
                         packet-fclctl.c packet-fclctl.h 
                         packet-fcswils.c packet-fcswils.h 
  Log:
  Move definitions of value_string tables out of header files and into
  source files, so that they're not defined in every file that includes
  the header file, regardless of whether the file uses the table (in which
  case it should be defined in one file, and externally referenced in
  other files) or not (in which case it should't be defined in that file
  at all).
  
  Get rid of a boilerplate comment paragraph that doesn't apply.
  
  Revision  Changes    Path
  1.2       +34 -7     ethereal/packet-fcct.c
  1.3       +2 -33     ethereal/packet-fcct.h
  1.2       +81 -7     ethereal/packet-fclctl.c
  1.2       +2 -80     ethereal/packet-fclctl.h
  1.4       +212 -7    ethereal/packet-fcswils.c
  1.2       +2 -211    ethereal/packet-fcswils.h