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

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

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Tue, 1 Jun 2004 18:08:01 -0500 (CDT)
guy         2004/06/01 18:08:01 CDT

  Modified files:
    .                    packet-rtp.c rtp_pt.h 
  Log:
  Don't define data variables in header files included by more than one
  file - that keeps the variable from being shared, and also produces
  compiler warnings if the variable isn't used by all the files that
  include the header in question.
  
  Revision  Changes    Path
  1.47      +31 -2     ethereal/packet-rtp.c
  1.4       +2 -31     ethereal/rtp_pt.h