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: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Mon, 25 Aug 2003 20:46:23 -0500 (CDT)
guy         2003/08/25 20:46:23 CDT

  Modified files:
    gtk                  endpoint_talkers_eth.c 
                         endpoint_talkers_fc.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 
  Log:
  All endpoint talkers table taps use "address_to_str()" as the routine to
  use to translate addresses to strings - wire that into
  "endpoint_talkers_table.c", don't pass the function as an argument to
  "init_ett_table()".
  
  Revision  Changes    Path
  1.5       +2 -2      ethereal/gtk/endpoint_talkers_eth.c
  1.5       +2 -2      ethereal/gtk/endpoint_talkers_fc.c
  1.6       +2 -2      ethereal/gtk/endpoint_talkers_ip.c
  1.4       +2 -2      ethereal/gtk/endpoint_talkers_ipx.c
  1.3       +5 -5      ethereal/gtk/endpoint_talkers_table.c
  1.2       +2 -3      ethereal/gtk/endpoint_talkers_table.h
  1.7       +2 -2      ethereal/gtk/endpoint_talkers_tcpip.c
  1.6       +2 -2      ethereal/gtk/endpoint_talkers_tr.c
  1.7       +2 -2      ethereal/gtk/endpoint_talkers_udpip.c