Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk endpoint_talkers_eth.c endpoint_talkers_

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 12:25:10 -0500 (CDT)
ulfl        2004/05/02 12:25:10 CDT

  Modified files:
    gtk                  endpoint_talkers_eth.c 
                         endpoint_talkers_fc.c 
                         endpoint_talkers_fddi.c 
                         endpoint_talkers_ip.c 
                         endpoint_talkers_ipx.c 
                         endpoint_talkers_table.c 
                         endpoint_talkers_table.h 
                         endpoint_talkers_tcpip.c 
                         endpoint_talkers_tr.c 
                         endpoint_talkers_udpip.c menu.c 
  Log:
  build a conversation (aka endpoint_talkers) dialog,
  which shows all kinds of conversations in a notebook
  
  Revision  Changes    Path
  1.25      +3 -1      ethereal/gtk/endpoint_talkers_eth.c
  1.25      +3 -1      ethereal/gtk/endpoint_talkers_fc.c
  1.20      +3 -1      ethereal/gtk/endpoint_talkers_fddi.c
  1.26      +3 -1      ethereal/gtk/endpoint_talkers_ip.c
  1.24      +3 -1      ethereal/gtk/endpoint_talkers_ipx.c
  1.36      +205 -39   ethereal/gtk/endpoint_talkers_table.c
  1.9       +4 -2      ethereal/gtk/endpoint_talkers_table.h
  1.27      +3 -1      ethereal/gtk/endpoint_talkers_tcpip.c
  1.26      +3 -1      ethereal/gtk/endpoint_talkers_tr.c
  1.27      +3 -1      ethereal/gtk/endpoint_talkers_udpip.c
  1.185     +4 -1      ethereal/gtk/menu.c