Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk color_dlg.c colors.c decode_as_dlg.c dfi

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

From: Joerg Mayer <jmayer@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 2 Aug 2002 17:34:57 -0500 (CDT)
jmayer      2002/08/02 17:34:57 CDT

  Modified files:
    gtk                  color_dlg.c colors.c decode_as_dlg.c 
                         dfilter_expr_dlg.c display_opts.c 
                         follow_dlg.c help_dlg.c main.c menu.c 
                         plugins_dlg.c prefs_dlg.c proto_dlg.c 
                         proto_draw.c tcp_graph.c 
  Log:
  Replace the types from sys/types.h and netinet/in.h by their glib.h
  equivalents for the gtk/ directory.
  
  Revision  Changes    Path
  1.15      +1 -5      ethereal/gtk/color_dlg.c
  1.22      +1 -5      ethereal/gtk/colors.c
  1.24      +1 -5      ethereal/gtk/decode_as_dlg.c
  1.26      +1 -5      ethereal/gtk/dfilter_expr_dlg.c
  1.28      +1 -5      ethereal/gtk/display_opts.c
  1.24      +1 -5      ethereal/gtk/follow_dlg.c
  1.23      +1 -5      ethereal/gtk/help_dlg.c
  1.257     +2 -10     ethereal/gtk/main.c
  1.64      +1 -5      ethereal/gtk/menu.c
  1.25      +1 -5      ethereal/gtk/plugins_dlg.c
  1.51      +1 -5      ethereal/gtk/prefs_dlg.c
  1.12      +1 -5      ethereal/gtk/proto_dlg.c
  1.56      +1 -5      ethereal/gtk/proto_draw.c
  1.19      +25 -33    ethereal/gtk/tcp_graph.c