Ethereal-cvs: [Ethereal-cvs] r11439 - trunk/gtk: trunk/gtk/Makefile.am trunk/gtk/conversations
Author: ulfl
Date: Tue Jul 20 01:06:41 2004
New Revision: 11439
Added:
   trunk/gtk/conversations_eth.c
      - copied, changed from r11438, trunk/gtk/endpoint_talkers_eth.c
   trunk/gtk/conversations_fc.c
      - copied, changed from r11438, trunk/gtk/endpoint_talkers_fc.c
   trunk/gtk/conversations_fddi.c
      - copied, changed from r11438, trunk/gtk/endpoint_talkers_fddi.c
   trunk/gtk/conversations_ip.c
      - copied, changed from r11438, trunk/gtk/endpoint_talkers_ip.c
   trunk/gtk/conversations_ipx.c
      - copied, changed from r11438, trunk/gtk/endpoint_talkers_ipx.c
   trunk/gtk/conversations_table.c
      - copied, changed from r11438, trunk/gtk/endpoint_talkers_table.c
   trunk/gtk/conversations_table.h
      - copied, changed from r11438, trunk/gtk/endpoint_talkers_table.h
   trunk/gtk/conversations_tcpip.c
      - copied, changed from r11438, trunk/gtk/endpoint_talkers_tcpip.c
   trunk/gtk/conversations_tr.c
      - copied, changed from r11438, trunk/gtk/endpoint_talkers_tr.c
   trunk/gtk/conversations_udpip.c
      - copied, changed from r11438, trunk/gtk/endpoint_talkers_udpip.c
Removed:
   trunk/gtk/endpoint_talkers_eth.c
   trunk/gtk/endpoint_talkers_fc.c
   trunk/gtk/endpoint_talkers_fddi.c
   trunk/gtk/endpoint_talkers_ip.c
   trunk/gtk/endpoint_talkers_ipx.c
   trunk/gtk/endpoint_talkers_table.c
   trunk/gtk/endpoint_talkers_table.h
   trunk/gtk/endpoint_talkers_tcpip.c
   trunk/gtk/endpoint_talkers_tr.c
   trunk/gtk/endpoint_talkers_udpip.c
Modified:
   trunk/gtk/Makefile.am
   trunk/gtk/Makefile.common
   trunk/gtk/menu.c
Log:
renamed endpoint_talkers to conversations, as this reduces confusion in combination with the hostlist/endpoints table
(some code refactoring still needs to be done in table.c/.h).