Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk hostlist_eth.c hostlist_fc.c hostlist_fd

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

From: ulfl@xxxxxxxxxxxx (Ulf Lamping)
Date: Sun, 2 May 2004 16:16:09 -0500 (CDT)
ulfl        2004/05/02 16:16:09 CDT

  Modified files:
    gtk                  hostlist_eth.c hostlist_fc.c 
                         hostlist_fddi.c hostlist_ip.c 
                         hostlist_ipx.c hostlist_table.c 
                         hostlist_table.h hostlist_tcpip.c 
                         hostlist_tr.c hostlist_udpip.c menu.c 
  Log:
  build a endpoints (aka hostlist) dialog,
  which shows all kinds of endpoints in a notebook
  
  Revision  Changes    Path
  1.6       +3 -1      ethereal/gtk/hostlist_eth.c
  1.6       +3 -1      ethereal/gtk/hostlist_fc.c
  1.6       +3 -1      ethereal/gtk/hostlist_fddi.c
  1.6       +3 -1      ethereal/gtk/hostlist_ip.c
  1.6       +3 -1      ethereal/gtk/hostlist_ipx.c
  1.9       +208 -42   ethereal/gtk/hostlist_table.c
  1.2       +5 -2      ethereal/gtk/hostlist_table.h
  1.6       +3 -1      ethereal/gtk/hostlist_tcpip.c
  1.6       +3 -1      ethereal/gtk/hostlist_tr.c
  1.6       +3 -1      ethereal/gtk/hostlist_udpip.c
  1.186     +4 -1      ethereal/gtk/menu.c