Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk tap_rtp.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, 6 Mar 2003 18:03:48 -0600 (CST)
guy         2003/03/06 18:03:47 CST

  Modified files:
    gtk                  tap_rtp.c 
  Log:
  NO_DATA is apparently #defined by some header file when building with
  MSVC++ on Windows - stick TAP_RTP_ in front of all the error enum
  values, to avoid name collisions.
  
  Do *NOT* allocate a zero-length array as an automatic variable,
  especially if you're going to assign to the first element of that
  array....
  
  Revision  Changes    Path
  1.4       +39 -39    ethereal/gtk/tap_rtp.c