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

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: Tue, 8 Jul 2003 13:10:40 -0500 (CDT)
guy         2003/07/08 13:10:40 CDT

  Modified files:
    .                    packet-wsp.c packet-wsp.h 
  Log:
  Don't define "vals_wsp_reason_codes[]" in "packet-wsp.h", define it in
  "packet-wsp.c", and just *declare* it in "packet-wsp.h" - no need to
  have everybody who includes "packet-wsp.h" get their own copy
  (especially as they might not use it).
  
  Revision  Changes    Path
  1.71      +19 -1     ethereal/packet-wsp.c
  1.7       +4 -20     ethereal/packet-wsp.h