Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk main.c menu.c prefs_dlg.c rtp_analysis.c

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: Wed, 3 Dec 2003 03:28:26 -0600 (CST)
guy         2003/12/03 03:28:26 CST

  Modified files:
    gtk                  main.c menu.c prefs_dlg.c rtp_analysis.c 
  Log:
  The "ptr_u" unions no longer have a "next" pointer - they now just have
  one member - or have one that's not used, so get rid of those unions.
  
  Revision  Changes    Path
  1.336     +10 -10    ethereal/gtk/main.c
  1.119     +2 -2      ethereal/gtk/menu.c
  1.67      +2 -2      ethereal/gtk/prefs_dlg.c
  1.12      +3 -3      ethereal/gtk/rtp_analysis.c